Home
last modified time | relevance | path

Searched refs:sampleLocationGridSize (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.c688 sl->grid_size = sl_info->sampleLocationGridSize; in vk_sample_locations_state_init()
699 sl_info->sampleLocationGridSize.width * in vk_sample_locations_state_init()
700 sl_info->sampleLocationGridSize.height); in vk_sample_locations_state_init()
2495 pSampleLocationsInfo->sampleLocationGridSize.width); in vk_common_CmdSetSampleLocationsEXT()
2498 pSampleLocationsInfo->sampleLocationGridSize.height); in vk_common_CmdSetSampleLocationsEXT()
2502 pSampleLocationsInfo->sampleLocationGridSize.width * in vk_common_CmdSetSampleLocationsEXT()
2503 pSampleLocationsInfo->sampleLocationGridSize.height); in vk_common_CmdSetSampleLocationsEXT()
Dvk_render_pass.c1114 .sampleLocationGridSize = sli_in->sampleLocationGridSize, in clone_rp_sample_locations()
1136 .sampleLocationGridSize = sli_in->sampleLocationGridSize, in clone_rp_sample_locations()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Ddraw_common.adoc2146 pname:sampleLocationsInfo.sampleLocationGridSize.width in the last call
2148 slink:VkMultisamplePropertiesEXT::pname:sampleLocationGridSize.width as
2162 pname:sampleLocationsInfo.sampleLocationGridSize.height in the last call
2164 slink:VkMultisamplePropertiesEXT::pname:sampleLocationGridSize.height as
2186 pname:sampleLocationsInfo.sampleLocationGridSize.width must: evenly
2188 slink:VkMultisamplePropertiesEXT::pname:sampleLocationGridSize.width as
2200 pname:sampleLocationsInfo.sampleLocationGridSize.height must: evenly
2202 slink:VkMultisamplePropertiesEXT::pname:sampleLocationGridSize.height as
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dprimsrast.adoc843 * pname:sampleLocationGridSize is the size of the sample location grid to
858 the grid of the size specified in pname:sampleLocationGridSize.
861 pname:sampleLocationGridSize.width) {times} pname:sampleLocationsPerPixel
878 pname:sampleLocationGridSize.width {times}
879 pname:sampleLocationGridSize.height#
Dpipelines.adoc2188 ename:VK_TRUE, pname:sampleLocationsInfo.sampleLocationGridSize.width
2190 slink:VkMultisamplePropertiesEXT::pname:sampleLocationGridSize.width as
2201 used, pname:sampleLocationsInfo.sampleLocationGridSize.height must:
2203 slink:VkMultisamplePropertiesEXT::pname:sampleLocationGridSize.height as
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp529 VULKAN_HPP_HASH_COMBINE( seed, sampleLocationsInfoEXT.sampleLocationGridSize ); in operator ()()
Dvulkan_hash.hpp1111 VULKAN_HPP_HASH_COMBINE( seed, sampleLocationsInfoEXT.sampleLocationGridSize ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h12086 VkExtent2D sampleLocationGridSize; member