Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c428 int fixed_pt_position_gpr; member
1284 …{ false, &ctx->fixed_pt_position_gpr, TGSI_SEMANTIC_SAMPLEID, TGSI_SEMANTIC_SAMPLEPOS } /* SAMPLEI… in allocate_system_value_inputs()
1427 assert(ctx->fixed_pt_position_gpr != -1); in load_sample_position()
1429 vtx.src_gpr = ctx->fixed_pt_position_gpr; // SAMPLEID is in .w; in load_sample_position()
1719 r600_src->sel = ctx->fixed_pt_position_gpr; in tgsi_src()
3521 ctx.fixed_pt_position_gpr = -1; in r600_shader_from_tgsi()
3801 if (ctx.fixed_pt_position_gpr != -1 && ctx.info.reads_samplemask) { in r600_shader_from_tgsi()
3824 alu.src[1].sel = ctx.fixed_pt_position_gpr; in r600_shader_from_tgsi()