Searched refs:AllocateCommandBuffers (Results 1 – 11 of 11) sorted by relevance
/external/vulkan-validation-layers/include/vulkan/ |
D | vk_layer.h | 118 PFN_vkAllocateCommandBuffers AllocateCommandBuffers; member
|
/external/vulkan-validation-layers/loader/ |
D | table_ops.h | 178 table->AllocateCommandBuffers = in loader_init_device_dispatch_table() 431 return (void *)table->AllocateCommandBuffers; in loader_lookup_device_dispatch_table()
|
D | trampoline.c | 1630 res = disp->AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers);
|
/external/skia/src/gpu/vk/ |
D | GrVkCommandBuffer.cpp | 28 VkResult err = GR_VK_CALL(gpu->vkInterface(), AllocateCommandBuffers(gpu->device(), in Create()
|
D | GrVkInterface.cpp | 106 GET_PROC(AllocateCommandBuffers); in GrVkCreateInterface()
|
/external/vulkan-validation-layers/layers/ |
D | threading.cpp | 307 result = pTable->AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers); in vkAllocateCommandBuffers()
|
D | device_limits.cpp | 497 … ->device_dispatch_table->AllocateCommandBuffers(device, pCreateInfo, pCommandBuffer); in vkAllocateCommandBuffers()
|
D | object_tracker.h | 792 …get_dispatch_table(object_tracker_device_table_map, device)->AllocateCommandBuffers(device, pAlloc… in explicit_AllocateCommandBuffers()
|
D | parameter_validation.cpp | 4048 …result = get_dispatch_table(pc_device_table_map, device)->AllocateCommandBuffers(device, pAllocate… in vkAllocateCommandBuffers()
|
D | core_validation.cpp | 6885 …VkResult result = dev_data->device_dispatch_table->AllocateCommandBuffers(device, pCreateInfo, pCo… in vkAllocateCommandBuffers()
|
/external/vulkan-validation-layers/demos/smoke/ |
D | Smoke.cpp | 445 vk::assert_success(vk::AllocateCommandBuffers(dev_, &cmd_info, cmds.data())); in create_command_buffers()
|