HomeSort by relevance Sort by last modified time
    Searched refs:TGSI_SEMANTIC_VERTEXID (Results 1 - 13 of 13) sorted by null

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_exec.c 128 unsigned vid = machine->SysSemanticToIndex[TGSI_SEMANTIC_VERTEXID];
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 158 #define TGSI_SEMANTIC_VERTEXID 11
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_scan.c 186 else if (fulldecl->Semantic.Name == TGSI_SEMANTIC_VERTEXID) {
  /external/mesa3d/src/gallium/drivers/r600/
r600_llvm.c 45 case TGSI_SEMANTIC_VERTEXID: chan = 0; break;
r600_shader.c 876 } else if (d->Semantic.Name == TGSI_SEMANTIC_VERTEXID)
970 } else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_VERTEXID) {
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_program.c 68 case TGSI_SEMANTIC_VERTEXID: return 0x2fc;
111 case TGSI_SEMANTIC_VERTEXID:
270 case TGSI_SEMANTIC_VERTEXID:
  /external/mesa3d/src/mesa/state_tracker/
st_mesa_to_tgsi.c 105 TGSI_SEMANTIC_VERTEXID,
    [all...]
st_glsl_to_tgsi.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target_nv50.cpp 521 case TGSI_SEMANTIC_VERTEXID: locs[SV_VERTEX_ID] = addr; break;
nv50_ir_from_sm4.cpp 21 case TGSI_SEMANTIC_VERTEXID: return nv50_ir::SV_VERTEX_ID;
655 case SV_VERTEX_ID: return TGSI_SEMANTIC_VERTEXID;
715 info.in[r].sn = TGSI_SEMANTIC_VERTEXID;
    [all...]
nv50_ir_from_tgsi.cpp 326 case TGSI_SEMANTIC_VERTEXID: return nv50_ir::SV_VERTEX_ID;
770 case TGSI_SEMANTIC_VERTEXID:
868 case TGSI_SEMANTIC_VERTEXID:
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_program.c 63 case TGSI_SEMANTIC_VERTEXID:
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 803 case TGSI_SEMANTIC_VERTEXID:
    [all...]

Completed in 85 milliseconds