Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h95 boolean reads_samplemask; /**< does fragment shader read sample mask? */ member
H A Dtgsi_scan.c725 info->reads_samplemask = TRUE; in scan_declaration()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.h427 bool reads_samplemask; /**< does fragment shader read sample mask? */ member
H A Dsi_shader_info.c643 info->reads_samplemask = BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_SAMPLE_MASK_IN); in si_nir_scan_shader()
H A Dsi_state_shaders.cpp2400 if (sctx->ps_iter_samples > 1 && sel->info.reads_samplemask)
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c256 info->reads_samplemask = true; in scan_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c1353 if (ctx->info.reads_samplemask && in allocate_system_value_inputs()
3816 if (ctx.fixed_pt_position_gpr != -1 && ctx.info.reads_samplemask) { in r600_shader_from_tgsi()

Completed in 24 milliseconds