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

/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_derived.c97 case TGSI_SEMANTIC_FACE:
166 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_FACE, 0);
H A Di915_fpc_translate.c238 case TGSI_SEMANTIC_FACE:
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h154 #define TGSI_SEMANTIC_FACE 7 macro
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_program.c138 case TGSI_SEMANTIC_FACE:
157 if (info->in[i].sn == TGSI_SEMANTIC_FACE) {
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c665 if (fsInfo->input_semantic_name[fragSlot] == TGSI_SEMANTIC_FACE) {
1019 if (fsInfo->input_semantic_name[fragSlot] == TGSI_SEMANTIC_FACE) {
1266 if (fsInfo->input_semantic_name[fragSlot] == TGSI_SEMANTIC_FACE) {
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c252 else if (semantic.Name == TGSI_SEMANTIC_FACE) {
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_sm4.cpp16 case TGSI_SEMANTIC_FACE: return nv50_ir::SV_FACE;
650 case SV_FACE: return TGSI_SEMANTIC_FACE;
726 info.in[r].sn = TGSI_SEMANTIC_FACE;
728 recordSV(TGSI_SEMANTIC_FACE, 0, 1, true);
H A Dnv50_ir_from_tgsi.cpp322 case TGSI_SEMANTIC_FACE: return nv50_ir::SV_FACE;
1333 if (!ptr && info->in[idx].sn == TGSI_SEMANTIC_FACE)
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_fs.c76 case TGSI_SEMANTIC_FACE:
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_program.c70 case TGSI_SEMANTIC_FACE: return 0x3fc;
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp72 TGSI_SEMANTIC_FACE,
/external/mesa3d/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c104 TGSI_SEMANTIC_FACE,
H A Dst_program.c568 input_semantic_name[slot] = TGSI_SEMANTIC_FACE;
H A Dst_glsl_to_tgsi.cpp3927 TGSI_SEMANTIC_FACE,
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c1359 case TGSI_SEMANTIC_FACE:
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_fragprog.c927 case TGSI_SEMANTIC_FACE:
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c723 name == TGSI_SEMANTIC_FACE)
805 case TGSI_SEMANTIC_FACE:
912 ctx->info.input_semantic_name[i] == TGSI_SEMANTIC_FACE)
1135 ctx->shader->input[i].name = TGSI_SEMANTIC_FACE;
H A Dr600_state.c2477 if (rshader->input[i].name == TGSI_SEMANTIC_FACE)
H A Devergreen_state.c2987 else if (rshader->input[i].name == TGSI_SEMANTIC_FACE)
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c2361 if (decl->Semantic.Name == TGSI_SEMANTIC_FACE) {

Completed in 4118 milliseconds