Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_FACE (Results 1 – 25 of 37) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c127 *semantic_name = TGSI_SEMANTIC_FACE; in tgsi_get_gl_varying_semantic()
241 return TGSI_SEMANTIC_FACE; in tgsi_get_sysval_semantic()
Dtgsi_two_side.c84 else if (decl->Semantic.Name == TGSI_SEMANTIC_FACE) { in xform_decl()
138 decl.Semantic.Name = TGSI_SEMANTIC_FACE; in emit_prolog()
Dtgsi_scan.c683 case TGSI_SEMANTIC_FACE: in scan_declaration()
720 case TGSI_SEMANTIC_FACE: in scan_declaration()
Dtgsi_lowering.c1200 decl.Semantic.Name = TGSI_SEMANTIC_FACE; in emit_twoside()
1458 if (info->input_semantic_name[i] == TGSI_SEMANTIC_FACE) in tgsi_transform_lowering()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state_derived.c96 case TGSI_SEMANTIC_FACE: in calculate_vertex_layout()
170 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_FACE, 0); in calculate_vertex_layout()
Di915_fpc_translate.c224 case TGSI_SEMANTIC_FACE: in src_vector()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_derived.c99 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_FACE) { in compute_vertex_info()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_unfilled.c264 stage->draw, TGSI_SEMANTIC_FACE, 0); in draw_unfilled_prepare_outputs()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shaderio.cpp194 case TGSI_SEMANTIC_FACE: in evaluate_spi_sid()
Dsfn_shader_fragment.cpp218 m_shaderio.add_input(new ShaderInputSystemValue(TGSI_SEMANTIC_FACE, face_reg_index)); in do_allocate_reserved_registers()
Dsfn_shader_base.cpp328 case TGSI_SEMANTIC_FACE: in evaluate_spi_sid()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h173 TGSI_SEMANTIC_FACE, enumerator
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_swtnl_state.c285 case TGSI_SEMANTIC_FACE: in svga_swtnl_update_vdecl()
Dsvga_tgsi_decl_sm30.c253 else if (semantic.Name == TGSI_SEMANTIC_FACE) { in ps30_input()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h173 #define TGSI_SEMANTIC_FACE 7 macro
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c648 if (fsInfo->input_semantic_name[fragSlot] == TGSI_SEMANTIC_FACE) { in setup_tri_coefficients()
1032 if (fsInfo->input_semantic_name[fragSlot] == TGSI_SEMANTIC_FACE) { in setup_line_coefficients()
1309 if (fsInfo->input_semantic_name[fragSlot] == TGSI_SEMANTIC_FACE) { in sp_setup_point()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c339 else if (semName == TGSI_SEMANTIC_FACE) in tgsi_scan_shader()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c125 case TGSI_SEMANTIC_FACE: in tgsi_varying_semantic_to_slot()
324 if (decl->Semantic.Name == TGSI_SEMANTIC_FACE) { in ttn_emit_declaration()
607 case TGSI_SEMANTIC_FACE: in ttn_src_for_file_and_index()
664 c->scan->input_semantic_name[index] == TGSI_SEMANTIC_FACE) { in ttn_src_for_file_and_index()
Dnir_to_tgsi_info.c161 if (semantic_name == TGSI_SEMANTIC_FACE) { in gather_intrinsic_load_deref_info()
Dnir_to_tgsi.c233 if (semantic_name == TGSI_SEMANTIC_FACE) { in ntt_setup_inputs()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_fs.c76 case TGSI_SEMANTIC_FACE: in r300_shader_read_fs_inputs()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_tgsi.c646 if (reg->semantic.Name == TGSI_SEMANTIC_FACE) in assign_special_inputs()
2097 reg->semantic.Name == TGSI_SEMANTIC_FACE) in permute_ps_inputs()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c874 case TGSI_SEMANTIC_FACE: in nvfx_fragprog_parse_decl_input()
/external/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c1142 ureg_DECL_system_value(ureg, TGSI_SEMANTIC_FACE, 0); in tx_src_param()
1150 TGSI_SEMANTIC_FACE, 0, in tx_src_param()
2207 case TGSI_SEMANTIC_FACE: in nine_tgsi_to_interp_mode()
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c963 input_semantic_name[slot] = TGSI_SEMANTIC_FACE; in st_translate_fragment_program()

12