|
ReactOS 0.4.17-dev-934-g091855f
|
#include <wined3d_vk.h>

Public Attributes | |
| struct list | entry |
| struct list | completed_entry |
| struct list * | free_list |
| VkQueryPool | vk_query_pool |
| VkEvent | vk_event |
| uint32_t | allocated [WINED3D_BITMAP_SIZE(WINED3D_QUERY_POOL_SIZE)] |
| uint32_t | completed [WINED3D_BITMAP_SIZE(WINED3D_QUERY_POOL_SIZE)] |
Definition at line 362 of file wined3d_vk.h.
| uint32_t wined3d_query_pool_vk::allocated[WINED3D_BITMAP_SIZE(WINED3D_QUERY_POOL_SIZE)] |
Definition at line 371 of file wined3d_vk.h.
Referenced by wined3d_query_pool_vk_allocate_query(), and wined3d_query_pool_vk_mark_free().
| uint32_t wined3d_query_pool_vk::completed[WINED3D_BITMAP_SIZE(WINED3D_QUERY_POOL_SIZE)] |
Definition at line 372 of file wined3d_vk.h.
Referenced by wined3d_context_vk_reset_completed_queries(), and wined3d_query_pool_vk_mark_complete().
Definition at line 365 of file wined3d_vk.h.
Referenced by wined3d_context_vk_submit_command_buffer(), wined3d_query_pool_vk_cleanup(), wined3d_query_pool_vk_init(), and wined3d_query_pool_vk_mark_complete().
Definition at line 364 of file wined3d_vk.h.
Referenced by wined3d_context_vk_allocate_query(), wined3d_query_pool_vk_cleanup(), wined3d_query_pool_vk_init(), and wined3d_query_pool_vk_mark_free().
Definition at line 367 of file wined3d_vk.h.
Referenced by wined3d_query_pool_vk_init(), and wined3d_query_pool_vk_mark_free().
| VkEvent wined3d_query_pool_vk::vk_event |
Definition at line 369 of file wined3d_vk.h.
Referenced by wined3d_context_vk_allocate_query(), and wined3d_query_pool_vk_cleanup().
| VkQueryPool wined3d_query_pool_vk::vk_query_pool |
Definition at line 368 of file wined3d_vk.h.
Referenced by wined3d_context_vk_allocate_query(), wined3d_context_vk_reset_completed_queries(), wined3d_query_pool_vk_cleanup(), wined3d_query_pool_vk_init(), wined3d_query_vk_begin(), and wined3d_query_vk_end().