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

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_exec.c 107 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INSTANCEID];
draw_pt_fetch_shade_pipeline.c 95 if (vs->info.input_semantic_name[i] == TGSI_SEMANTIC_INSTANCEID) {
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 175 TGSI_SEMANTIC_INSTANCEID, /**< doesn't include start_instance */
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_program.c 55 case TGSI_SEMANTIC_INSTANCEID: return 0x2f8;
98 case TGSI_SEMANTIC_INSTANCEID: /* for SM4 only, in TGSI they're SVs */
236 case TGSI_SEMANTIC_INSTANCEID:
  /external/mesa3d/src/gallium/drivers/ilo/shader/
ilo_shader_vs.c 203 case TGSI_SEMANTIC_INSTANCEID:
215 TGSI_SEMANTIC_INSTANCEID) ? TOY_SWIZZLE_Y : TOY_SWIZZLE_X;
1012 case TGSI_SEMANTIC_INSTANCEID:
    [all...]
ilo_shader_fs.c 469 case TGSI_SEMANTIC_INSTANCEID:
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_target_nv50.cpp 569 case TGSI_SEMANTIC_INSTANCEID: locs[SV_INSTANCE_ID] = addr; break;
nv50_ir_from_tgsi.cpp 423 case TGSI_SEMANTIC_INSTANCEID: return nv50_ir::SV_INSTANCE_ID;
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_program.c 63 case TGSI_SEMANTIC_INSTANCEID:
  /external/mesa3d/src/mesa/state_tracker/
st_pbo.c 320 in_instanceid = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_INSTANCEID, 0);
st_mesa_to_tgsi.c 929 if (semName == TGSI_SEMANTIC_INSTANCEID ||
    [all...]
st_glsl_to_tgsi.cpp     [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_scan.c 515 case TGSI_SEMANTIC_INSTANCEID:
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_shader.c 441 decl->Semantic.Name == TGSI_SEMANTIC_INSTANCEID)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c 575 case TGSI_SEMANTIC_INSTANCEID:
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c     [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_vgpu10.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_shader.c     [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.c 978 } else if (d->Semantic.Name == TGSI_SEMANTIC_INSTANCEID) {
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.c     [all...]

Completed in 312 milliseconds