Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c88 PS - face_gpr.z = SampleMask
89 face_gpr.w = SampleID
437 int face_gpr; member
806 alu.src[0].sel = ctx->face_gpr; in select_twoside_color()
1097 if (ctx->face_gpr != -1) in tgsi_declaration()
1098 ctx->shader->input[i].gpr = ctx->face_gpr; /* already allocated by allocate_system_value_inputs */ in tgsi_declaration()
1100 ctx->face_gpr = ctx->shader->input[i].gpr; in tgsi_declaration()
1301 { false, &ctx->face_gpr, TGSI_SEMANTIC_SAMPLEMASK, ~0u }, /* lives in Front Face GPR.z */ in allocate_system_value_inputs()
1729 r600_src->sel = ctx->face_gpr; in tgsi_src()
3539 ctx.face_gpr in r600_shader_from_tgsi()
[all...]

Completed in 7 milliseconds