/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/auxiliary/tgsi/ |
D | tgsi_two_side.c | 83 else if (decl->Semantic.Name == TGSI_SEMANTIC_FACE) { in xform_decl() 137 decl.Semantic.Name = TGSI_SEMANTIC_FACE; in emit_prolog()
|
D | tgsi_scan.c | 638 case TGSI_SEMANTIC_FACE: in scan_declaration() 672 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/llvmpipe/ |
D | lp_state_derived.c | 99 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_FACE) { in compute_vertex_info()
|
D | lp_state_fs.c | 2956 case TGSI_SEMANTIC_FACE: in llvmpipe_create_fs_state()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_unfilled.c | 264 stage->draw, TGSI_SEMANTIC_FACE, 0); in draw_unfilled_prepare_outputs()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 172 #define TGSI_SEMANTIC_FACE 7 macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 173 TGSI_SEMANTIC_FACE, enumerator
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_setup.c | 658 if (fsInfo->input_semantic_name[fragSlot] == TGSI_SEMANTIC_FACE) { in setup_tri_coefficients() 1041 if (fsInfo->input_semantic_name[fragSlot] == TGSI_SEMANTIC_FACE) { in setup_line_coefficients() 1316 if (fsInfo->input_semantic_name[fragSlot] == TGSI_SEMANTIC_FACE) { in sp_setup_point()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 119 case TGSI_SEMANTIC_FACE: in tgsi_varying_semantic_to_slot() 162 [VARYING_SLOT_FACE] = { TGSI_SEMANTIC_FACE, 0 }, in varying_slot_to_tgsi_semantic() 346 if (decl->Semantic.Name == TGSI_SEMANTIC_FACE) { in ttn_emit_declaration() 609 c->scan->input_semantic_name[index] == TGSI_SEMANTIC_FACE) { in ttn_src_for_file_and_index()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_decl_sm30.c | 252 else if (semantic.Name == TGSI_SEMANTIC_FACE) { in ps30_input()
|
D | svga_tgsi_vgpu10.c | 2370 else if (semantic_name == TGSI_SEMANTIC_FACE) { in emit_input_declarations()
|
/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/drivers/r300/ |
D | r300_fs.c | 76 case TGSI_SEMANTIC_FACE: in r300_shader_read_fs_inputs()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_shader.c | 1084 ureg_DECL_system_value(ureg, TGSI_SEMANTIC_FACE, 0); in tx_src_param() 1092 TGSI_SEMANTIC_FACE, 0, in tx_src_param() 2128 case TGSI_SEMANTIC_FACE: in nine_tgsi_to_interp_mode()
|
/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/mesa/state_tracker/ |
D | st_program.c | 730 input_semantic_name[slot] = TGSI_SEMANTIC_FACE; in st_translate_fragment_program()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 1130 if (semantic_name == TGSI_SEMANTIC_FACE) { in CompileFS()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 748 ctx->inputs[k].name = TGSI_SEMANTIC_FACE; in iter_declaration() 850 case TGSI_SEMANTIC_FACE: in iter_declaration() 2961 else if (ctx->inputs[j].name == TGSI_SEMANTIC_FACE) in get_source_info()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 610 name == TGSI_SEMANTIC_FACE || in r600_spi_sid() 889 case TGSI_SEMANTIC_FACE: in tgsi_declaration() 1191 ctx->info.input_semantic_name[i] == TGSI_SEMANTIC_FACE || in evergreen_gpr_count() 3423 ctx.shader->input[i].name = TGSI_SEMANTIC_FACE; in r600_shader_from_tgsi()
|
D | r600_state.c | 2453 if (rshader->input[i].name == TGSI_SEMANTIC_FACE && face_index == -1) in r600_update_ps_state()
|
D | evergreen_state.c | 3271 else if (rshader->input[i].name == TGSI_SEMANTIC_FACE) { in evergreen_update_ps_state()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 441 case TGSI_SEMANTIC_FACE: return nv50_ir::SV_FACE; in translateSysVal()
|