/external/deqp/external/vulkancts/framework/vulkan/ |
vkInstanceFunctionPointers.inl | 9 GetPhysicalDevicePropertiesFunc getPhysicalDeviceProperties;
|
vkInitInstanceFunctionPointers.inl | 9 m_vk.getPhysicalDeviceProperties = (GetPhysicalDevicePropertiesFunc) GET_PROC_ADDR("vkGetPhysicalDeviceProperties");
|
vkQueryUtil.cpp | 80 VkPhysicalDeviceProperties getPhysicalDeviceProperties (const InstanceInterface& vk, VkPhysicalDevice physicalDevice) 86 vk.getPhysicalDeviceProperties(physicalDevice, &properties);
|
vkInstanceDriverImpl.inl | 30 void InstanceDriver::getPhysicalDeviceProperties (VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties* pProperties) const 32 m_vk.getPhysicalDeviceProperties(physicalDevice, pProperties);
|
vkConcreteInstanceInterface.inl | 9 virtual void getPhysicalDeviceProperties (VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties* pProperties) const;
|
vkVirtualInstanceInterface.inl | 9 virtual void getPhysicalDeviceProperties (VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties* pProperties) const = 0;
|
vkQueryUtil.hpp | 40 VkPhysicalDeviceProperties getPhysicalDeviceProperties (const InstanceInterface& vk, VkPhysicalDevice physicalDevice);
|
vkNullDriver.cpp | 469 VKAPI_ATTR void VKAPI_CALL getPhysicalDeviceProperties (VkPhysicalDevice, VkPhysicalDeviceProperties* props)
|
vkNullDriverImpl.inl | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiBufferTests.cpp | 274 vkInstance.getPhysicalDeviceProperties(vkPhysicalDevice, &props);
|
vktApiFeatureInfo.cpp | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/ |
vktTestCase.cpp | 209 , m_deviceProperties (getPhysicalDeviceProperties(m_instanceInterface, m_physicalDevice))
|
vktRenderPassTests.cpp | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
vktSparseResourcesBufferSparseBinding.cpp | 113 instance.getPhysicalDeviceProperties(physicalDevice, &deviceProperties);
|
vktSparseResourcesBufferMemoryAliasing.cpp | 219 const VkPhysicalDeviceProperties deviceProperties = getPhysicalDeviceProperties(instance, physicalDevice);
|
vktSparseResourcesBufferSparseResidency.cpp | 152 instance.getPhysicalDeviceProperties(physicalDevice, &deviceProperties);
|
vktSparseResourcesImageSparseBinding.cpp | 128 const VkPhysicalDeviceProperties deviceProperties = getPhysicalDeviceProperties(instance, physicalDevice);
|
vktSparseResourcesMipmapSparseResidency.cpp | 164 const VkPhysicalDeviceProperties deviceProperties = getPhysicalDeviceProperties(instance, physicalDevice);
|
vktSparseResourcesImageSparseResidency.cpp | 264 const VkPhysicalDeviceProperties deviceProperties = getPhysicalDeviceProperties(instance, physicalDevice); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineMultisampleTests.cpp | 411 instanceInterface.getPhysicalDeviceProperties(physicalDevice, &deviceProperties); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
vktComputeIndirectComputeDispatchTests.cpp | 74 // TODO getPhysicalDeviceProperties() was added to vkQueryUtil in 41-image-load-store-tests. Use it once it's merged. 76 instance_interface.getPhysicalDeviceProperties(physicalDevice, &deviceProperties);
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
vktDynamicStateRSTests.cpp | 628 m_context.getInstanceInterface().getPhysicalDeviceProperties(m_context.getPhysicalDevice(), &deviceProperties);
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
vktImageLoadStoreTests.cpp | 411 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(context.getInstanceInterface(), context.getPhysicalDevice()); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
vktSSBOLayoutCase.cpp | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
vktUniformBlockCase.cpp | 337 ctx.getInstanceInterface().getPhysicalDeviceProperties(ctx.getPhysicalDevice(), &properties); [all...] |