/third_party/vk-gl-cts/build/ |
D | vk-wrappers-1-0.inc | 2 …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 …]
|
D | vk-wrappers-1-1.inc | 2 …Properties2 = reinterpret_cast<PFN_vkGetPhysicalDeviceProperties2>(getInstanceProcAddr(instance_, …
|
/third_party/vk-gl-cts/build/include/ |
D | vk-wrappers-1-0.inc | 2 …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 …]
|
D | vk-wrappers-1-1.inc | 2 …Properties2 = reinterpret_cast<PFN_vkGetPhysicalDeviceProperties2>(getInstanceProcAddr(instance_, …
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiVersionCheck.cpp | 122 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/ |
D | vktApiVersionCheck.cpp | 122 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/ |
D | vktAmberHelper.cpp | 40 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/ |
D | vktAmberHelper.cpp | 40 void* getInstanceProcAddr) in GetVulkanConfig() argument 43 cfg->vkGetInstanceProcAddr = reinterpret_cast<PFN_vkGetInstanceProcAddr>(getInstanceProcAddr); in GetVulkanConfig()
|
D | vktAmberTestCase.cpp | 78 queue, ctx.getInstanceProcAddr()); in createEngineConfig()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkPlatformDriverImpl.inl | 12 PFN_vkVoidFunction PlatformDriver::getInstanceProcAddr (VkInstance instance, const char* pName) con… function in PlatformDriver 14 return m_vk.getInstanceProcAddr(instance, pName);
|
D | vkPlatformFunctionPointers.inl | 7 GetInstanceProcAddrFunc getInstanceProcAddr; variable
|
D | vkVirtualPlatformInterface.inl | 7 virtual PFN_vkVoidFunction getInstanceProcAddr (VkInstance instance, const char* pName) const …
|
D | vkConcretePlatformInterface.inl | 7 virtual PFN_vkVoidFunction getInstanceProcAddr (VkInstance instance, const char* pName) const;
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkRef.hpp | 101 …: m_destroyInstance ((DestroyInstanceFunc)platformIface.getInstanceProcAddr(instance, "vkDestroyIn… in Deleter() 122 …cAddrFunc getDeviceProcAddr = (GetDeviceProcAddrFunc)platformIface.getInstanceProcAddr(instance, "… in Deleter()
|
D | vkPlatform.cpp | 36 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()
|
D | vkPlatform.hpp | 66 return m_vk.getInstanceProcAddr; in getGetInstanceProcAddr()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | device.h | 47 Result Initialize(PFN_vkGetInstanceProcAddr getInstanceProcAddr,
|
D | device.cc | 413 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/ |
D | VulkanHelper.cpp | 397 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/ |
D | vktTestCase.hpp | 142 void* getInstanceProcAddr ();
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
D | vktTestCase.hpp | 142 void* getInstanceProcAddr ();
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
D | vktPipelineIdentifierTests.cpp | 285 …rFunc getDeviceProcAddrFunc = (GetDeviceProcAddrFunc)vkp.getInstanceProcAddr(instance, "… in testGraphicsPipelineIdentifier() 472 …AddrFunc getDeviceProcAddrFunc = (GetDeviceProcAddrFunc)vkp.getInstanceProcAddr(instance, "… in testComputePipelineIdentifier()
|
D | vktPipelineCacheSCTests.cpp | 352 …drFunc getDeviceProcAddrFunc = (GetDeviceProcAddrFunc)vkp.getInstanceProcAddr(instance, "… in createPipelineCacheTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
D | vktPipelineIdentifierTests.cpp | 285 …rFunc getDeviceProcAddrFunc = (GetDeviceProcAddrFunc)vkp.getInstanceProcAddr(instance, "… in testGraphicsPipelineIdentifier() 472 …AddrFunc getDeviceProcAddrFunc = (GetDeviceProcAddrFunc)vkp.getInstanceProcAddr(instance, "… in testComputePipelineIdentifier()
|
D | vktPipelineCacheSCTests.cpp | 352 …drFunc getDeviceProcAddrFunc = (GetDeviceProcAddrFunc)vkp.getInstanceProcAddr(instance, "… in createPipelineCacheTest()
|