Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h189 #define TGSI_SEMANTIC_SAMPLEID 24 macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h189 TGSI_SEMANTIC_SAMPLEID, enumerator
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp450 case TGSI_SEMANTIC_SAMPLEID: return nv50_ir::SV_SAMPLE_INDEX; in translateSysVal()
1436 case TGSI_SEMANTIC_SAMPLEID: in scanDeclaration()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c1005 d->Semantic.Name == TGSI_SEMANTIC_SAMPLEID || in tgsi_declaration()
1098 …{ false, &ctx->fixed_pt_position_gpr, TGSI_SEMANTIC_SAMPLEID, TGSI_SEMANTIC_SAMPLEPOS } /* SAMPLEI… in allocate_system_value_inputs()
1193 ctx->info.input_semantic_name[i] == TGSI_SEMANTIC_SAMPLEID) in evergreen_gpr_count()
1394 …lse if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_SAMPLEID) { in tgsi_src()
Dr600_state.c2455 if (rshader->input[i].name == TGSI_SEMANTIC_SAMPLEID) in r600_update_ps_state()
Devergreen_state.c3279 else if (rshader->input[i].name == TGSI_SEMANTIC_SAMPLEID) { in evergreen_update_ps_state()
/external/virglrenderer/src/
Dvrend_shader.c1239 } else if (decl->Semantic.Name == TGSI_SEMANTIC_SAMPLEID) { in iter_declaration()
3228 ctx->system_values[j].name == TGSI_SEMANTIC_SAMPLEID) { in get_source_info()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp5427 return TGSI_SEMANTIC_SAMPLEID; in _mesa_sysval_to_semantic()
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst3216 TGSI_SEMANTIC_SAMPLEID subsection
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c2057 case TGSI_SEMANTIC_SAMPLEID: in si_load_system_value()