Searched refs:sampleLocationsEnable (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | draw_common.adoc | 298 * [[VUID-{refpage}-sampleLocationsEnable-02689]] 300 slink:VkPipelineSampleLocationsStateCreateInfoEXT::pname:sampleLocationsEnable 315 command buffer set pname:sampleLocationsEnable to ename:VK_TRUE, then 2122 * [[VUID-{refpage}-sampleLocationsEnable-07484]] 2130 pname:sampleLocationsEnable was ename:VK_TRUE in the last call to 2135 * [[VUID-{refpage}-sampleLocationsEnable-07485]] 2144 pname:sampleLocationsEnable was ename:VK_TRUE in the last call to 2151 * [[VUID-{refpage}-sampleLocationsEnable-07486]] 2160 pname:sampleLocationsEnable was ename:VK_TRUE in the last call to 2167 * [[VUID-{refpage}-sampleLocationsEnable-07487]] [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_extended_dynamic_state3.adoc | 125 VkPipelineSampleLocationsStateCreateInfoEXT::sampleLocationsEnable
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_graphics_state.c | 746 (sl_info != NULL && sl_info->sampleLocationsEnable)); in needs_sample_locations_state() 759 (sl_info != NULL && sl_info->sampleLocationsEnable); in vk_multisample_sample_locations_state_init() 2516 VkBool32 sampleLocationsEnable) in vk_common_CmdSetSampleLocationsEnableEXT() argument 2522 ms.sample_locations_enable, sampleLocationsEnable); in vk_common_CmdSetSampleLocationsEnableEXT()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | primsrast.adoc | 819 * pname:sampleLocationsEnable controls whether custom sample locations are 821 If pname:sampleLocationsEnable is ename:VK_FALSE, the default sample 825 rasterization if pname:sampleLocationsEnable is ename:VK_TRUE and the 911 pname:sampleLocationsEnable state, call: 917 * pname:sampleLocationsEnable specifies the pname:sampleLocationsEnable 920 This command sets the pname:sampleLocationsEnable state for subsequent 932 slink:VkPipelineSampleLocationsStateCreateInfoEXT::pname:sampleLocationsEnable 965 slink:VkPipelineSampleLocationsStateCreateInfoEXT::pname:sampleLocationsEnable 1367 slink:VkPipelineSampleLocationsStateCreateInfoEXT::pname:sampleLocationsEnable
|
D | pipelines.adoc | 2186 slink:VkPipelineSampleLocationsStateCreateInfoEXT::pname:sampleLocationsEnable 2198 slink:VkPipelineSampleLocationsStateCreateInfoEXT::pname:sampleLocationsEnable 2211 slink:VkPipelineSampleLocationsStateCreateInfoEXT::pname:sampleLocationsEnable 2216 * [[VUID-VkGraphicsPipelineCreateInfo-sampleLocationsEnable-01524]] 2218 fragment shader state>>, and the pname:sampleLocationsEnable member of a 5362 pname:sampleLocationsEnable member of 5601 pname:sampleLocationsEnable state in 8471 having its pname:sampleLocationsEnable member set to ename:VK_TRUE but
|
D | shaders.adoc | 1015 * flink:vkCmdSetSampleLocationsEXT, if pname:sampleLocationsEnable is
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 12113 VkBool32 sampleLocationsEnable; member 16821 …N_vkCmdSetSampleLocationsEnableEXT)(VkCommandBuffer commandBuffer, VkBool32 sampleLocationsEnable); 16908 VkBool32 sampleLocationsEnable);
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan.hpp | 5071 …SampleLocationsEnableEXT( VkCommandBuffer commandBuffer, VkBool32 sampleLocationsEnable ) const VU… in vkCmdSetSampleLocationsEnableEXT() 5073 return ::vkCmdSetSampleLocationsEnableEXT( commandBuffer, sampleLocationsEnable ); in vkCmdSetSampleLocationsEnableEXT()
|
D | vulkan_raii.hpp | 5601 …void setSampleLocationsEnableEXT( VULKAN_HPP_NAMESPACE::Bool32 sampleLocationsEnable ) const VULK… 19295 …Buffer::setSampleLocationsEnableEXT( VULKAN_HPP_NAMESPACE::Bool32 sampleLocationsEnable ) const V… in setSampleLocationsEnableEXT() 19301 … static_cast<VkCommandBuffer>( m_commandBuffer ), static_cast<VkBool32>( sampleLocationsEnable ) ); in setSampleLocationsEnableEXT()
|
D | vulkansc_hash.hpp | 5926 … VULKAN_HPP_HASH_COMBINE( seed, pipelineSampleLocationsStateCreateInfoEXT.sampleLocationsEnable ); in operator ()()
|
D | vulkan_hash.hpp | 11350 … VULKAN_HPP_HASH_COMBINE( seed, pipelineSampleLocationsStateCreateInfoEXT.sampleLocationsEnable ); in operator ()()
|