Home
last modified time | relevance | path

Searched refs:AllocateCommandBuffers (Results 1 – 11 of 11) sorted by relevance

/external/vulkan-validation-layers/include/vulkan/
Dvk_layer.h118 PFN_vkAllocateCommandBuffers AllocateCommandBuffers; member
/external/vulkan-validation-layers/loader/
Dtable_ops.h178 table->AllocateCommandBuffers = in loader_init_device_dispatch_table()
431 return (void *)table->AllocateCommandBuffers; in loader_lookup_device_dispatch_table()
Dtrampoline.c1630 res = disp->AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers);
/external/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp28 VkResult err = GR_VK_CALL(gpu->vkInterface(), AllocateCommandBuffers(gpu->device(), in Create()
DGrVkInterface.cpp106 GET_PROC(AllocateCommandBuffers); in GrVkCreateInterface()
/external/vulkan-validation-layers/layers/
Dthreading.cpp307 result = pTable->AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers); in vkAllocateCommandBuffers()
Ddevice_limits.cpp497 … ->device_dispatch_table->AllocateCommandBuffers(device, pCreateInfo, pCommandBuffer); in vkAllocateCommandBuffers()
Dobject_tracker.h792 …get_dispatch_table(object_tracker_device_table_map, device)->AllocateCommandBuffers(device, pAlloc… in explicit_AllocateCommandBuffers()
Dparameter_validation.cpp4048 …result = get_dispatch_table(pc_device_table_map, device)->AllocateCommandBuffers(device, pAllocate… in vkAllocateCommandBuffers()
Dcore_validation.cpp6885 …VkResult result = dev_data->device_dispatch_table->AllocateCommandBuffers(device, pCreateInfo, pCo… in vkAllocateCommandBuffers()
/external/vulkan-validation-layers/demos/smoke/
DSmoke.cpp445 vk::assert_success(vk::AllocateCommandBuffers(dev_, &cmd_info, cmds.data())); in create_command_buffers()