HomeSort by relevance Sort by last modified time
    Searched refs:CreateFence (Results 1 - 18 of 18) sorted by null

  /frameworks/native/vulkan/libvulkan/
api_gen.h 73 PFN_vkCreateFence CreateFence;
api_gen.cpp 171 INIT_PROC(dev, CreateFence);
315 VKAPI_ATTR VkResult CreateFence(VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence);
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vk_layer.h 65 PFN_vkCreateFence CreateFence;
  /external/skia/src/gpu/vk/
GrVkCommandBuffer.cpp 124 err = GR_VK_CALL(gpu->vkInterface(), CreateFence(gpu->device(), &fenceInfo, nullptr,
GrVkInterface.cpp 53 GET_PROC(CreateFence);
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 116 {"vkCreateFence", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCreateFence>(CreateFence))},
null_driver_gen.h 66 VKAPI_ATTR VkResult CreateFence(VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence);
null_driver.cpp     [all...]
  /external/vulkan-validation-layers/loader/
table_ops.h 88 table->CreateFence = (PFN_vkCreateFence)gpa(dev, "vkCreateFence");
324 if (!strcmp(name, "CreateFence"))
325 return (void *)table->CreateFence;
    [all...]
trampoline.c     [all...]
  /external/vulkan-validation-layers/demos/smoke/
Shell.cpp 360 vk::assert_success(vk::CreateFence(ctx_.dev, &fence_info, nullptr, &buf.present_fence));
Smoke.cpp 416 vk::assert_success(vk::CreateFence(dev_, &fence_info, nullptr, &data.fence));
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/vulkan-validation-layers/layers/
parameter_validation.cpp     [all...]
core_validation.cpp     [all...]

Completed in 766 milliseconds