Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c129 *semantic_name = TGSI_SEMANTIC_FACE; in tgsi_get_gl_varying_semantic()
243 return TGSI_SEMANTIC_FACE; in tgsi_get_sysval_semantic()
H A 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()
H A Dtgsi_scan.c684 case TGSI_SEMANTIC_FACE: in scan_declaration()
721 case TGSI_SEMANTIC_FACE: in scan_declaration()
H A 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()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state_derived.c63 case TGSI_SEMANTIC_FACE: in calculate_vertex_layout()
132 if (fs->texcoords[i].semantic == TGSI_SEMANTIC_FACE) { in calculate_vertex_layout()
H A Di915_fpc_translate.c190 case TGSI_SEMANTIC_FACE: { in src_vector()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_unfilled.c264 stage->draw, TGSI_SEMANTIC_FACE, 0); in draw_unfilled_prepare_outputs()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h167 TGSI_SEMANTIC_FACE, enumerator
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_derived.c99 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_FACE) { in compute_vertex_info()
H A Dlp_state_fs.c3944 case TGSI_SEMANTIC_FACE: in llvmpipe_create_fs_state()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_swtnl_state.c292 case TGSI_SEMANTIC_FACE: in svga_swtnl_update_vdecl()
H A Dsvga_tgsi.c336 case TGSI_SEMANTIC_FACE: in svga_tgsi_to_gl_varying_semantic()
H A Dsvga_tgsi_decl_sm30.c253 else if (semantic.Name == TGSI_SEMANTIC_FACE) { in ps30_input()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c127 case TGSI_SEMANTIC_FACE: in tgsi_varying_semantic_to_slot()
326 if (decl->Semantic.Name == TGSI_SEMANTIC_FACE) { in ttn_emit_declaration()
611 case TGSI_SEMANTIC_FACE: in ttn_src_for_file_and_index()
659 c->scan->input_semantic_name[index] == TGSI_SEMANTIC_FACE) { in ttn_src_for_file_and_index()
H A Dnir_to_tgsi_info.c162 if (semantic_name == TGSI_SEMANTIC_FACE) { in gather_intrinsic_load_deref_info()
H A Dnir_to_tgsi.c852 if (semantic_name == TGSI_SEMANTIC_FACE) { in ntt_setup_inputs()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c598 if (fsInfo->input_semantic_name[fragSlot] == TGSI_SEMANTIC_FACE) { in setup_tri_coefficients()
952 if (fsInfo->input_semantic_name[fragSlot] == TGSI_SEMANTIC_FACE) { in setup_line_coefficients()
1229 if (fsInfo->input_semantic_name[fragSlot] == TGSI_SEMANTIC_FACE) { in sp_setup_point()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_fs.c76 case TGSI_SEMANTIC_FACE: in r300_shader_read_fs_inputs()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader.cpp80 case TGSI_SEMANTIC_FACE: in set_sid()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c1162 ureg_DECL_system_value(ureg, TGSI_SEMANTIC_FACE, 0); in tx_src_param()
1170 TGSI_SEMANTIC_FACE, 0, in tx_src_param()
2227 case TGSI_SEMANTIC_FACE: in nine_tgsi_to_interp_mode()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_fragprog.c874 case TGSI_SEMANTIC_FACE: in nvfx_fragprog_parse_decl_input()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c299 return TGSI_SEMANTIC_FACE; in translate_system_name()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c707 name == TGSI_SEMANTIC_FACE || in r600_spi_sid()
1096 case TGSI_SEMANTIC_FACE: in tgsi_declaration()
1416 ctx->info.input_semantic_name[i] == TGSI_SEMANTIC_FACE || in evergreen_gpr_count()
3778 ctx.shader->input[i].name = TGSI_SEMANTIC_FACE; in r600_shader_from_tgsi()
H A Dr600_state.c2466 if (rshader->input[i].name == TGSI_SEMANTIC_FACE && face_index == -1) in r600_update_ps_state()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp439 case TGSI_SEMANTIC_FACE: return nv50_ir::SV_FACE; in translateSysVal()

Completed in 60 milliseconds

12