Home
last modified time | relevance | path

Searched refs:sampleLocationsPerPixel (Results 1 – 25 of 33) sorted by relevance

12

/third_party/mesa3d/src/vulkan/runtime/
Dvk_graphics_state.c569 sl->per_pixel = sl_info->sampleLocationsPerPixel; in vk_sample_locations_state_init()
580 sl_info->sampleLocationsPerPixel * in vk_sample_locations_state_init()
1921 pSampleLocationsInfo->sampleLocationsPerPixel); in vk_common_CmdSetSampleLocationsEXT()
1930 pSampleLocationsInfo->sampleLocationsPerPixel * in vk_common_CmdSetSampleLocationsEXT()
Dvk_render_pass.c1076 .sampleLocationsPerPixel = sli_in->sampleLocationsPerPixel, in clone_rp_sample_locations()
1098 .sampleLocationsPerPixel = sli_in->sampleLocationsPerPixel, in clone_rp_sample_locations()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/
Ddraw_common.adoc817 * [[VUID-{refpage}-sampleLocationsPerPixel-07482]]
821 the pname:sampleLocationsPerPixel member of pname:pSampleLocationsInfo
826 * [[VUID-{refpage}-sampleLocationsPerPixel-07483]]
830 pname:sampleLocationsPerPixel member of pname:pSampleLocationsInfo in
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_decompress.c489 .sampleLocationsPerPixel = sample_locs->per_pixel, in radv_process_depth_stencil()
Dradv_meta_resolve.c847 .sampleLocationsPerPixel = sample_locs->per_pixel, in radv_decompress_resolve_src()
Dradv_cmd_buffer.c4714 sample_locs_info->sampleLocationsPerPixel; in radv_cmd_state_setup_sample_locations()
4741 sample_locs_info->sampleLocationsPerPixel; in radv_cmd_state_setup_sample_locations()
5801 state->dynamic.sample_location.per_pixel = pSampleLocationsInfo->sampleLocationsPerPixel; in radv_CmdSetSampleLocationsEXT()
9662 sample_locations.per_pixel = sample_locs_info->sampleLocationsPerPixel; in radv_barrier()
Dradv_pipeline.c1763 info.sample_locs_per_pixel = pSampleLocationsInfo->sampleLocationsPerPixel; in radv_pipeline_init_multisample_info()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dprimsrast.txt744 * pname:sampleLocationsPerPixel is a elink:VkSampleCountFlagBits value
760 pname:sampleLocationsPerPixel number of sample locations for each pixel in
764 pname:sampleLocationGridSize.width) {times} pname:sampleLocationsPerPixel
775 * [[VUID-VkSampleLocationsInfoEXT-sampleLocationsPerPixel-01526]]
776 pname:sampleLocationsPerPixel must: be a bit value that is set in
780 [eq]#pname:sampleLocationsPerPixel {times}
832 * [[VUID-vkCmdSetSampleLocationsEXT-sampleLocationsPerPixel-01529]]
833 The pname:sampleLocationsPerPixel member of pname:pSampleLocationsInfo
Dprimsrast.adoc827 * pname:sampleLocationsPerPixel is a elink:VkSampleCountFlagBits value
843 pname:sampleLocationsPerPixel number of sample locations for each pixel in
847 pname:sampleLocationGridSize.width) {times} pname:sampleLocationsPerPixel
858 * [[VUID-VkSampleLocationsInfoEXT-sampleLocationsPerPixel-01526]]
859 pname:sampleLocationsPerPixel must: be a bit value that is set in
863 [eq]#pname:sampleLocationsPerPixel {times}
951 * [[VUID-vkCmdSetSampleLocationsEXT-sampleLocationsPerPixel-01529]]
952 The pname:sampleLocationsPerPixel member of pname:pSampleLocationsInfo
Dpipelines.adoc1708 pname:sampleLocationsInfo.sampleLocationsPerPixel must: equal
1754 pname:sampleLocationsInfo.sampleLocationsPerPixel must: equal
1801 pname:sampleLocationsInfo.sampleLocationsPerPixel must: equal
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkSafetyCriticalUtil.cpp221 …d, ptr->sampleLocationsEnable, deUint32(ptr->sampleLocationsInfo.sampleLocationsPerPixel), ptr->sa… in hashPNextChain()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c2054 assert(samp_loc->sampleLocationsPerPixel == samp_loc->sampleLocationsCount); in tu6_emit_sample_locations()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c2520 loc->sampleLocationsPerPixel = 1 << idx; in zink_init_vk_sample_locations()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dvulkan_sc_core.h6892 VkSampleCountFlagBits sampleLocationsPerPixel; member
/third_party/flutter/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h7127 VkSampleCountFlagBits sampleLocationsPerPixel; member
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl2930 VkSampleCountFlagBits sampleLocationsPerPixel; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExtendedDynamicStateTests.cpp4507 pSampleLocations->sampleLocationsInfo.sampleLocationsPerPixel = activeSampleCount; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineExtendedDynamicStateTests.cpp4507 pSampleLocations->sampleLocationsInfo.sampleLocationsPerPixel = activeSampleCount; in iterate()
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h7796 VkSampleCountFlagBits sampleLocationsPerPixel; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp5203 : sampleLocationsPerPixel( sampleLocationsPerPixel_ )
5221 : sampleLocationsPerPixel( sampleLocationsPerPixel_ ) in SampleLocationsInfoEXT()
5247 sampleLocationsPerPixel = sampleLocationsPerPixel_; in setSampleLocationsPerPixel()
5299 ( sampleLocationsPerPixel == rhs.sampleLocationsPerPixel ) && in operator ==()
5313 …VULKAN_HPP_NAMESPACE::SampleCountFlagBits sampleLocationsPerPixel = VULKAN_HPP_NAMESPACE::SampleCo… member
Dvulkan_core.h9883 VkSampleCountFlagBits sampleLocationsPerPixel; member
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h9495 VkSampleCountFlagBits sampleLocationsPerPixel; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_core.h10051 VkSampleCountFlagBits sampleLocationsPerPixel; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h10043 VkSampleCountFlagBits sampleLocationsPerPixel; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp6176 , sampleLocationsPerPixel( sampleLocationsPerPixel_ )
6196 , sampleLocationsPerPixel( sampleLocationsPerPixel_ ) in SampleLocationsInfoEXT()
6223 sampleLocationsPerPixel = sampleLocationsPerPixel_; in setSampleLocationsPerPixel()
6281 …return std::tie( sType, pNext, sampleLocationsPerPixel, sampleLocationGridSize, sampleLocationsCou… in reflect()
6293 …pe == rhs.sType ) && ( pNext == rhs.pNext ) && ( sampleLocationsPerPixel == rhs.sampleLocationsPer… in operator ==()
6308 …VULKAN_HPP_NAMESPACE::SampleCountFlagBits sampleLocationsPerPixel = VULKAN_HPP_NAMESPACE::Sa… member

12