Searched refs:reads_samplemask (Results 1 – 8 of 8) sorted by relevance
98 boolean reads_samplemask; /**< does fragment shader read sample mask? */ member
724 info->reads_samplemask = TRUE; in scan_declaration()
354 bool reads_samplemask; /**< does fragment shader read sample mask? */ member
357 info->reads_samplemask = BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_SAMPLE_MASK_IN); in si_nir_scan_shader()
2408 if (!shader->key.part.ps.epilog.poly_line_smoothing && !shader->selector->info.reads_samplemask) in si_shader_select_ps_parts()
2005 if (sctx->ps_iter_samples > 1 && sel->info.reads_samplemask) { in si_shader_selector_key()
260 info->reads_samplemask = true; in scan_instruction()
1334 if (ctx->info.reads_samplemask && in allocate_system_value_inputs()3801 if (ctx.fixed_pt_position_gpr != -1 && ctx.info.reads_samplemask) { in r600_shader_from_tgsi()