Home
last modified time | relevance | path

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

/external/skia/tools/gpu/vk/
DVkTestContext.cpp43 GR_VK_CALL_ERRCHECK(fVk, AllocateCommandBuffers(fDevice, &allocateInfo, &fCommandBuffer)); in VkFenceSync()
/external/vulkan-validation-layers/layers/
Dthreading.cpp334 AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo *pAllocateInfo, VkCommand… in AllocateCommandBuffers() function
345 result = pTable->AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers); in AllocateCommandBuffers()
Dobject_tracker.cpp3343 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()
Dparameter_validation.cpp3821 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()
Dcore_validation.cpp7039 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/
Dvk_layer.h111 PFN_vkAllocateCommandBuffers AllocateCommandBuffers; member
/external/skia/tools/gpu/mtl/
DMtlTestContext.mm45 GR_VK_CALL_ERRCHECK(fVk, AllocateCommandBuffers(fDevice, &allocateInfo, &fCommandBuffer));
/external/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp354 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()
DGrVkInterface.cpp140 ACQUIRE_PROC(AllocateCommandBuffers, VK_NULL_HANDLE, device); in GrVkInterface()
DGrVkGpu.cpp1272 err = VK_CALL(AllocateCommandBuffers(fDevice, &cmdInfo, &cmdBuffer)); in createTestingOnlyBackendTexture()
/external/vulkan-validation-layers/loader/
Dtable_ops.h171 table->AllocateCommandBuffers = in loader_init_device_dispatch_table()
445 return (void *)table->AllocateCommandBuffers; in loader_lookup_device_dispatch_table()
Dtrampoline.c1722 res = disp->AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers);
/external/skia/tools/viewer/sk_app/
DVulkanWindowContext.cpp334 AllocateCommandBuffers(fBackendContext->fDevice, &commandBuffersInfo, in createBuffers()
/external/vulkan-validation-layers/demos/smoke/
DSmoke.cpp440 vk::assert_success(vk::AllocateCommandBuffers(dev_, &cmd_info, cmds.data())); in create_command_buffers()
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp673 …VkResult result = device_dispatch_table(device)->AllocateCommandBuffers(device, pAllocateInfo, pCo… in vkAllocateCommandBuffers()