Home
last modified time | relevance | path

Searched refs:reads_samplemask (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h97 boolean reads_samplemask; /**< does fragment shader read sample mask? */ member
Dtgsi_scan.c723 info->reads_samplemask = TRUE; in scan_declaration()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.h365 bool reads_samplemask; /**< does fragment shader read sample mask? */ member
Dsi_shader_nir.c451 info->reads_samplemask = BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_SAMPLE_MASK_IN); in si_nir_scan_shader()
Dsi_shader.c1948 if (!shader->key.part.ps.epilog.poly_line_smoothing && !shader->selector->info.reads_samplemask) in si_shader_select_ps_parts()
Dsi_state_shaders.c2086 if (sctx->ps_iter_samples > 1 && sel->info.reads_samplemask) in si_ps_key_update_sample_shading()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c260 info->reads_samplemask = true; in scan_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c1339 if (ctx->info.reads_samplemask && in allocate_system_value_inputs()
3806 if (ctx.fixed_pt_position_gpr != -1 && ctx.info.reads_samplemask) { in r600_shader_from_tgsi()