/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_from_mesa.c | 127 *semantic_name = TGSI_SEMANTIC_FACE; in tgsi_get_gl_varying_semantic() 241 return TGSI_SEMANTIC_FACE; in tgsi_get_sysval_semantic()
|
D | tgsi_two_side.c | 84 else if (decl->Semantic.Name == TGSI_SEMANTIC_FACE) { in xform_decl() 138 decl.Semantic.Name = TGSI_SEMANTIC_FACE; in emit_prolog()
|
D | tgsi_scan.c | 683 case TGSI_SEMANTIC_FACE: in scan_declaration() 720 case TGSI_SEMANTIC_FACE: in scan_declaration()
|
D | tgsi_lowering.c | 1200 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/ |
D | i915_state_derived.c | 96 case TGSI_SEMANTIC_FACE: in calculate_vertex_layout() 170 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_FACE, 0); in calculate_vertex_layout()
|
D | i915_fpc_translate.c | 224 case TGSI_SEMANTIC_FACE: in src_vector()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_derived.c | 99 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_FACE) { in compute_vertex_info()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_unfilled.c | 264 stage->draw, TGSI_SEMANTIC_FACE, 0); in draw_unfilled_prepare_outputs()
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shaderio.cpp | 194 case TGSI_SEMANTIC_FACE: in evaluate_spi_sid()
|
D | sfn_shader_fragment.cpp | 218 m_shaderio.add_input(new ShaderInputSystemValue(TGSI_SEMANTIC_FACE, face_reg_index)); in do_allocate_reserved_registers()
|
D | sfn_shader_base.cpp | 328 case TGSI_SEMANTIC_FACE: in evaluate_spi_sid()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 173 TGSI_SEMANTIC_FACE, enumerator
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_swtnl_state.c | 285 case TGSI_SEMANTIC_FACE: in svga_swtnl_update_vdecl()
|
D | svga_tgsi_decl_sm30.c | 253 else if (semantic.Name == TGSI_SEMANTIC_FACE) { in ps30_input()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 173 #define TGSI_SEMANTIC_FACE 7 macro
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_setup.c | 648 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/ |
D | tgsi_scan.c | 339 else if (semName == TGSI_SEMANTIC_FACE) in tgsi_scan_shader()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 125 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()
|
D | nir_to_tgsi_info.c | 161 if (semantic_name == TGSI_SEMANTIC_FACE) { in gather_intrinsic_load_deref_info()
|
D | nir_to_tgsi.c | 233 if (semantic_name == TGSI_SEMANTIC_FACE) { in ntt_setup_inputs()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_fs.c | 76 case TGSI_SEMANTIC_FACE: in r300_shader_read_fs_inputs()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_tgsi.c | 646 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/ |
D | nvfx_fragprog.c | 874 case TGSI_SEMANTIC_FACE: in nvfx_fragprog_parse_decl_input()
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | nine_shader.c | 1142 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/ |
D | st_program.c | 963 input_semantic_name[slot] = TGSI_SEMANTIC_FACE; in st_translate_fragment_program()
|