Home
last modified time | relevance | path

Searched refs:sampleLocationSubPixelBits (Results 1 - 20 of 20) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp295 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 DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp1252 fillSampleLocationsRandom(*subpassData.pixelGrid, wd.sampleLocationsProperties.sampleLocationSubPixelBits, locationsSeed); in createPerSubpassData()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp294 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 DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp1260 fillSampleLocationsRandom(*subpassData.pixelGrid, wd.sampleLocationsProperties.sampleLocationSubPixelBits, locationsSeed); in createPerSubpassData()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c1297 properties->sampleLocationSubPixelBits = 4; in tu_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c2602 props->sampleLocationSubPixelBits = 4; in anv_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c2409 properties->sampleLocationSubPixelBits = 4; in radv_GetPhysicalDeviceProperties2()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h6959 uint32_t sampleLocationSubPixelBits; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp1086 { 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 DvktApiFeatureInfo.cpp1077 { PN(checkAlways), PN(sampleLocationsPropertiesEXT.sampleLocationSubPixelBits), LIM_MIN_UINT32(4) }, in validateLimitsExtSampleLocations()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h9533 uint32_t sampleLocationSubPixelBits; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp50623 uint32_t sampleLocationSubPixelBits = {}; global() member
[all...]
H A Dvulkan_core.h9921 uint32_t sampleLocationSubPixelBits; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h11034 uint32_t sampleLocationSubPixelBits; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h10081 uint32_t sampleLocationSubPixelBits; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp[all...]
H A Dvulkan_json_parser.hpp12377 parse_uint32_t("sampleLocationSubPixelBits", obj["sampleLocationSubPixelBits"], (o.sampleLocationSubPixelBits)); in parse_VkPhysicalDeviceSampleLocationsPropertiesEXT()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h12906 uint32_t sampleLocationSubPixelBits; member
H A Dvulkan_hash.hpp10846 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceSampleLocationsPropertiesEXT.sampleLocationSubPixelBits );
H A Dvulkan_structs.hpp[all...]

Completed in 504 milliseconds