/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/ |
D | draw_common.adoc | 65 * [[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
|
D | draw_common.txt | 34 * [[VUID-{refpage}-sampleLocationsEnable-02689]] 36 slink:VkPipelineSampleLocationsStateCreateInfoEXT::pname:sampleLocationsEnable
|
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
D | VK_EXT_extended_dynamic_state3.adoc | 125 VkPipelineSampleLocationsStateCreateInfoEXT::sampleLocationsEnable
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_decompress.c | 190 .sampleLocationsEnable = false, in create_pipeline()
|
D | radv_pipeline.c | 1757 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/ |
D | primsrast.adoc | 805 * 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
|
D | pipelines.adoc | 1677 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 …]
|
D | pipelines.txt | 1242 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
|
D | primsrast.txt | 722 * 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/ |
D | vk_graphics_state.c | 619 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/ |
D | vkSafetyCriticalUtil.cpp | 221 …hash_combine(seed, ptr->sampleLocationsEnable, deUint32(ptr->sampleLocationsInfo.sampleLocationsPe… in hashPNextChain()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 1742 …mdSetSampleLocationsEnableEXT (VkCommandBuffer commandBuffer, VkBool32 sampleLocationsEnable) const 1744 m_vk.cmdSetSampleLocationsEnableEXT(commandBuffer, sampleLocationsEnable);
|
D | vkConcreteDeviceInterface.inl | 353 …mpleLocationsEnableEXT (VkCommandBuffer commandBuffer, VkBool32 sampleLocationsEnable) const;
|
D | vkVirtualDeviceInterface.inl | 353 …LocationsEnableEXT (VkCommandBuffer commandBuffer, VkBool32 sampleLocationsEnable) const = 0;
|
D | vkNullDriverImpl.inl | 3184 …CALL cmdSetSampleLocationsEnableEXT (VkCommandBuffer commandBuffer, VkBool32 sampleLocationsEnable) argument 3187 DE_UNREF(sampleLocationsEnable);
|
D | vkFunctionPointerTypes.inl | 502 …pleLocationsEnableEXTFunc) (VkCommandBuffer commandBuffer, VkBool32 sampleLocationsEnable);
|
D | vkVulkan_c.inl | 12595 VkBool32 sampleLocationsEnable; member 16910 …N_vkCmdSetSampleLocationsEnableEXT)(VkCommandBuffer commandBuffer, VkBool32 sampleLocationsEnable); 16997 VkBool32 sampleLocationsEnable);
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_pipeline.c | 2425 (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/ |
D | vulkan_core.h | 11147 VkBool32 sampleLocationsEnable; member 15007 …N_vkCmdSetSampleLocationsEnableEXT)(VkCommandBuffer commandBuffer, VkBool32 sampleLocationsEnable); 15094 VkBool32 sampleLocationsEnable);
|
D | vulkan.hpp | 5556 …SampleLocationsEnableEXT( VkCommandBuffer commandBuffer, VkBool32 sampleLocationsEnable ) const VU… in vkCmdSetSampleLocationsEnableEXT() 5558 return ::vkCmdSetSampleLocationsEnableEXT( commandBuffer, sampleLocationsEnable ); in vkCmdSetSampleLocationsEnableEXT()
|
D | vulkan_raii.hpp | 5642 …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/ |
D | vk_loader_extensions.c | 7081 VkBool32 sampleLocationsEnable) { in CmdSetSampleLocationsEnableEXT() argument 7089 disp->CmdSetSampleLocationsEnableEXT(commandBuffer, sampleLocationsEnable); in CmdSetSampleLocationsEnableEXT()
|
D | vk_dispatch_table_helper.h | 358 …bCmdSetSampleLocationsEnableEXT(VkCommandBuffer commandBuffer, VkBool32 sampleLocationsEnable) { } in StubCmdSetSampleLocationsEnableEXT() argument
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
D | vulkan_sc_core.h | 6920 VkBool32 sampleLocationsEnable; member
|
/third_party/flutter/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 7155 VkBool32 sampleLocationsEnable; member
|