Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_FOG (Results 1 – 25 of 29) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/i915/
Di915_state_derived.c93 case TGSI_SEMANTIC_FOG: in calculate_vertex_layout()
138 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_FOG, 0); in calculate_vertex_layout()
Di915_fpc_translate.c214 case TGSI_SEMANTIC_FOG: in src_vector()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_decl_sm30.c57 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()
Dsvga_swtnl_state.c282 case TGSI_SEMANTIC_FOG: in svga_swtnl_update_vdecl()
Dsvga_state_vs.c295 case TGSI_SEMANTIC_FOG: in compile_passthrough_vs()
Dsvga_shader.c86 case TGSI_SEMANTIC_FOG: in svga_get_generic_outputs_mask()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c90 *semantic_name = TGSI_SEMANTIC_FOG; in tgsi_get_gl_varying_semantic()
Dtgsi_scan.c186 name == TGSI_SEMANTIC_FOG || in scan_src_operand()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_vs.c78 case TGSI_SEMANTIC_FOG: in r300_shader_read_vs_outputs()
Dr300_fs.c66 case TGSI_SEMANTIC_FOG: in r300_shader_read_fs_inputs()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h168 #define TGSI_SEMANTIC_FOG 3 macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h169 TGSI_SEMANTIC_FOG, enumerator
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c48 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/
Dtgsi_scan.c299 semName == TGSI_SEMANTIC_FOG || in tgsi_scan_shader()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_draw.c218 [TGSI_SEMANTIC_FOG ] = { EMIT_4F, 5, 5, 0x00000010 },
Dnvfx_fragprog.c476 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()
Dnvfx_vertprog.c838 case TGSI_SEMANTIC_FOG: in nvfx_vertprog_parse_decl_output()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.c1244 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()
Dnine_ff.c423 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/
Dst_mesa_to_tgsi.c933 if (outputSemanticName[i] == TGSI_SEMANTIC_FOG) { in st_translate_mesa_program()
Dst_atifs_to_tgsi.c695 if (ctx->info.input_semantic_name[i] == TGSI_SEMANTIC_FOG) { in transform_instr()
Dst_program.c725 input_semantic_name[slot] = TGSI_SEMANTIC_FOG; in st_translate_fragment_program()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c113 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/
Dnv50_ir_from_tgsi.cpp1541 case TGSI_SEMANTIC_FOG: in scanInstructionSrc()
1577 info->out[dst.getIndex(0)].sn == TGSI_SEMANTIC_FOG) in scanInstruction()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c219 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()

12