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

  /external/mesa3d/src/gallium/drivers/i915/
i915_state_derived.c 93 case TGSI_SEMANTIC_FOG:
138 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_FOG, 0);
i915_fpc_translate.c 229 case TGSI_SEMANTIC_FOG:
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_decl_sm30.c 57 case TGSI_SEMANTIC_FOG:
259 else if (semantic.Name == TGSI_SEMANTIC_FOG) {
495 else if (semantic.Name == TGSI_SEMANTIC_FOG) {
svga_state_vs.c 297 case TGSI_SEMANTIC_FOG:
svga_swtnl_state.c 278 case TGSI_SEMANTIC_FOG:
svga_shader.c 84 case TGSI_SEMANTIC_FOG:
  /external/mesa3d/src/gallium/drivers/r300/
r300_vs.c 78 case TGSI_SEMANTIC_FOG:
r300_fs.c 66 case TGSI_SEMANTIC_FOG:
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 168 TGSI_SEMANTIC_FOG,
  /external/mesa3d/src/mesa/state_tracker/
st_program.c 303 output_semantic_name[slot] = TGSI_SEMANTIC_FOG;
645 input_semantic_name[slot] = TGSI_SEMANTIC_FOG;
    [all...]
st_atifs_to_tgsi.c 700 if (ctx->info.input_semantic_name[i] == TGSI_SEMANTIC_FOG) {
st_mesa_to_tgsi.c 901 if (outputSemanticName[i] == TGSI_SEMANTIC_FOG) {
    [all...]
st_glsl_to_tgsi.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_program.c 48 case TGSI_SEMANTIC_FOG: return 0x2e8;
77 case TGSI_SEMANTIC_FOG: return 0x2e8;
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_draw.c 218 [TGSI_SEMANTIC_FOG ] = { EMIT_4F, 5, 5, 0x00000010 },
nvfx_fragprog.c 475 if(fpc->fp->info.input_semantic_name[fsrc->Register.Index] == TGSI_SEMANTIC_FOG && (0
897 case TGSI_SEMANTIC_FOG:
    [all...]
nvfx_vertprog.c 845 case TGSI_SEMANTIC_FOG:
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_scan.c 166 name == TGSI_SEMANTIC_FOG ||
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_shader.c     [all...]
nine_ff.c 424 oFog = ureg_DECL_output(ureg, TGSI_SEMANTIC_FOG, 0);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c 113 case TGSI_SEMANTIC_FOG:
160 [VARYING_SLOT_FOGC] = { TGSI_SEMANTIC_FOG, 0 },
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/shader/
ilo_shader_fs.c 225 if (fcc->tgsi.inputs[slot].semantic_name == TGSI_SEMANTIC_FOG) {
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_from_tgsi.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.c 148 case TGSI_SEMANTIC_FOG:
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.c     [all...]

Completed in 1376 milliseconds