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

  /external/mesa3d/src/gallium/drivers/i915/
i915_state_derived.c 97 case TGSI_SEMANTIC_FACE:
166 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_FACE, 0);
i915_fpc_translate.c 238 case TGSI_SEMANTIC_FACE:
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 154 #define TGSI_SEMANTIC_FACE 7
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_program.c 138 case TGSI_SEMANTIC_FACE:
157 if (info->in[i].sn == TGSI_SEMANTIC_FACE) {
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 665 if (fsInfo->input_semantic_name[fragSlot] == TGSI_SEMANTIC_FACE) {
1019 if (fsInfo->input_semantic_name[fragSlot] == TGSI_SEMANTIC_FACE) {
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_decl_sm30.c 252 else if (semantic.Name == TGSI_SEMANTIC_FACE) {
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_sm4.cpp 16 case TGSI_SEMANTIC_FACE: return nv50_ir::SV_FACE;
650 case SV_FACE: return TGSI_SEMANTIC_FACE;
726 info.in[r].sn = TGSI_SEMANTIC_FACE;
728 recordSV(TGSI_SEMANTIC_FACE, 0, 1, true);
    [all...]
nv50_ir_from_tgsi.cpp 322 case TGSI_SEMANTIC_FACE: return nv50_ir::SV_FACE;
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_fs.c 76 case TGSI_SEMANTIC_FACE:
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_program.c 70 case TGSI_SEMANTIC_FACE: return 0x3fc;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 72 TGSI_SEMANTIC_FACE,
  /external/mesa3d/src/mesa/state_tracker/
st_mesa_to_tgsi.c 104 TGSI_SEMANTIC_FACE,
    [all...]
st_program.c 568 input_semantic_name[slot] = TGSI_SEMANTIC_FACE;
    [all...]
st_glsl_to_tgsi.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c     [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_fragprog.c 927 case TGSI_SEMANTIC_FACE:
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.c 723 name == TGSI_SEMANTIC_FACE)
805 case TGSI_SEMANTIC_FACE:
912 ctx->info.input_semantic_name[i] == TGSI_SEMANTIC_FACE)
    [all...]
r600_state.c     [all...]
evergreen_state.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c     [all...]

Completed in 400 milliseconds