Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_FOG (Results 1 – 25 of 30) 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()
260 else if (semantic.Name == TGSI_SEMANTIC_FOG) { in ps30_input()
497 else if (semantic.Name == TGSI_SEMANTIC_FOG) { in vs30_output()
Dsvga_swtnl_state.c276 case TGSI_SEMANTIC_FOG: in svga_swtnl_update_vdecl()
Dsvga_state_vs.c308 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.c187 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/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h169 TGSI_SEMANTIC_FOG, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h169 #define TGSI_SEMANTIC_FOG 3 macro
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c50 case TGSI_SEMANTIC_FOG: return 0x2e8; in nvc0_shader_input_address()
79 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/mesa/state_tracker/
Dst_mesa_to_tgsi.c945 if (outputSemanticName[i] == TGSI_SEMANTIC_FOG) { in st_translate_mesa_program()
Dst_atifs_to_tgsi.c697 if (ctx->info.input_semantic_name[i] == TGSI_SEMANTIC_FOG) { in transform_instr()
Dst_program.c958 input_semantic_name[slot] = TGSI_SEMANTIC_FOG; in st_translate_fragment_program()
/external/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c1105 case TGSI_SEMANTIC_FOG: in util_make_tess_ctrl_passthrough_shader()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_fragment.cpp98 case TGSI_SEMANTIC_FOG: in do_process_inputs()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1500 case TGSI_SEMANTIC_FOG: in scanInstructionSrc()
1553 info_out->out[dst.getIndex(0)].sn == TGSI_SEMANTIC_FOG) in scanInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c118 case TGSI_SEMANTIC_FOG: in tgsi_varying_semantic_to_slot()
/external/virglrenderer/src/
Dvrend_shader.c1208 if (ctx->inputs[i].name == TGSI_SEMANTIC_FOG){ in iter_declaration()
1457 if (ctx->outputs[i].name == TGSI_SEMANTIC_FOG) { in iter_declaration()
7273 if (ctx->inputs[i].name == TGSI_SEMANTIC_FOG){ in iter_vs_declaration()

12