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

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_derived.c 112 } else if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_LAYER) {
163 TGSI_SEMANTIC_LAYER,
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_derived.c 173 } else if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_LAYER) {
217 TGSI_SEMANTIC_LAYER,
  /external/mesa3d/src/mesa/state_tracker/
st_pbo.c 323 out_layer = ureg_DECL_output(ureg, TGSI_SEMANTIC_LAYER, 0);
365 out_layer = ureg_DECL_output(ureg, TGSI_SEMANTIC_LAYER, 0);
453 layer = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_LAYER, 0,
st_program.c 331 output_semantic_name[slot] = TGSI_SEMANTIC_LAYER;
660 input_semantic_name[slot] = TGSI_SEMANTIC_LAYER;
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 187 TGSI_SEMANTIC_LAYER, /**< layer (rendertarget index) */
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_program.c 43 case TGSI_SEMANTIC_LAYER: return 0x064;
72 case TGSI_SEMANTIC_LAYER: return 0x064;
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_target_nv50.cpp 572 case TGSI_SEMANTIC_LAYER: locs[SV_LAYER] = addr; break;
nv50_ir_from_tgsi.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_program.c 106 case TGSI_SEMANTIC_LAYER:
nv50_shader_state.c 485 case TGSI_SEMANTIC_LAYER:
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_clip.c 788 if (semantic_name == TGSI_SEMANTIC_LAYER ||
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_scan.c 575 case TGSI_SEMANTIC_LAYER:
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c 138 case TGSI_SEMANTIC_LAYER:
170 [VARYING_SLOT_LAYER] = { TGSI_SEMANTIC_LAYER, 0 },
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.c 150 case TGSI_SEMANTIC_LAYER:
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_vgpu10.c     [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.c 934 case TGSI_SEMANTIC_LAYER:
    [all...]

Completed in 307 milliseconds