Home
last modified time | relevance | path

Searched refs:VARYING_SLOT_FOGC (Results 1 - 17 of 17) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atifs_to_nir.c124 slot == VARYING_SLOT_FOGC ? in load_input()
487 nir_ssa_def *fogc = load_input(t, VARYING_SLOT_FOGC); in st_translate_atifs_program()
596 prog->info.inputs_read |= BITFIELD64_BIT(VARYING_SLOT_FOGC); in st_init_atifs_prog()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c91 case VARYING_SLOT_FOGC: in tgsi_get_gl_varying_semantic()
/third_party/mesa3d/src/compiler/
H A Dshader_enums.h301 VARYING_SLOT_FOGC, enumerator
477 #define VARYING_BIT_FOGC BITFIELD64_BIT(VARYING_SLOT_FOGC)
H A Dshader_enums.c192 ENUM(VARYING_SLOT_FOGC), in gl_varying_slot_name_for_stage()
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_opt_dead_builtin_varyings.c151 case VARYING_SLOT_FOGC: in get_varying_info()
186 case VARYING_SLOT_FOGC: in get_varying_info()
H A Dbuiltin_variables.cpp1588 add_varying(VARYING_SLOT_FOGC, float_t, "gl_FogFragCoord"); in generate_varyings()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_gs.cpp82 location == VARYING_SLOT_FOGC) { in process_store_output()
125 location == VARYING_SLOT_FOGC || in process_load_input()
/third_party/mesa3d/src/mesa/program/
H A Dprogramopt.c323 inst->SrcReg[0].Index = VARYING_SLOT_FOGC; in _mesa_append_fog_code()
348 inst->SrcReg[1].Index = VARYING_SLOT_FOGC; in _mesa_append_fog_code()
H A Dprog_to_nir.c850 (var->data.location == VARYING_SLOT_FOGC || in ptn_add_output_stores()
888 if (i == VARYING_SLOT_FOGC) { in setup_registers_and_variables()
947 (c->prog->Target == GL_VERTEX_PROGRAM_ARB && i == VARYING_SLOT_FOGC) || in setup_registers_and_variables()
H A Dprogram_parse.y1071 $$ = VARYING_SLOT_FOGC;
1858 $$ = VARYING_SLOT_FOGC;
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi.c331 return VARYING_SLOT_FOGC; in svga_tgsi_to_gl_varying_semantic()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c121 return VARYING_SLOT_FOGC; in tgsi_varying_semantic_to_slot()
432 if (var->data.location == VARYING_SLOT_FOGC || in ttn_emit_declaration()
2229 if (var->data.location == VARYING_SLOT_FOGC || in ttn_add_output_stores()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_nir_lower_tess.c109 case VARYING_SLOT_FOGC: return 6; in shader_io_get_unique_index()
H A Dir3_compiler_nir.c4178 case VARYING_SLOT_FOGC: in setup_output()
/third_party/mesa3d/src/mesa/main/
H A Dffvertex_prog.c1390 struct ureg fog = register_output(p, VARYING_SLOT_FOGC); in build_fog()
/third_party/mesa3d/src/compiler/nir/
H A Dnir.c3476 slot == VARYING_SLOT_FOGC || in nir_slot_is_varying()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.c129 case VARYING_SLOT_FOGC: in si_shader_io_get_unique_index()

Completed in 32 milliseconds