Home
last modified time | relevance | path

Searched refs:sampleLocationsPerPixel (Results 1 - 22 of 22) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.c1076 .sampleLocationsPerPixel = sli_in->sampleLocationsPerPixel, in clone_rp_sample_locations()
1098 .sampleLocationsPerPixel = sli_in->sampleLocationsPerPixel, in clone_rp_sample_locations()
H A Dvk_graphics_state.c569 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 Dradv_meta_decompress.c489 .sampleLocationsPerPixel = sample_locs->per_pixel, in radv_process_depth_stencil()
H A Dradv_meta_resolve.c847 .sampleLocationsPerPixel = sample_locs->per_pixel, in radv_decompress_resolve_src()
H A 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()
H A Dradv_pipeline.c1763 info.sample_locs_per_pixel = pSampleLocationsInfo->sampleLocationsPerPixel; in radv_pipeline_init_multisample_info()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkSafetyCriticalUtil.cpp221 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 Dtu_pipeline.c2054 assert(samp_loc->sampleLocationsPerPixel == samp_loc->sampleLocationsCount); in tu6_emit_sample_locations()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c2520 loc->sampleLocationsPerPixel = 1 << idx; in zink_init_vk_sample_locations()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp4507 pSampleLocations->sampleLocationsInfo.sampleLocationsPerPixel = activeSampleCount; in iterate()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h6921 VkSampleCountFlagBits sampleLocationsPerPixel; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp5203 : 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 Dvulkan_core.h9883 VkSampleCountFlagBits sampleLocationsPerPixel; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp5355 pSampleLocations->sampleLocationsInfo.sampleLocationsPerPixel = activeSampleCount; in iterate()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h9495 VkSampleCountFlagBits sampleLocationsPerPixel; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h10996 VkSampleCountFlagBits sampleLocationsPerPixel; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h10043 VkSampleCountFlagBits sampleLocationsPerPixel; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp[all...]
H A Dvulkan_json_parser.hpp12287 parse_VkSampleCountFlagBits("sampleLocationsPerPixel", obj["sampleLocationsPerPixel"], (o.sampleLocationsPerPixel)); in parse_VkSampleLocationsInfoEXT()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp6723 , 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 Dvulkan_core.h12868 VkSampleCountFlagBits sampleLocationsPerPixel; member
H A Dvulkan_hash.hpp1229 VULKAN_HPP_HASH_COMBINE( seed, sampleLocationsInfoEXT.sampleLocationsPerPixel );

Completed in 512 milliseconds