Home
last modified time | relevance | path

Searched refs:reads_sample_mask_in (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/
Dpan_shader.h162 info->fs.reads_sample_mask_in | in pan_shader_prepare_bifrost_rsd()
Dpan_shader.c281 info->fs.reads_sample_mask_in = in GENX()
/third_party/mesa3d/src/panfrost/util/
Dpan_ir.h220 bool reads_sample_mask_in; member
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.h315 bool reads_sample_mask_in; member
Dradv_shader_info.c203 info->ps.reads_sample_mask_in = true; in gather_intrinsic_info()
Dradv_shader.c2155 …f (info->ps.reads_sample_id || info->ps.reads_frag_shading_rate || info->ps.reads_sample_mask_in) {
2159 if (info->ps.reads_sample_mask_in) {
Dradv_pipeline.c1166 ps->info.ps.reads_sample_mask_in)) { in gfx103_pipeline_init_vrs_state()