Home
last modified time | relevance | path

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

12

/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/auxiliary/tgsi/
Dtgsi_two_side.c83 else if (decl->Semantic.Name == TGSI_SEMANTIC_FACE) { in xform_decl()
137 decl.Semantic.Name = TGSI_SEMANTIC_FACE; in emit_prolog()
Dtgsi_scan.c638 case TGSI_SEMANTIC_FACE: in scan_declaration()
672 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/llvmpipe/
Dlp_state_derived.c99 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_FACE) { in compute_vertex_info()
Dlp_state_fs.c2956 case TGSI_SEMANTIC_FACE: in llvmpipe_create_fs_state()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_unfilled.c264 stage->draw, TGSI_SEMANTIC_FACE, 0); in draw_unfilled_prepare_outputs()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h172 #define TGSI_SEMANTIC_FACE 7 macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h173 TGSI_SEMANTIC_FACE, enumerator
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c658 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/
Dtgsi_to_nir.c119 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/
Dsvga_tgsi_decl_sm30.c252 else if (semantic.Name == TGSI_SEMANTIC_FACE) { in ps30_input()
Dsvga_tgsi_vgpu10.c2370 else if (semantic_name == TGSI_SEMANTIC_FACE) { in emit_input_declarations()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c339 else if (semName == TGSI_SEMANTIC_FACE) in tgsi_scan_shader()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_fs.c76 case TGSI_SEMANTIC_FACE: in r300_shader_read_fs_inputs()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.c1084 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/
Dnvfx_fragprog.c874 case TGSI_SEMANTIC_FACE: in nvfx_fragprog_parse_decl_input()
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c730 input_semantic_name[slot] = TGSI_SEMANTIC_FACE; in st_translate_fragment_program()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp1130 if (semantic_name == TGSI_SEMANTIC_FACE) { in CompileFS()
/external/virglrenderer/src/
Dvrend_shader.c748 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/
Dr600_shader.c610 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()
Dr600_state.c2453 if (rshader->input[i].name == TGSI_SEMANTIC_FACE && face_index == -1) in r600_update_ps_state()
Devergreen_state.c3271 else if (rshader->input[i].name == TGSI_SEMANTIC_FACE) { in evergreen_update_ps_state()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp441 case TGSI_SEMANTIC_FACE: return nv50_ir::SV_FACE; in translateSysVal()

12