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

Public Attributes | |
| struct wine_rb_entry | entry |
| struct wined3d_bo_slab_vk * | next |
| VkMemoryPropertyFlags | requested_memory_type |
| struct wined3d_bo_vk | bo |
| unsigned int | map_count |
| void * | map_ptr |
| uint32_t | map |
Definition at line 338 of file wined3d_vk.h.
| struct wined3d_bo_vk wined3d_bo_slab_vk::bo |
Definition at line 343 of file wined3d_vk.h.
Referenced by wined3d_bo_slab_vk_compare(), wined3d_bo_slab_vk_free_slice(), wined3d_bo_slab_vk_map(), wined3d_bo_slab_vk_unmap(), wined3d_bo_vk_map(), wined3d_bo_vk_unmap(), wined3d_context_vk_create_slab_bo(), wined3d_context_vk_destroy_bo(), and wined3d_context_vk_destroy_bo_slab().
| struct wine_rb_entry wined3d_bo_slab_vk::entry |
Definition at line 340 of file wined3d_vk.h.
Referenced by wined3d_bo_slab_vk_free_slice(), and wined3d_context_vk_create_slab_bo().
| uint32_t wined3d_bo_slab_vk::map |
Definition at line 346 of file wined3d_vk.h.
Referenced by wined3d_bo_slab_vk_free_slice(), and wined3d_context_vk_create_slab_bo().
Definition at line 344 of file wined3d_vk.h.
Referenced by wined3d_bo_slab_vk_map(), and wined3d_bo_slab_vk_unmap().
| void* wined3d_bo_slab_vk::map_ptr |
Definition at line 345 of file wined3d_vk.h.
Referenced by wined3d_bo_slab_vk_map(), and wined3d_bo_slab_vk_unmap().
| struct wined3d_bo_slab_vk* wined3d_bo_slab_vk::next |
Definition at line 341 of file wined3d_vk.h.
Referenced by wined3d_bo_slab_vk_free_slice(), wined3d_context_vk_create_slab_bo(), and wined3d_context_vk_destroy_bo_slab().
| VkMemoryPropertyFlags wined3d_bo_slab_vk::requested_memory_type |
Definition at line 342 of file wined3d_vk.h.
Referenced by wined3d_bo_slab_vk_compare(), wined3d_bo_slab_vk_free_slice(), and wined3d_context_vk_create_slab_bo().