Searched refs:TGSI_SEMANTIC_FOG (Results 1 - 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_derived.c94 case TGSI_SEMANTIC_FOG:
139 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_FOG, 0);
H A Di915_fpc_translate.c228 case TGSI_SEMANTIC_FOG:
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c57 case TGSI_SEMANTIC_FOG:
259 else if (semantic.Name == TGSI_SEMANTIC_FOG) {
473 else if (semantic.Name == TGSI_SEMANTIC_FOG) {
H A Dsvga_swtnl_state.c201 case TGSI_SEMANTIC_FOG:
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vs_exec.c171 else if (name == TGSI_SEMANTIC_FOG) {
H A Ddraw_llvm.c480 case TGSI_SEMANTIC_FOG:
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_vs.c77 case TGSI_SEMANTIC_FOG:
H A Dr300_fs.c66 case TGSI_SEMANTIC_FOG:
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h150 #define TGSI_SEMANTIC_FOG 3 macro
/external/mesa3d/src/mesa/state_tracker/
H A Dst_program.c241 stvp->output_semantic_name[slot] = TGSI_SEMANTIC_FOG;
563 input_semantic_name[slot] = TGSI_SEMANTIC_FOG;
894 stgp->input_semantic_name[slot] = TGSI_SEMANTIC_FOG;
952 gs_output_semantic_name[slot] = TGSI_SEMANTIC_FOG;
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_program.c59 case TGSI_SEMANTIC_FOG: return 0x270;
89 case TGSI_SEMANTIC_FOG: return 0x270;
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_draw.c214 [TGSI_SEMANTIC_FOG ] = { EMIT_4F, INTERP_PERSPECTIVE, 5, 5, 0x00000010 },
H A Dnvfx_fragprog.c470 if(fpc->fp->info.input_semantic_name[fsrc->Register.Index] == TGSI_SEMANTIC_FOG && (0
924 case TGSI_SEMANTIC_FOG:
H A Dnvfx_vertprog.c856 case TGSI_SEMANTIC_FOG:
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp994 if (info->in[i].sn != TGSI_SEMANTIC_FOG || k == TGSI_SWIZZLE_X)
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c1572 case TGSI_SEMANTIC_FOG:

Completed in 580 milliseconds