Home
last modified time | relevance | path

Searched refs:VARYING_SLOT_FACE (Results 1 - 16 of 16) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/tests/
H A 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()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_two_sided_color.c71 VARYING_SLOT_FACE); in create_face_input()
79 var->data.location = VARYING_SLOT_FACE; in create_face_input()
/third_party/mesa3d/src/compiler/
H A Dshader_enums.h322 VARYING_SLOT_FACE, /* FS only */ enumerator
330 VARYING_SLOT_PRIMITIVE_SHADING_RATE = VARYING_SLOT_FACE, /* Does not appear in FS. */
505 #define VARYING_BIT_FACE BITFIELD64_BIT(VARYING_SLOT_FACE)
H A Dshader_enums.c213 ENUM(VARYING_SLOT_FACE), in gl_varying_slot_name_for_stage()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c128 case VARYING_SLOT_FACE: in tgsi_get_gl_varying_semantic()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_signature.c105 case VARYING_SLOT_FACE: in in_sysvalue_name()
292 case VARYING_SLOT_FACE: in get_semantic_name()
617 case VARYING_SLOT_FACE: in out_sysvalue_name()
H A Dnir_to_dxil.c5731 {SYSTEM_VALUE_FRONT_FACE, VARYING_SLOT_FACE, "SV_IsFrontFace", MESA_SHADER_NONE},
6015 case VARYING_SLOT_FACE: in nir_var_to_dxil_sysvalue_type()
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_shader.c293 (s->info.inputs_read & (1 << VARYING_SLOT_FACE)) || in pan_shader_compile()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_fs.cpp98 if (location == VARYING_SLOT_FACE) { in load_input()
208 case VARYING_SLOT_FACE: in load_interpolated_input()
366 if (location == VARYING_SLOT_FACE) { in scan_input()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_pipeline_state.cpp56 case VARYING_SLOT_FACE: in get_semantic_name()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi.c337 return VARYING_SLOT_FACE; in svga_tgsi_to_gl_varying_semantic()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c128 return VARYING_SLOT_FACE; in tgsi_varying_semantic_to_slot()
332 var->data.location = VARYING_SLOT_FACE; in ttn_emit_declaration()
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_variables.cpp1328 var = add_input(VARYING_SLOT_FACE, bool_t, "gl_FrontFacing"); in generate_fs_special_vars()
H A Dgl_nir_link_varyings.c1701 case VARYING_SLOT_FACE: in var_counts_against_varying_limit()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_compiler.c1384 case VARYING_SLOT_FACE: in assign_producer_var_io()
1435 case VARYING_SLOT_FACE: in assign_consumer_var_io()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c2429 } else if (loc == VARYING_SLOT_FACE) { in panfrost_emit_varying()

Completed in 39 milliseconds