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

/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h188 TGSI_SEMANTIC_SAMPLEID, enumerator in enum:tgsi_semantic
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp429 case TGSI_SEMANTIC_SAMPLEID: return nv50_ir::SV_SAMPLE_INDEX;
1323 case TGSI_SEMANTIC_SAMPLEID:
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c2950 else if (rshader->input[i].name == TGSI_SEMANTIC_SAMPLEID) {
H A Dr600_shader.c975 d->Semantic.Name == TGSI_SEMANTIC_SAMPLEID ||
1084 { false, &ctx->fixed_pt_position_gpr, TGSI_SEMANTIC_SAMPLEID, TGSI_SEMANTIC_SAMPLEPOS } /* SAMPLEID is in Fixed Point Position GPR.w */
1176 ctx->info.input_semantic_name[i] == TGSI_SEMANTIC_SAMPLEID)
1322 } else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_SAMPLEID) {
H A Dr600_state.c2432 if (rshader->input[i].name == TGSI_SEMANTIC_SAMPLEID)
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp5270 return TGSI_SEMANTIC_SAMPLEID;
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.c1702 case TGSI_SEMANTIC_SAMPLEID:

Completed in 968 milliseconds