Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/
Ddraw_common.adoc65 * [[VUID-{refpage}-sampleLocationsEnable-02689]]
67 slink:VkPipelineSampleLocationsStateCreateInfoEXT::pname:sampleLocationsEnable
834 * [[VUID-{refpage}-sampleLocationsEnable-07484]]
837 pname:sampleLocationsEnable was ename:VK_TRUE in the last call to
842 * [[VUID-{refpage}-sampleLocationsEnable-07485]]
846 pname:sampleLocationsEnable was ename:VK_TRUE in the last call to
853 * [[VUID-{refpage}-sampleLocationsEnable-07486]]
857 pname:sampleLocationsEnable was ename:VK_TRUE in the last call to
864 * [[VUID-{refpage}-sampleLocationsEnable-07487]]
867 pname:sampleLocationsEnable was ename:VK_TRUE in the last call to
Ddraw_common.txt34 * [[VUID-{refpage}-sampleLocationsEnable-02689]]
36 slink:VkPipelineSampleLocationsStateCreateInfoEXT::pname:sampleLocationsEnable
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_EXT_extended_dynamic_state3.adoc125 VkPipelineSampleLocationsStateCreateInfoEXT::sampleLocationsEnable
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_decompress.c190 .sampleLocationsEnable = false, in create_pipeline()
Dradv_pipeline.c1757 info.sample_locs_enable = sample_location_info->sampleLocationsEnable; in radv_pipeline_init_multisample_info()
1758 if (sample_location_info->sampleLocationsEnable) { in radv_pipeline_init_multisample_info()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dprimsrast.adoc805 * pname:sampleLocationsEnable controls whether custom sample locations are
807 If pname:sampleLocationsEnable is ename:VK_FALSE, the default sample
811 rasterization if pname:sampleLocationsEnable is ename:VK_TRUE and the
897 pname:sampleLocationsEnable state, call:
903 * pname:sampleLocationsEnable specifies the pname:sampleLocationsEnable
906 This command sets the pname:sampleLocationsEnable state for subsequent
911 slink:VkPipelineSampleLocationsStateCreateInfoEXT::pname:sampleLocationsEnable
942 slink:VkPipelineSampleLocationsStateCreateInfoEXT::pname:sampleLocationsEnable
1345 slink:VkPipelineSampleLocationsStateCreateInfoEXT::pname:sampleLocationsEnable
Dpipelines.adoc1677 the pname:sampleLocationsEnable member of a
1691 the pname:sampleLocationsEnable member of a
1705 the pname:sampleLocationsEnable member of a
1719 pname:sampleLocationsEnable member of a
1734 pname:sampleLocationsEnable member of a
1750 pname:sampleLocationsEnable member of a
1763 the pname:sampleLocationsEnable member of a
1780 the pname:sampleLocationsEnable member of a
1797 the pname:sampleLocationsEnable member of a
1805 * [[VUID-VkGraphicsPipelineCreateInfo-sampleLocationsEnable-01524]]
[all …]
Dpipelines.txt1242 pname:sampleLocationsEnable member of a
1255 pname:sampleLocationsEnable member of a
1268 pname:sampleLocationsEnable member of a
1273 * [[VUID-VkGraphicsPipelineCreateInfo-sampleLocationsEnable-01524]]
1276 and the pname:sampleLocationsEnable member of a
2370 pname:sampleLocationsEnable member of
4362 having its pname:sampleLocationsEnable member set to ename:VK_TRUE but
Dprimsrast.txt722 * pname:sampleLocationsEnable controls whether custom sample locations are
724 If pname:sampleLocationsEnable is ename:VK_FALSE, the default sample
728 rasterization if pname:sampleLocationsEnable is ename:VK_TRUE and the
824 slink:VkPipelineSampleLocationsStateCreateInfoEXT::pname:sampleLocationsEnable
1217 slink:VkPipelineSampleLocationsStateCreateInfoEXT::pname:sampleLocationsEnable
/third_party/mesa3d/src/vulkan/runtime/
Dvk_graphics_state.c619 sl_info != NULL && sl_info->sampleLocationsEnable; in needs_sample_locations_state()
631 sl_info != NULL && sl_info->sampleLocationsEnable; in vk_multisample_sample_locations_state_init()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkSafetyCriticalUtil.cpp221 …hash_combine(seed, ptr->sampleLocationsEnable, deUint32(ptr->sampleLocationsInfo.sampleLocationsPe… in hashPNextChain()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl1742 …mdSetSampleLocationsEnableEXT (VkCommandBuffer commandBuffer, VkBool32 sampleLocationsEnable) const
1744 m_vk.cmdSetSampleLocationsEnableEXT(commandBuffer, sampleLocationsEnable);
DvkConcreteDeviceInterface.inl353 …mpleLocationsEnableEXT (VkCommandBuffer commandBuffer, VkBool32 sampleLocationsEnable) const;
DvkVirtualDeviceInterface.inl353 …LocationsEnableEXT (VkCommandBuffer commandBuffer, VkBool32 sampleLocationsEnable) const = 0;
DvkNullDriverImpl.inl3184 …CALL cmdSetSampleLocationsEnableEXT (VkCommandBuffer commandBuffer, VkBool32 sampleLocationsEnable) argument
3187 DE_UNREF(sampleLocationsEnable);
DvkFunctionPointerTypes.inl502 …pleLocationsEnableEXTFunc) (VkCommandBuffer commandBuffer, VkBool32 sampleLocationsEnable);
DvkVulkan_c.inl12595 VkBool32 sampleLocationsEnable; member
16910 …N_vkCmdSetSampleLocationsEnableEXT)(VkCommandBuffer commandBuffer, VkBool32 sampleLocationsEnable);
16997 VkBool32 sampleLocationsEnable);
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c2425 (sample_locations && sample_locations->sampleLocationsEnable)) { in tu_pipeline_shader_key_init()
3672 if (sample_locations && sample_locations->sampleLocationsEnable) in tu_pipeline_builder_parse_multisample_and_color_blend()
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h11147 VkBool32 sampleLocationsEnable; member
15007 …N_vkCmdSetSampleLocationsEnableEXT)(VkCommandBuffer commandBuffer, VkBool32 sampleLocationsEnable);
15094 VkBool32 sampleLocationsEnable);
Dvulkan.hpp5556 …SampleLocationsEnableEXT( VkCommandBuffer commandBuffer, VkBool32 sampleLocationsEnable ) const VU… in vkCmdSetSampleLocationsEnableEXT()
5558 return ::vkCmdSetSampleLocationsEnableEXT( commandBuffer, sampleLocationsEnable ); in vkCmdSetSampleLocationsEnableEXT()
Dvulkan_raii.hpp5642 …void setSampleLocationsEnableEXT( VULKAN_HPP_NAMESPACE::Bool32 sampleLocationsEnable ) const VULKA…
18347 …Buffer::setSampleLocationsEnableEXT( VULKAN_HPP_NAMESPACE::Bool32 sampleLocationsEnable ) const VU… in setSampleLocationsEnableEXT()
18352 … static_cast<VkCommandBuffer>( m_commandBuffer ), static_cast<VkBool32>( sampleLocationsEnable ) ); in setSampleLocationsEnableEXT()
/third_party/vulkan-loader/loader/generated/
Dvk_loader_extensions.c7081 VkBool32 sampleLocationsEnable) { in CmdSetSampleLocationsEnableEXT() argument
7089 disp->CmdSetSampleLocationsEnableEXT(commandBuffer, sampleLocationsEnable); in CmdSetSampleLocationsEnableEXT()
Dvk_dispatch_table_helper.h358 …bCmdSetSampleLocationsEnableEXT(VkCommandBuffer commandBuffer, VkBool32 sampleLocationsEnable) { } in StubCmdSetSampleLocationsEnableEXT() argument
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dvulkan_sc_core.h6920 VkBool32 sampleLocationsEnable; member
/third_party/flutter/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h7155 VkBool32 sampleLocationsEnable; member

12