HomeSort by relevance Sort by last modified time
    Searched refs:AllocateCommandBuffers (Results 1 - 25 of 39) sorted by null

1 2

  /frameworks/native/vulkan/libvulkan/
driver_gen.h 84 PFN_vkAllocateCommandBuffers AllocateCommandBuffers;
api_gen.h 126 PFN_vkAllocateCommandBuffers AllocateCommandBuffers;
driver_gen.cpp 135 reinterpret_cast<PFN_vkVoidFunction>(AllocateCommandBuffers),
447 INIT_PROC(true, dev, AllocateCommandBuffers);
driver.h 130 VKAPI_ATTR VkResult AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers);
driver.cpp     [all...]
api_gen.cpp 226 INIT_PROC(true, dev, AllocateCommandBuffers);
370 VKAPI_ATTR VkResult AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers);
    [all...]
  /external/skia/tools/gpu/vk/
VkTestContext.cpp 43 GR_VK_CALL_ERRCHECK(fVk, AllocateCommandBuffers(fDevice, &allocateInfo, &fCommandBuffer));
  /external/skia/tools/gpu/mtl/
MtlTestContext.mm 45 GR_VK_CALL_ERRCHECK(fVk, AllocateCommandBuffers(fDevice, &allocateInfo, &fCommandBuffer));
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/threading/
threading.cpp 287 AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo *pAllocateInfo, VkCommandBuffer *pCommandBuffers) {
295 result = pTable->AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers);
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
threading.cpp 287 AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo *pAllocateInfo, VkCommandBuffer *pCommandBuffers) {
295 result = pTable->AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers);
device_limits.cpp 488 AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo *pCreateInfo, VkCommandBuffer *pCommandBuffer) {
490 ->device_dispatch_table->AllocateCommandBuffers(device, pCreateInfo, pCommandBuffer);
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vk_layer.h 111 PFN_vkAllocateCommandBuffers AllocateCommandBuffers;
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/include/vulkan/
vk_layer.h 111 PFN_vkAllocateCommandBuffers AllocateCommandBuffers;
  /external/vulkan-validation-layers/layers/
threading.cpp 334 AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo *pAllocateInfo, VkCommandBuffer *pCommandBuffers) {
345 result = pTable->AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers);
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/device_limits/
device_limits.cpp 488 AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo *pCreateInfo, VkCommandBuffer *pCommandBuffer) {
490 ->device_dispatch_table->AllocateCommandBuffers(device, pCreateInfo, pCommandBuffer);
    [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 58 {"vkAllocateCommandBuffers", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkAllocateCommandBuffers>(AllocateCommandBuffers))},
null_driver_gen.h 119 VKAPI_ATTR VkResult AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers);
null_driver.cpp 725 VkResult AllocateCommandBuffers(VkDevice /*device*/,
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_dispatch_table_helper.h 104 table->AllocateCommandBuffers = (PFN_vkAllocateCommandBuffers) gpa(device, "vkAllocateCommandBuffers");
  /external/skia/src/gpu/vk/
GrVkCommandBuffer.cpp 354 VkResult err = GR_VK_CALL(gpu->vkInterface(), AllocateCommandBuffers(gpu->device(),
    [all...]
GrVkInterface.cpp 140 ACQUIRE_PROC(AllocateCommandBuffers, VK_NULL_HANDLE, device);
  /external/vulkan-validation-layers/loader/
table_ops.h 171 table->AllocateCommandBuffers =
444 if (!strcmp(name, "AllocateCommandBuffers"))
445 return (void *)table->AllocateCommandBuffers;
    [all...]
  /external/skia/tools/viewer/sk_app/
VulkanWindowContext.cpp 334 AllocateCommandBuffers(fBackendContext->fDevice, &commandBuffersInfo,
  /external/vulkan-validation-layers/demos/smoke/
Smoke.cpp 440 vk::assert_success(vk::AllocateCommandBuffers(dev_, &cmd_info, cmds.data()));
  /frameworks/base/libs/hwui/renderthread/
VulkanManager.cpp 77 GET_DEV_PROC(AllocateCommandBuffers);

Completed in 110 milliseconds

1 2