Home
last modified time | relevance | path

Searched refs:variableSampleLocations (Results 1 – 21 of 21) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dcmdbuffers.txt1517 * [[VUID-VkSubmitInfo2KHR-variableSampleLocations-06013]]
1518 If the <<limits-variableSampleLocations, pname:variableSampleLocations>>
1931 * [[VUID-VkSubmitInfo-variableSampleLocations-06017]]
1932 If the <<limits-variableSampleLocations, pname:variableSampleLocations>>
2459 * [[VUID-vkCmdExecuteCommands-variableSampleLocations-06023]]
2460 If the <<limits-variableSampleLocations, pname:variableSampleLocations>>
Dlimits.txt1138 * [[limits-variableSampleLocations]] pname:variableSampleLocations
3569 | pname:variableSampleLocations | - |false| implementation-dependent
Dprimsrast.txt837 * [[VUID-vkCmdSetSampleLocationsEXT-variableSampleLocations-01530]]
839 slink:VkPhysicalDeviceSampleLocationsPropertiesEXT::pname:variableSampleLocations
Drenderpass.txt5231 slink:VkPhysicalDeviceSampleLocationsPropertiesEXT::pname:variableSampleLocations
5236 If pname:variableSampleLocations is ename:VK_TRUE, the sample locations
5289 slink:VkPhysicalDeviceSampleLocationsPropertiesEXT::pname:variableSampleLocations
Dpipelines.txt4357 * [[VUID-vkCmdBindPipeline-variableSampleLocations-01525]]
4359 slink:VkPhysicalDeviceSampleLocationsPropertiesEXT::pname:variableSampleLocations
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c1298 properties->variableSampleLocations = true; in tu_GetPhysicalDeviceProperties2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp1922 …PTION_SAME_PATTERN_BIT) == 0) && !getSampleLocationsPropertiesEXT(context).variableSampleLocations) in checkSupportDrawTests()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c2604 props->variableSampleLocations = true; in anv_GetPhysicalDeviceProperties2()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl3949 VkBool32 variableSampleLocations; member
DvkVulkan_c.inl11044 VkBool32 variableSampleLocations; member
DvkStrUtilImpl.inl9824 s << "\tvariableSampleLocations = " << value.variableSampleLocations << '\n';
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c2410 properties->variableSampleLocations = false; in radv_GetPhysicalDeviceProperties2()
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h9534 VkBool32 variableSampleLocations; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h10082 VkBool32 variableSampleLocations; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_core.h10090 VkBool32 variableSampleLocations; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h9922 VkBool32 variableSampleLocations; member
Dvulkan_structs.hpp50565 , variableSampleLocations( variableSampleLocations_ )
50608 ( variableSampleLocations == rhs.variableSampleLocations ); in operator ==()
50624 VULKAN_HPP_NAMESPACE::Bool32 variableSampleLocations = {}; member
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h11035 VkBool32 variableSampleLocations; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h11637 VkBool32 variableSampleLocations; member
Dvulkan_structs.hpp70831 , variableSampleLocations( variableSampleLocations_ )
70881 variableSampleLocations ); in reflect()
70895 …xelBits == rhs.sampleLocationSubPixelBits ) && ( variableSampleLocations == rhs.variableSampleLoca… in operator ==()
70912 VULKAN_HPP_NAMESPACE::Bool32 variableSampleLocations = {}; member
Dvulkan_hash.hpp9699 …ULKAN_HPP_HASH_COMBINE( seed, physicalDeviceSampleLocationsPropertiesEXT.variableSampleLocations ); in operator ()()