/frameworks/native/vulkan/libvulkan/ |
driver_gen.h | 87 PFN_vkAllocateCommandBuffers AllocateCommandBuffers;
|
api_gen.h | 138 PFN_vkAllocateCommandBuffers AllocateCommandBuffers;
|
driver_gen.cpp | 169 reinterpret_cast<PFN_vkVoidFunction>(AllocateCommandBuffers), 519 INIT_PROC(true, dev, AllocateCommandBuffers);
|
driver.h | 133 VKAPI_ATTR VkResult AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers);
|
/external/deqp/external/vulkancts/framework/vulkan/ |
vkDeviceFunctionPointers.inl | 75 AllocateCommandBuffersFunc allocateCommandBuffers;
|
vkRefUtil.cpp | 57 VK_CHECK(vk.allocateCommandBuffers(device, pAllocateInfo, &object));
|
vkInitDeviceFunctionPointers.inl | 75 m_vk.allocateCommandBuffers = (AllocateCommandBuffersFunc) GET_PROC_ADDR("vkAllocateCommandBuffers");
|
/external/skia/tools/gpu/mtl/ |
MtlTestContext.mm | 45 GR_VK_CALL_ERRCHECK(fVk, AllocateCommandBuffers(fDevice, &allocateInfo, &fCommandBuffer));
|
/external/skia/tools/gpu/vk/ |
VkTestContext.cpp | 44 GR_VK_CALL_ERRCHECK(fVk, AllocateCommandBuffers(fDevice, &allocateInfo, &fCommandBuffer));
|
/external/skqp/tools/gpu/mtl/ |
MtlTestContext.mm | 45 GR_VK_CALL_ERRCHECK(fVk, AllocateCommandBuffers(fDevice, &allocateInfo, &fCommandBuffer));
|
/external/skqp/tools/gpu/vk/ |
VkTestContext.cpp | 44 GR_VK_CALL_ERRCHECK(fVk, AllocateCommandBuffers(fDevice, &allocateInfo, &fCommandBuffer));
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/ |
threading.cpp | 334 AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo *pAllocateInfo, VkCommandBuffer *pCommandBuffers) { 345 result = pTable->AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers);
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/ |
vk_layer.h | 111 PFN_vkAllocateCommandBuffers AllocateCommandBuffers;
|
/external/vulkan-validation-layers/layers/ |
threading.cpp | 315 VKAPI_ATTR VkResult VKAPI_CALL AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo *pAllocateInfo, 327 result = pTable->AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers);
|
/external/skia/tests/ |
SurfaceSemaphoreTest.cpp | 266 VkResult err = GR_VK_CALL(interface, AllocateCommandBuffers(device, &cmdInfo, &cmdBuffer));
|
/external/skqp/tests/ |
SurfaceSemaphoreTest.cpp | 266 VkResult err = GR_VK_CALL(interface, AllocateCommandBuffers(device, &cmdInfo, &cmdBuffer));
|
/external/vulkan-validation-layers/loader/ |
gpa_helper.h | 201 if (!strcmp(name, "AllocateCommandBuffers")) return (void *)vkAllocateCommandBuffers;
|
/external/skia/src/gpu/vk/ |
GrVkInterface.cpp | 140 ACQUIRE_PROC(AllocateCommandBuffers, VK_NULL_HANDLE, device);
|
GrVkCommandBuffer.cpp | 354 VkResult err = GR_VK_CALL(gpu->vkInterface(), AllocateCommandBuffers(gpu->device(), [all...] |
/external/skqp/src/gpu/vk/ |
GrVkInterface.cpp | 140 ACQUIRE_PROC(AllocateCommandBuffers, VK_NULL_HANDLE, device);
|
GrVkCommandBuffer.cpp | 354 VkResult err = GR_VK_CALL(gpu->vkInterface(), AllocateCommandBuffers(gpu->device(), [all...] |
/frameworks/native/vulkan/nulldrv/ |
null_driver_gen.cpp | 59 {"vkAllocateCommandBuffers", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkAllocateCommandBuffers>(AllocateCommandBuffers))},
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/ |
vk_dispatch_table_helper.h | 105 table->AllocateCommandBuffers = (PFN_vkAllocateCommandBuffers) gpa(device, "vkAllocateCommandBuffers");
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiCommandBuffersTests.cpp | 102 VK_CHECK(m_vkd.allocateCommandBuffers(m_device, &cmdBufferAllocateInfo, m_primaryCommandBuffers)); 759 VK_CHECK(vk.allocateCommandBuffers(vkDevice, &cmdBufParams, cmdBuffers)); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
vktWsiSwapchainTests.cpp | [all...] |