Searched refs:AllocateCommandBuffers (Results 1 – 15 of 15) sorted by relevance
/external/skia/tools/gpu/vk/ |
D | VkTestContext.cpp | 43 GR_VK_CALL_ERRCHECK(fVk, AllocateCommandBuffers(fDevice, &allocateInfo, &fCommandBuffer)); in VkFenceSync()
|
/external/vulkan-validation-layers/layers/ |
D | threading.cpp | 334 AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo *pAllocateInfo, VkCommand… in AllocateCommandBuffers() function 345 result = pTable->AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers); in AllocateCommandBuffers()
|
D | object_tracker.cpp | 3343 VKAPI_ATTR VkResult VKAPI_CALL AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocat… in AllocateCommandBuffers() function 3357 …get_dispatch_table(ot_device_table_map, device)->AllocateCommandBuffers(device, pAllocateInfo, pCo… in AllocateCommandBuffers() 3910 return (PFN_vkVoidFunction)AllocateCommandBuffers; in InterceptCoreDeviceCommand()
|
D | parameter_validation.cpp | 3821 VKAPI_ATTR VkResult VKAPI_CALL AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocat… in AllocateCommandBuffers() function 3831 …result = get_dispatch_table(pc_device_table_map, device)->AllocateCommandBuffers(device, pAllocate… in AllocateCommandBuffers() 5363 {"vkAllocateCommandBuffers", reinterpret_cast<PFN_vkVoidFunction>(AllocateCommandBuffers)}, in intercept_core_device_command()
|
D | core_validation.cpp | 7039 AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo *pCreateInfo, VkCommandBu… in AllocateCommandBuffers() function 7041 …VkResult result = dev_data->dispatch_table.AllocateCommandBuffers(device, pCreateInfo, pCommandBuf… in AllocateCommandBuffers() 11982 {"vkAllocateCommandBuffers", reinterpret_cast<PFN_vkVoidFunction>(AllocateCommandBuffers)}, in intercept_core_device_command()
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vk_layer.h | 111 PFN_vkAllocateCommandBuffers AllocateCommandBuffers; member
|
/external/skia/tools/gpu/mtl/ |
D | MtlTestContext.mm | 45 GR_VK_CALL_ERRCHECK(fVk, AllocateCommandBuffers(fDevice, &allocateInfo, &fCommandBuffer));
|
/external/skia/src/gpu/vk/ |
D | GrVkCommandBuffer.cpp | 354 VkResult err = GR_VK_CALL(gpu->vkInterface(), AllocateCommandBuffers(gpu->device(), in Create() 726 VkResult err = GR_VK_CALL(gpu->vkInterface(), AllocateCommandBuffers(gpu->device(), in Create()
|
D | GrVkInterface.cpp | 140 ACQUIRE_PROC(AllocateCommandBuffers, VK_NULL_HANDLE, device); in GrVkInterface()
|
D | GrVkGpu.cpp | 1272 err = VK_CALL(AllocateCommandBuffers(fDevice, &cmdInfo, &cmdBuffer)); in createTestingOnlyBackendTexture()
|
/external/vulkan-validation-layers/loader/ |
D | table_ops.h | 171 table->AllocateCommandBuffers = in loader_init_device_dispatch_table() 445 return (void *)table->AllocateCommandBuffers; in loader_lookup_device_dispatch_table()
|
D | trampoline.c | 1722 res = disp->AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers);
|
/external/skia/tools/viewer/sk_app/ |
D | VulkanWindowContext.cpp | 334 AllocateCommandBuffers(fBackendContext->fDevice, &commandBuffersInfo, in createBuffers()
|
/external/vulkan-validation-layers/demos/smoke/ |
D | Smoke.cpp | 440 vk::assert_success(vk::AllocateCommandBuffers(dev_, &cmd_info, cmds.data())); in create_command_buffers()
|
/external/vulkan-validation-layers/tests/layers/ |
D | wrap_objects.cpp | 673 …VkResult result = device_dispatch_table(device)->AllocateCommandBuffers(device, pAllocateInfo, pCo… in vkAllocateCommandBuffers()
|