Home
last modified time | relevance | path

Searched refs:VARYING_SLOT_FACE (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/compiler/glsl/tests/
Dbuiltin_variable_test.cpp210 EXPECT_NE(VARYING_SLOT_FACE, var->data.location); in TEST_F()
346 EXPECT_NE(VARYING_SLOT_FACE, input->location); in TEST_F()
359 EXPECT_NE(VARYING_SLOT_FACE, var->data.location); in TEST_F()
380 EXPECT_NE(VARYING_SLOT_FACE, var->data.location); in TEST_F()
/external/mesa3d/src/compiler/nir/
Dnir_lower_two_sided_color.c71 VARYING_SLOT_FACE); in create_face_input()
79 var->data.location = VARYING_SLOT_FACE; in create_face_input()
/external/mesa3d/src/compiler/
Dshader_enums.h283 VARYING_SLOT_FACE, /* FS only */ enumerator
371 #define VARYING_BIT_FACE BITFIELD64_BIT(VARYING_SLOT_FACE)
Dshader_enums.c185 ENUM(VARYING_SLOT_FACE), in gl_varying_slot_name()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c126 case VARYING_SLOT_FACE: in tgsi_get_gl_varying_semantic()
/external/mesa3d/src/mesa/swrast/
Ds_fragprog.c186 machine->Attribs[VARYING_SLOT_FACE][col][0] = 1.0F - span->facing; in init_machine()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_assemble.c345 state->reads_face = (s->info.inputs_read & (1 << VARYING_SLOT_FACE)) || in panfrost_shader_compile()
Dpan_cmdstream.c1674 } else if (loc == VARYING_SLOT_FACE) { in panfrost_emit_varying()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_fragment.cpp72 if (input->data.location == VARYING_SLOT_FACE) { in do_process_inputs()
586 if (in_var->data.location == VARYING_SLOT_FACE) in do_emit_load_deref()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c126 return VARYING_SLOT_FACE; in tgsi_varying_semantic_to_slot()
330 var->data.location = VARYING_SLOT_FACE; in ttn_emit_declaration()
/external/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp1281 var = add_input(VARYING_SLOT_FACE, bool_t, "gl_FrontFacing"); in generate_fs_special_vars()
Dlink_varyings.cpp2328 case VARYING_SLOT_FACE: in var_counts_against_varying_limit()
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c962 case VARYING_SLOT_FACE: in st_translate_fragment_program()
Dst_glsl_to_tgsi.cpp6509 struct ureg_src face_input = t->inputs[t->inputMapping[VARYING_SLOT_FACE]]; in emit_face_var()
6520 t->inputs[t->inputMapping[VARYING_SLOT_FACE]] = ureg_src(face_temp); in emit_face_var()
/external/mesa3d/docs/relnotes/
D20.0.0.rst1353 - gallium: tgsi_from_mesa - handle VARYING_SLOT_FACE