Home
last modified time | relevance | path

Searched refs:VkPhysicalDeviceProperties (Results 1 – 25 of 85) sorted by relevance

1234

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp102 bool validateFeatureLimits(VkPhysicalDeviceProperties* properties, VkPhysicalDeviceFeatures* featur… in validateFeatureLimits()
1114 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, apiVersion),
1115 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, driverVersion),
1116 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, vendorID),
1117 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, deviceID),
1118 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, deviceType),
1119 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, pipelineCacheUUID),
1120 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxImageDimension1D),
1121 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxImageDimension2D),
1122 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxImageDimension3D),
[all …]
DvktApiMaintenance3Check.cpp46 typedef vk::VkPhysicalDeviceProperties DevProp1;
145 VkPhysicalDeviceProperties() //VkPhysicalDeviceProperties properties; in iterate()
/external/skia/src/gpu/vk/
DGrVkCaps.h186 const VkPhysicalDeviceProperties&,
190 void initShaderCaps(const VkPhysicalDeviceProperties&, const VkPhysicalDeviceFeatures2&);
192 void initConfigTable(const GrVkInterface*, VkPhysicalDevice, const VkPhysicalDeviceProperties&);
197 void applyDriverCorrectnessWorkarounds(const VkPhysicalDeviceProperties&);
206 void init(const GrVkInterface*, VkPhysicalDevice, const VkPhysicalDeviceProperties&,
210 const VkPhysicalDeviceProperties&, VkFormat);
DGrVkCaps.cpp269 VkPhysicalDeviceProperties properties; in init()
407 void GrVkCaps::applyDriverCorrectnessWorkarounds(const VkPhysicalDeviceProperties& properties) { in applyDriverCorrectnessWorkarounds()
481 const VkPhysicalDeviceProperties& properties, in initGrCaps()
546 void GrVkCaps::initShaderCaps(const VkPhysicalDeviceProperties& properties, in initShaderCaps()
644 const VkPhysicalDeviceProperties& properties) { in initConfigTable()
685 const VkPhysicalDeviceProperties& physProps, in initSampleCounts()
729 const VkPhysicalDeviceProperties& properties, in init()
DGrVkAMDMemoryAllocator.cpp195 const VkPhysicalDeviceProperties* devProps; in getAllocInfo()
222 const VkPhysicalDeviceProperties* physDevProps; in flushMappedMemory()
240 const VkPhysicalDeviceProperties* physDevProps; in invalidateMappedMemory()
DGrVkGpu.h60 const VkPhysicalDeviceProperties& physicalDeviceProperties() const { in physicalDeviceProperties()
297 VkPhysicalDeviceProperties fPhysDevProps;
/external/skqp/src/gpu/vk/
DGrVkCaps.h173 const VkPhysicalDeviceProperties&,
177 void initShaderCaps(const VkPhysicalDeviceProperties&, const VkPhysicalDeviceFeatures2&);
179 void initConfigTable(const GrVkInterface*, VkPhysicalDevice, const VkPhysicalDeviceProperties&);
184 void applyDriverCorrectnessWorkarounds(const VkPhysicalDeviceProperties&);
193 void init(const GrVkInterface*, VkPhysicalDevice, const VkPhysicalDeviceProperties&,
197 const VkPhysicalDeviceProperties&, VkFormat);
DGrVkCaps.cpp236 VkPhysicalDeviceProperties properties; in init()
356 void GrVkCaps::applyDriverCorrectnessWorkarounds(const VkPhysicalDeviceProperties& properties) { in applyDriverCorrectnessWorkarounds()
430 const VkPhysicalDeviceProperties& properties, in initGrCaps()
495 void GrVkCaps::initShaderCaps(const VkPhysicalDeviceProperties& properties, in initShaderCaps()
591 const VkPhysicalDeviceProperties& properties) { in initConfigTable()
624 const VkPhysicalDeviceProperties& physProps, in initSampleCounts()
668 const VkPhysicalDeviceProperties& properties, in init()
DGrVkAMDMemoryAllocator.cpp195 const VkPhysicalDeviceProperties* devProps; in getAllocInfo()
222 const VkPhysicalDeviceProperties* physDevProps; in flushMappedMemory()
240 const VkPhysicalDeviceProperties* physDevProps; in invalidateMappedMemory()
DGrVkGpu.h60 const VkPhysicalDeviceProperties& physicalDeviceProperties() const { in physicalDeviceProperties()
286 VkPhysicalDeviceProperties fPhysDevProps;
/external/deqp/external/vulkancts/framework/vulkan/
DvkInstanceDriverImpl.inl30 …:getPhysicalDeviceProperties (VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties* pProper…
72 vk::VkPhysicalDeviceProperties props;
82 vk::VkPhysicalDeviceProperties props;
92 vk::VkPhysicalDeviceProperties props;
102 vk::VkPhysicalDeviceProperties props;
112 vk::VkPhysicalDeviceProperties props;
122 vk::VkPhysicalDeviceProperties props;
132 vk::VkPhysicalDeviceProperties props;
142 vk::VkPhysicalDeviceProperties props;
152 vk::VkPhysicalDeviceProperties props;
[all …]
DvkDeviceUtil.cpp128 …const VkPhysicalDeviceProperties props = getPhysicalDeviceProperties(vkInstance, devices[devic… in chooseDeviceIndex()
DvkQueryUtil.cpp157 VkPhysicalDeviceProperties getPhysicalDeviceProperties (const InstanceInterface& vk, VkPhysicalDevi… in getPhysicalDeviceProperties()
159 VkPhysicalDeviceProperties properties; in getPhysicalDeviceProperties()
/external/vulkan-validation-layers/tests/layers/
Ddevice_profile_api.cpp43 VkPhysicalDeviceProperties phy_device_props;
63 VkPhysicalDeviceProperties props; in GetOriginalPhysicalDeviceLimitsEXT()
126 …L GetPhysicalDeviceProperties(VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties *pProper… in GetPhysicalDeviceProperties()
129 memcpy(pProperties, &phy_dev_data->phy_device_props, sizeof(VkPhysicalDeviceProperties)); in GetPhysicalDeviceProperties()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp183 …const VkPhysicalDeviceProperties props = getPhysicalDeviceProperties(preinterface, devices[dev… in determineDeviceVersions()
189 …const VkPhysicalDeviceProperties props = getPhysicalDeviceProperties(preinterface, choosenDev… in determineDeviceVersions()
486 …const VkPhysicalDeviceProperties& getDeviceProperties (void) const { return m_devicePrope… in getDeviceProperties()
515 const VkPhysicalDeviceProperties m_deviceProperties;
655 const vk::VkPhysicalDeviceProperties& Context::getDeviceProperties (void) const { return m_device… in getDeviceProperties()
DvktTestCase.hpp96 const vk::VkPhysicalDeviceProperties& getDeviceProperties (void) const;
DvktInfoTests.cpp126 const vk::VkPhysicalDeviceProperties& properties = context.getDeviceProperties(); in logDeviceInfo()
/external/swiftshader/src/Vulkan/
DVkPhysicalDevice.hpp42 const VkPhysicalDeviceProperties& getProperties() const;
DVkPhysicalDevice.cpp251 const VkPhysicalDeviceProperties& PhysicalDevice::getProperties() const in getProperties()
253 static const VkPhysicalDeviceProperties properties in getProperties()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreUtil.cpp104 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in getOptimalUniformBufferChunkSize()
/external/swiftshader/tests/VulkanUnitTests/
Dunittests.cpp113 VkPhysicalDeviceProperties physicalDeviceProperties; in TEST_F()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationLimitsTests.cpp82 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in deviceLimitsTestCase()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleBase.cpp41 …const VkPhysicalDeviceProperties deviceProperties = getPhysicalDeviceProperties(instance, physical… in validateImageSize()
/external/skqp/src/compute/hs/vk/bench/
Dmain.c270 is_matching_device(VkPhysicalDeviceProperties const * const phy_device_props, in is_matching_device()
489 VkPhysicalDeviceProperties phy_device_props; in main()
495 VkPhysicalDeviceProperties tmp; in main()
/external/skia/src/compute/hs/vk/bench/
Dmain.c270 is_matching_device(VkPhysicalDeviceProperties const * const phy_device_props, in is_matching_device()
489 VkPhysicalDeviceProperties phy_device_props; in main()
495 VkPhysicalDeviceProperties tmp; in main()

1234