Home
last modified time | relevance | path

Searched refs:sampleLocationsEnable (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Ddraw_common.adoc298 * [[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/
DVK_EXT_extended_dynamic_state3.adoc125 VkPipelineSampleLocationsStateCreateInfoEXT::sampleLocationsEnable
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.c746 (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/
Dprimsrast.adoc819 * 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
Dpipelines.adoc2186 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
Dshaders.adoc1015 * flink:vkCmdSetSampleLocationsEXT, if pname:sampleLocationsEnable is
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h12113 VkBool32 sampleLocationsEnable; member
16821 …N_vkCmdSetSampleLocationsEnableEXT)(VkCommandBuffer commandBuffer, VkBool32 sampleLocationsEnable);
16908 VkBool32 sampleLocationsEnable);
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan.hpp5071 …SampleLocationsEnableEXT( VkCommandBuffer commandBuffer, VkBool32 sampleLocationsEnable ) const VU… in vkCmdSetSampleLocationsEnableEXT()
5073 return ::vkCmdSetSampleLocationsEnableEXT( commandBuffer, sampleLocationsEnable ); in vkCmdSetSampleLocationsEnableEXT()
Dvulkan_raii.hpp5601 …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()
Dvulkansc_hash.hpp5926 … VULKAN_HPP_HASH_COMBINE( seed, pipelineSampleLocationsStateCreateInfoEXT.sampleLocationsEnable ); in operator ()()
Dvulkan_hash.hpp11350 … VULKAN_HPP_HASH_COMBINE( seed, pipelineSampleLocationsStateCreateInfoEXT.sampleLocationsEnable ); in operator ()()