Home
last modified time | relevance | path

Searched refs:getInstanceProcAddr (Results 1 – 25 of 36) sorted by relevance

12

/third_party/vk-gl-cts/build/
Dvk-wrappers-1-0.inc2 …ateCommandBuffers = reinterpret_cast<PFN_vkAllocateCommandBuffers>(getInstanceProcAddr(instance_, …
6 …ateDescriptorSets = reinterpret_cast<PFN_vkAllocateDescriptorSets>(getInstanceProcAddr(instance_, …
10 if (!(ptrs_.vkAllocateMemory = reinterpret_cast<PFN_vkAllocateMemory>(getInstanceProcAddr(instance_…
14 if (!(ptrs_.vkBeginCommandBuffer = reinterpret_cast<PFN_vkBeginCommandBuffer>(getInstanceProcAddr(i…
18 if (!(ptrs_.vkBindBufferMemory = reinterpret_cast<PFN_vkBindBufferMemory>(getInstanceProcAddr(insta…
22 if (!(ptrs_.vkBindImageMemory = reinterpret_cast<PFN_vkBindImageMemory>(getInstanceProcAddr(instanc…
26 if (!(ptrs_.vkCmdBeginRenderPass = reinterpret_cast<PFN_vkCmdBeginRenderPass>(getInstanceProcAddr(i…
30 …BindDescriptorSets = reinterpret_cast<PFN_vkCmdBindDescriptorSets>(getInstanceProcAddr(instance_, …
34 if (!(ptrs_.vkCmdBindIndexBuffer = reinterpret_cast<PFN_vkCmdBindIndexBuffer>(getInstanceProcAddr(i…
38 if (!(ptrs_.vkCmdBindPipeline = reinterpret_cast<PFN_vkCmdBindPipeline>(getInstanceProcAddr(instanc…
[all …]
Dvk-wrappers-1-1.inc2 …Properties2 = reinterpret_cast<PFN_vkGetPhysicalDeviceProperties2>(getInstanceProcAddr(instance_, …
/third_party/vk-gl-cts/build/include/
Dvk-wrappers-1-0.inc2 …ateCommandBuffers = reinterpret_cast<PFN_vkAllocateCommandBuffers>(getInstanceProcAddr(instance_, …
6 …ateDescriptorSets = reinterpret_cast<PFN_vkAllocateDescriptorSets>(getInstanceProcAddr(instance_, …
10 if (!(ptrs_.vkAllocateMemory = reinterpret_cast<PFN_vkAllocateMemory>(getInstanceProcAddr(instance_…
14 if (!(ptrs_.vkBeginCommandBuffer = reinterpret_cast<PFN_vkBeginCommandBuffer>(getInstanceProcAddr(i…
18 if (!(ptrs_.vkBindBufferMemory = reinterpret_cast<PFN_vkBindBufferMemory>(getInstanceProcAddr(insta…
22 if (!(ptrs_.vkBindImageMemory = reinterpret_cast<PFN_vkBindImageMemory>(getInstanceProcAddr(instanc…
26 if (!(ptrs_.vkCmdBeginRenderPass = reinterpret_cast<PFN_vkCmdBeginRenderPass>(getInstanceProcAddr(i…
30 …BindDescriptorSets = reinterpret_cast<PFN_vkCmdBindDescriptorSets>(getInstanceProcAddr(instance_, …
34 if (!(ptrs_.vkCmdBindIndexBuffer = reinterpret_cast<PFN_vkCmdBindIndexBuffer>(getInstanceProcAddr(i…
38 if (!(ptrs_.vkCmdBindPipeline = reinterpret_cast<PFN_vkCmdBindPipeline>(getInstanceProcAddr(instanc…
[all …]
Dvk-wrappers-1-1.inc2 …Properties2 = reinterpret_cast<PFN_vkGetPhysicalDeviceProperties2>(getInstanceProcAddr(instance_, …
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiVersionCheck.cpp122 GetInstanceProcAddrFunc getInstanceProcAddr; member
148 …GetInstanceProcAddrFunc getInstanceProcAddr = reinterpret_cast<GetInstanceProcAddrFunc>(funcLibrar… in iterate() local
149 …drFunc getDeviceProcAddr = reinterpret_cast<GetDeviceProcAddrFunc>(getInstanceProcAddr(instance, "… in iterate()
150 APIContext ctx = { instance, *device, getInstanceProcAddr, getDeviceProcAddr }; in iterate()
213 …GetInstanceProcAddrFunc getInstanceProcAddr = reinterpret_cast<GetInstanceProcAddrFunc>(funcLibrar… in iterate() local
214 …drFunc getDeviceProcAddr = reinterpret_cast<GetDeviceProcAddrFunc>(getInstanceProcAddr(instance, "… in iterate()
215 APIContext ctx = { instance, *device, getInstanceProcAddr, getDeviceProcAddr }; in iterate()
421 if ((ctx.getInstanceProcAddr(DE_NULL, name) == DE_NULL) == shouldBeNonNull) in checkPlatformFunction()
427 if ((ctx.getInstanceProcAddr(ctx.instance, name) == DE_NULL) == shouldBeNonNull) in checkInstanceFunction()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiVersionCheck.cpp122 GetInstanceProcAddrFunc getInstanceProcAddr; member
148 …GetInstanceProcAddrFunc getInstanceProcAddr = reinterpret_cast<GetInstanceProcAddrFunc>(funcLibrar… in iterate() local
149 …drFunc getDeviceProcAddr = reinterpret_cast<GetDeviceProcAddrFunc>(getInstanceProcAddr(instance, "… in iterate()
150 APIContext ctx = { instance, *device, getInstanceProcAddr, getDeviceProcAddr }; in iterate()
213 …GetInstanceProcAddrFunc getInstanceProcAddr = reinterpret_cast<GetInstanceProcAddrFunc>(funcLibrar… in iterate() local
214 …drFunc getDeviceProcAddr = reinterpret_cast<GetDeviceProcAddrFunc>(getInstanceProcAddr(instance, "… in iterate()
215 APIContext ctx = { instance, *device, getInstanceProcAddr, getDeviceProcAddr }; in iterate()
421 if ((ctx.getInstanceProcAddr(DE_NULL, name) == DE_NULL) == shouldBeNonNull) in checkPlatformFunction()
427 if ((ctx.getInstanceProcAddr(ctx.instance, name) == DE_NULL) == shouldBeNonNull) in checkInstanceFunction()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
DvktAmberHelper.cpp40 void* getInstanceProcAddr) in GetVulkanConfig() argument
43 cfg->vkGetInstanceProcAddr = reinterpret_cast<PFN_vkGetInstanceProcAddr>(getInstanceProcAddr); in GetVulkanConfig()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
DvktAmberHelper.cpp40 void* getInstanceProcAddr) in GetVulkanConfig() argument
43 cfg->vkGetInstanceProcAddr = reinterpret_cast<PFN_vkGetInstanceProcAddr>(getInstanceProcAddr); in GetVulkanConfig()
DvktAmberTestCase.cpp78 queue, ctx.getInstanceProcAddr()); in createEngineConfig()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkPlatformDriverImpl.inl12 PFN_vkVoidFunction PlatformDriver::getInstanceProcAddr (VkInstance instance, const char* pName) con… function in PlatformDriver
14 return m_vk.getInstanceProcAddr(instance, pName);
DvkPlatformFunctionPointers.inl7 GetInstanceProcAddrFunc getInstanceProcAddr; variable
DvkVirtualPlatformInterface.inl7 virtual PFN_vkVoidFunction getInstanceProcAddr (VkInstance instance, const char* pName) const …
DvkConcretePlatformInterface.inl7 virtual PFN_vkVoidFunction getInstanceProcAddr (VkInstance instance, const char* pName) const;
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRef.hpp101 …: m_destroyInstance ((DestroyInstanceFunc)platformIface.getInstanceProcAddr(instance, "vkDestroyIn… in Deleter()
122 …cAddrFunc getDeviceProcAddr = (GetDeviceProcAddrFunc)platformIface.getInstanceProcAddr(instance, "… in Deleter()
DvkPlatform.cpp36 m_vk.getInstanceProcAddr = (GetInstanceProcAddrFunc)library.getFunction("vkGetInstanceProcAddr"); in PlatformDriver()
38 #define GET_PROC_ADDR(NAME) m_vk.getInstanceProcAddr(DE_NULL, NAME) in PlatformDriver()
56 #define GET_PROC_ADDR(NAME) platformInterface.getInstanceProcAddr(instance, NAME) in loadFunctions()
149 …m_vk.getDeviceProcAddr = (GetDeviceProcAddrFunc)platformInterface.getInstanceProcAddr(instance, "v… in DeviceDriver()
DvkPlatform.hpp66 return m_vk.getInstanceProcAddr; in getGetInstanceProcAddr()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Ddevice.h47 Result Initialize(PFN_vkGetInstanceProcAddr getInstanceProcAddr,
Ddevice.cc413 Result Device::LoadVulkanPointers(PFN_vkGetInstanceProcAddr getInstanceProcAddr, in LoadVulkanPointers() argument
444 PFN_vkGetInstanceProcAddr getInstanceProcAddr, in Initialize() argument
451 Result r = LoadVulkanPointers(getInstanceProcAddr, delegate); in Initialize()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DVulkanHelper.cpp397 PFN_vkGetInstanceProcAddr getInstanceProcAddr = in initializeFromANGLE() local
399 EXPECT_NE(getInstanceProcAddr, nullptr); in initializeFromANGLE()
401 volkInitializeCustom(getInstanceProcAddr); in initializeFromANGLE()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestCase.hpp142 void* getInstanceProcAddr ();
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
DvktTestCase.hpp142 void* getInstanceProcAddr ();
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
DvktPipelineIdentifierTests.cpp285 …rFunc getDeviceProcAddrFunc = (GetDeviceProcAddrFunc)vkp.getInstanceProcAddr(instance, "… in testGraphicsPipelineIdentifier()
472 …AddrFunc getDeviceProcAddrFunc = (GetDeviceProcAddrFunc)vkp.getInstanceProcAddr(instance, "… in testComputePipelineIdentifier()
DvktPipelineCacheSCTests.cpp352 …drFunc getDeviceProcAddrFunc = (GetDeviceProcAddrFunc)vkp.getInstanceProcAddr(instance, "… in createPipelineCacheTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
DvktPipelineIdentifierTests.cpp285 …rFunc getDeviceProcAddrFunc = (GetDeviceProcAddrFunc)vkp.getInstanceProcAddr(instance, "… in testGraphicsPipelineIdentifier()
472 …AddrFunc getDeviceProcAddrFunc = (GetDeviceProcAddrFunc)vkp.getInstanceProcAddr(instance, "… in testComputePipelineIdentifier()
DvktPipelineCacheSCTests.cpp352 …drFunc getDeviceProcAddrFunc = (GetDeviceProcAddrFunc)vkp.getInstanceProcAddr(instance, "… in createPipelineCacheTest()

12