/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_render_pass.c | 1076 .sampleLocationsPerPixel = sli_in->sampleLocationsPerPixel, in clone_rp_sample_locations() 1098 .sampleLocationsPerPixel = sli_in->sampleLocationsPerPixel, in clone_rp_sample_locations()
|
H A D | vk_graphics_state.c | 569 sl->per_pixel = sl_info->sampleLocationsPerPixel; in vk_sample_locations_state_init() 576 * "sampleLocationsCount must equal 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()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_decompress.c | 489 .sampleLocationsPerPixel = sample_locs->per_pixel, in radv_process_depth_stencil()
|
H A D | radv_meta_resolve.c | 847 .sampleLocationsPerPixel = sample_locs->per_pixel, in radv_decompress_resolve_src()
|
H A D | radv_cmd_buffer.c | 4714 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()
|
H A D | radv_pipeline.c | 1763 info.sample_locs_per_pixel = pSampleLocationsInfo->sampleLocationsPerPixel; in radv_pipeline_init_multisample_info()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkSafetyCriticalUtil.cpp | 221 hash_combine(seed, ptr->sampleLocationsEnable, deUint32(ptr->sampleLocationsInfo.sampleLocationsPerPixel), ptr->sampleLocationsInfo.sampleLocationGridSize.width, ptr->sampleLocationsInfo.sampleLocationGridSize.height); in hashPNextChain()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_pipeline.c | 2054 assert(samp_loc->sampleLocationsPerPixel == samp_loc->sampleLocationsCount); in tu6_emit_sample_locations()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_context.c | 2520 loc->sampleLocationsPerPixel = 1 << idx; in zink_init_vk_sample_locations()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineExtendedDynamicStateTests.cpp | 4507 pSampleLocations->sampleLocationsInfo.sampleLocationsPerPixel = activeSampleCount; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 6921 VkSampleCountFlagBits sampleLocationsPerPixel; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 5203 : sampleLocationsPerPixel( sampleLocationsPerPixel_ ) 5221 : sampleLocationsPerPixel( sampleLocationsPerPixel_ ) 5247 sampleLocationsPerPixel = sampleLocationsPerPixel_; 5299 ( sampleLocationsPerPixel == rhs.sampleLocationsPerPixel ) && 5313 VULKAN_HPP_NAMESPACE::SampleCountFlagBits sampleLocationsPerPixel = VULKAN_HPP_NAMESPACE::SampleCountFlagBits::e1; member [all...] |
H A D | vulkan_core.h | 9883 VkSampleCountFlagBits sampleLocationsPerPixel; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineExtendedDynamicStateTests.cpp | 5355 pSampleLocations->sampleLocationsInfo.sampleLocationsPerPixel = activeSampleCount; in iterate()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 9495 VkSampleCountFlagBits sampleLocationsPerPixel; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 10996 VkSampleCountFlagBits sampleLocationsPerPixel; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 10043 VkSampleCountFlagBits sampleLocationsPerPixel; member
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | [all...] |
H A D | vulkan_json_parser.hpp | 12287 parse_VkSampleCountFlagBits("sampleLocationsPerPixel", obj["sampleLocationsPerPixel"], (o.sampleLocationsPerPixel)); in parse_VkSampleLocationsInfoEXT()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_structs.hpp | 6723 , sampleLocationsPerPixel( sampleLocationsPerPixel_ ) 6743 , sampleLocationsPerPixel( sampleLocationsPerPixel_ ) 6770 sampleLocationsPerPixel = sampleLocationsPerPixel_; 6828 return std::tie( sType, pNext, sampleLocationsPerPixel, sampleLocationGridSize, sampleLocationsCount, pSampleLocations ); 6840 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( sampleLocationsPerPixel == rhs.sampleLocationsPerPixel ) && 6855 VULKAN_HPP_NAMESPACE::SampleCountFlagBits sampleLocationsPerPixel = VULKAN_HPP_NAMESPACE::SampleCountFlagBits::e1; member [all...] |
H A D | vulkan_core.h | 12868 VkSampleCountFlagBits sampleLocationsPerPixel; member
|
H A D | vulkan_hash.hpp | 1229 VULKAN_HPP_HASH_COMBINE( seed, sampleLocationsInfoEXT.sampleLocationsPerPixel );
|