/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 295 const deUint32 height = deMinu32(1u << sampleLocationsProperties.sampleLocationSubPixelBits, 16u); // increase if you want more precision in logPixelGrid() 1230 if (sampleLocationsProperties.sampleLocationSubPixelBits == 0u || in testQuerySampleLocationProperties() 1231 sampleLocationsProperties.sampleLocationSubPixelBits > 64u) // max not specified, but try to catch nonsense values in testQuerySampleLocationProperties() 1233 return tcu::TestStatus::fail("VkPhysicalDeviceSampleLocationsPropertiesEXT: sampleLocationSubPixelBits should be greater than 0"); in testQuerySampleLocationProperties() 1514 fillSampleLocationsPacked(*m_pixelGrid, m_sampleLocationsProperties.sampleLocationSubPixelBits); in iterate() 1516 fillSampleLocationsRandom(*m_pixelGrid, m_sampleLocationsProperties.sampleLocationSubPixelBits); in iterate() 1767 const Vec2 offset = pixelSize / UVec2(1u << m_sampleLocationsProperties.sampleLocationSubPixelBits).cast<float>(); in testPixelGrid() 2164 fillSampleLocationsRandom(m_pixelGrids.back(), m_sampleLocationsProperties.sampleLocationSubPixelBits, seed); in iterate()
|
H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 1252 fillSampleLocationsRandom(*subpassData.pixelGrid, wd.sampleLocationsProperties.sampleLocationSubPixelBits, locationsSeed); in createPerSubpassData()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 294 const deUint32 height = deMinu32(1u << sampleLocationsProperties.sampleLocationSubPixelBits, 16u); // increase if you want more precision in logPixelGrid() 1210 if (sampleLocationsProperties.sampleLocationSubPixelBits == 0u || in testQuerySampleLocationProperties() 1211 sampleLocationsProperties.sampleLocationSubPixelBits > 64u) // max not specified, but try to catch nonsense values in testQuerySampleLocationProperties() 1213 return tcu::TestStatus::fail("VkPhysicalDeviceSampleLocationsPropertiesEXT: sampleLocationSubPixelBits should be greater than 0"); in testQuerySampleLocationProperties() 1494 fillSampleLocationsPacked(*m_pixelGrid, m_sampleLocationsProperties.sampleLocationSubPixelBits); in iterate() 1496 fillSampleLocationsRandom(*m_pixelGrid, m_sampleLocationsProperties.sampleLocationSubPixelBits); in iterate() 1743 const Vec2 offset = pixelSize / UVec2(1u << m_sampleLocationsProperties.sampleLocationSubPixelBits).cast<float>(); in testPixelGrid() 2140 fillSampleLocationsRandom(m_pixelGrids.back(), m_sampleLocationsProperties.sampleLocationSubPixelBits, seed); in iterate()
|
H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 1260 fillSampleLocationsRandom(*subpassData.pixelGrid, wd.sampleLocationsProperties.sampleLocationSubPixelBits, locationsSeed); in createPerSubpassData()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 1297 properties->sampleLocationSubPixelBits = 4; in tu_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 2602 props->sampleLocationSubPixelBits = 4; in anv_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 2409 properties->sampleLocationSubPixelBits = 4; in radv_GetPhysicalDeviceProperties2()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 6959 uint32_t sampleLocationSubPixelBits; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 1086 { PN(checkAlways), PN(sampleLocationsPropertiesEXT.sampleLocationSubPixelBits), LIM_MIN_UINT32(4) }, in validateLimitsExtSampleLocations()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 1077 { PN(checkAlways), PN(sampleLocationsPropertiesEXT.sampleLocationSubPixelBits), LIM_MIN_UINT32(4) }, in validateLimitsExtSampleLocations()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 9533 uint32_t sampleLocationSubPixelBits; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 50623 uint32_t sampleLocationSubPixelBits = {}; global() member [all...] |
H A D | vulkan_core.h | 9921 uint32_t sampleLocationSubPixelBits; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 11034 uint32_t sampleLocationSubPixelBits; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 10081 uint32_t sampleLocationSubPixelBits; member
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | [all...] |
H A D | vulkan_json_parser.hpp | 12377 parse_uint32_t("sampleLocationSubPixelBits", obj["sampleLocationSubPixelBits"], (o.sampleLocationSubPixelBits)); in parse_VkPhysicalDeviceSampleLocationsPropertiesEXT()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 12906 uint32_t sampleLocationSubPixelBits; member
|
H A D | vulkan_hash.hpp | 10846 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceSampleLocationsPropertiesEXT.sampleLocationSubPixelBits );
|
H A D | vulkan_structs.hpp | [all...] |