Searched refs:reads_samplemask (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h98 boolean reads_samplemask; /**< does fragment shader read sample mask? */ member in struct:tgsi_shader_info
H A Dtgsi_scan.c702 info->reads_samplemask = TRUE;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h97 boolean reads_samplemask; /**< does fragment shader read sample mask? */ member in struct:tgsi_shader_info
H A Dtgsi_scan.c723 info->reads_samplemask = TRUE;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.h365 bool reads_samplemask; /**< does fragment shader read sample mask? */ member in struct:si_shader_info
H A Dsi_shader_nir.c451 info->reads_samplemask = BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_SAMPLE_MASK_IN);
H A Dsi_shader.c1948 if (!shader->key.part.ps.epilog.poly_line_smoothing && !shader->selector->info.reads_samplemask)
H A Dsi_state_shaders.c2086 if (sctx->ps_iter_samples > 1 && sel->info.reads_samplemask)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c181 info->reads_samplemask = true;
H A Dsi_state_shaders.c1616 sel->info.reads_samplemask) {
H A Dsi_shader.c7910 !shader->selector->info.reads_samplemask)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c260 info->reads_samplemask = true;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c1251 if (ctx->info.reads_samplemask &&
3717 if (ctx.fixed_pt_position_gpr != -1 && ctx.info.reads_samplemask) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c1339 if (ctx->info.reads_samplemask &&
3806 if (ctx.fixed_pt_position_gpr != -1 && ctx.info.reads_samplemask) {

Completed in 57 milliseconds