/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_state_derived.c | 93 case TGSI_SEMANTIC_FOG: in calculate_vertex_layout() 138 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_FOG, 0); in calculate_vertex_layout()
|
D | i915_fpc_translate.c | 214 case TGSI_SEMANTIC_FOG: in src_vector()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_decl_sm30.c | 57 case TGSI_SEMANTIC_FOG: in translate_vs_ps_semantic() 259 else if (semantic.Name == TGSI_SEMANTIC_FOG) { in ps30_input() 495 else if (semantic.Name == TGSI_SEMANTIC_FOG) { in vs30_output()
|
D | svga_swtnl_state.c | 282 case TGSI_SEMANTIC_FOG: in svga_swtnl_update_vdecl()
|
D | svga_state_vs.c | 295 case TGSI_SEMANTIC_FOG: in compile_passthrough_vs()
|
D | svga_shader.c | 86 case TGSI_SEMANTIC_FOG: in svga_get_generic_outputs_mask()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_from_mesa.c | 90 *semantic_name = TGSI_SEMANTIC_FOG; in tgsi_get_gl_varying_semantic()
|
D | tgsi_scan.c | 186 name == TGSI_SEMANTIC_FOG || in scan_src_operand()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_vs.c | 78 case TGSI_SEMANTIC_FOG: in r300_shader_read_vs_outputs()
|
D | r300_fs.c | 66 case TGSI_SEMANTIC_FOG: in r300_shader_read_fs_inputs()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 168 #define TGSI_SEMANTIC_FOG 3 macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 169 TGSI_SEMANTIC_FOG, enumerator
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_program.c | 48 case TGSI_SEMANTIC_FOG: return 0x2e8; in nvc0_shader_input_address() 77 case TGSI_SEMANTIC_FOG: return 0x2e8; in nvc0_shader_output_address()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.c | 299 semName == TGSI_SEMANTIC_FOG || in tgsi_scan_shader()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_draw.c | 218 [TGSI_SEMANTIC_FOG ] = { EMIT_4F, 5, 5, 0x00000010 },
|
D | nvfx_fragprog.c | 476 if(fpc->fp->info.input_semantic_name[fsrc->Register.Index] == TGSI_SEMANTIC_FOG && (0 in nvfx_fragprog_parse_instruction() 871 case TGSI_SEMANTIC_FOG: in nvfx_fragprog_parse_decl_input()
|
D | nvfx_vertprog.c | 838 case TGSI_SEMANTIC_FOG: in nvfx_vertprog_parse_decl_output()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_shader.c | 1244 ureg_saturate(ureg_DECL_output(tx->ureg, TGSI_SEMANTIC_FOG, 0)); in _tx_dst_param() 2006 sem->Name = TGSI_SEMANTIC_FOG; in sm1_declusage_to_tgsi() 2121 case TGSI_SEMANTIC_FOG: in nine_tgsi_to_interp_mode() 3483 fog_vs = ureg_scalar(ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_FOG, 0, in shader_add_ps_fog_stage() 3606 tx->regs.oFog = ureg_DECL_output(tx->ureg, TGSI_SEMANTIC_FOG, 0); in nine_translate_shader()
|
D | nine_ff.c | 423 oFog = ureg_DECL_output(ureg, TGSI_SEMANTIC_FOG, 0); in nine_ff_build_vs() 1549 …struct ureg_src vFog = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_FOG, 0, TGSI_INTERPOLATE_PERSPECTIVE… in nine_ff_build_ps()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 933 if (outputSemanticName[i] == TGSI_SEMANTIC_FOG) { in st_translate_mesa_program()
|
D | st_atifs_to_tgsi.c | 695 if (ctx->info.input_semantic_name[i] == TGSI_SEMANTIC_FOG) { in transform_instr()
|
D | st_program.c | 725 input_semantic_name[slot] = TGSI_SEMANTIC_FOG; in st_translate_fragment_program()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 113 case TGSI_SEMANTIC_FOG: in tgsi_varying_semantic_to_slot() 160 [VARYING_SLOT_FOGC] = { TGSI_SEMANTIC_FOG, 0 }, in varying_slot_to_tgsi_semantic()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 1541 case TGSI_SEMANTIC_FOG: in scanInstructionSrc() 1577 info->out[dst.getIndex(0)].sn == TGSI_SEMANTIC_FOG) in scanInstruction()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.c | 219 case TGSI_SEMANTIC_FOG: in si_shader_io_get_unique_index() 1800 } else if (semantic_name == TGSI_SEMANTIC_FOG) { in interp_fs_input() 2867 case TGSI_SEMANTIC_FOG: in si_build_param_exports()
|