Home
last modified time | relevance | path

Searched refs:VARYING_SLOT_BFC1 (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_vue_map.c151 if (slots_valid & BITFIELD64_BIT(VARYING_SLOT_BFC1)) in brw_compute_vue_map()
152 assign_vue_slot(vue_map, VARYING_SLOT_BFC1, slot++); in brw_compute_vue_map()
Dbrw_clip_unfilled.c130 brw_clip_have_varying(c, VARYING_SLOT_BFC1))) in copy_bfc()
164 brw_clip_have_varying(c, VARYING_SLOT_BFC1)) in copy_bfc()
171 VARYING_SLOT_BFC1))); in copy_bfc()
Dbrw_vec4_vs_visitor.cpp73 case VARYING_SLOT_BFC1: { in emit_urb_slot()
Dbrw_compile_sf.c158 !(have_attr(c, VARYING_SLOT_COL1) && have_attr(c, VARYING_SLOT_BFC1))) in do_twoside_color()
Dbrw_fs_visitor.cpp683 varying == VARYING_SLOT_BFC1)) { in emit_urb_writes()
/external/mesa3d/src/compiler/
Dshader_enums.h203 VARYING_SLOT_BFC1, /* Does not appear in FS */ enumerator
286 #define VARYING_BIT_BFC1 BITFIELD64_BIT(VARYING_SLOT_BFC1)
Dshader_enums.c148 ENUM(VARYING_SLOT_BFC1), in gl_varying_slot_name()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_shader.h428 } else if (slot == VARYING_SLOT_BFC1) { in ir3_find_output()
433 slot = VARYING_SLOT_BFC1; in ir3_find_output()
Dir3_compiler_nir.c2953 case VARYING_SLOT_BFC1: in setup_input()
3034 case VARYING_SLOT_BFC1: in setup_output()
/external/mesa3d/src/compiler/nir/
Dnir_lower_clamp_color_outputs.c43 case VARYING_SLOT_BFC1: in is_color_output()
Dnir_lower_two_sided_color.c119 slot = VARYING_SLOT_BFC1; in setup_inputs()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c85 case VARYING_SLOT_BFC1: in tgsi_get_gl_varying_semantic()
/external/mesa3d/src/compiler/glsl/
Dopt_dead_builtin_varyings.cpp191 case VARYING_SLOT_BFC1: in visit()
221 case VARYING_SLOT_BFC1: in get()
Dbuiltin_variables.cpp1367 add_varying(VARYING_SLOT_BFC1, vec4_t, "gl_BackSecondaryColor"); in generate_varyings()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_shader.c189 VARYING_SLOT_BFC1)); in st_update_vp()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vs.c98 if (outputs_written & BITFIELD64_BIT(VARYING_SLOT_BFC1)) in brw_vs_outputs_written()
DgenX_state_upload.c967 slot = vue_map->varying_to_slot[VARYING_SLOT_BFC1]; in genX()
1017 vue_map->slot_to_varying[slot+1] == VARYING_SLOT_BFC1)); in genX()
/external/mesa3d/src/mesa/tnl/
Dt_vb_program.c440 VB->BackfaceSecondaryColorPtr = &store->results[VARYING_SLOT_BFC1]; in run_vp()
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c1098 struct ureg res1 = register_output( p, VARYING_SLOT_BFC1 ); in build_lighting()
1240 res1 = register_output( p, VARYING_SLOT_BFC1 ); in build_lighting()
Dmtypes.h120 case VARYING_SLOT_BFC1: in _mesa_varying_slot_in_fs()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c112 return VARYING_SLOT_BFC1; in tgsi_varying_semantic_to_slot()
159 [VARYING_SLOT_BFC1] = { TGSI_SEMANTIC_BCOLOR, 1 }, in varying_slot_to_tgsi_semantic()
/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c434 case VARYING_SLOT_BFC1: in emit_fragment_varying()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c2532 slot->slot == VARYING_SLOT_BFC1) { in vc4_setup_compiled_fs_inputs()