Searched refs:semantic (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c35 * Translate TGSI semantic info into SVGA3d semantic info.
40 struct tgsi_declaration_semantic semantic,
44 switch (semantic.Name) {
46 *idx = semantic.Index;
50 *idx = semantic.Index;
54 *idx = semantic.Index + 2; /* sharing with COLOR */
59 assert(semantic.Index == 0);
63 *idx = semantic.Index;
68 semantic
39 translate_vs_ps_semantic(struct svga_shader_emitter *emit, struct tgsi_declaration_semantic semantic, unsigned *usage, unsigned *idx) argument
178 ps30_input(struct svga_shader_emitter *emit, struct tgsi_declaration_semantic semantic, unsigned idx) argument
324 ps30_output(struct svga_shader_emitter *emit, struct tgsi_declaration_semantic semantic, unsigned idx) argument
367 vs30_input(struct svga_shader_emitter *emit, struct tgsi_declaration_semantic semantic, unsigned idx) argument
425 vs30_output(struct svga_shader_emitter *emit, struct tgsi_declaration_semantic semantic, unsigned idx) argument
495 ps30_sampler( struct svga_shader_emitter *emit, struct tgsi_declaration_semantic semantic, unsigned idx ) argument
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c35 * Translate TGSI semantic info into SVGA3d semantic info.
40 struct tgsi_declaration_semantic semantic,
44 switch (semantic.Name) {
46 *idx = semantic.Index;
50 *idx = semantic.Index;
54 *idx = semantic.Index + 2; /* sharing with COLOR */
59 assert(semantic.Index == 0);
63 *idx = semantic.Index;
68 semantic
39 translate_vs_ps_semantic(struct svga_shader_emitter *emit, struct tgsi_declaration_semantic semantic, unsigned *usage, unsigned *idx) argument
178 ps30_input(struct svga_shader_emitter *emit, struct tgsi_declaration_semantic semantic, unsigned idx) argument
324 ps30_output(struct svga_shader_emitter *emit, struct tgsi_declaration_semantic semantic, unsigned idx) argument
367 vs30_input(struct svga_shader_emitter *emit, struct tgsi_declaration_semantic semantic, unsigned idx) argument
425 vs30_output(struct svga_shader_emitter *emit, struct tgsi_declaration_semantic semantic, unsigned idx) argument
495 ps30_sampler( struct svga_shader_emitter *emit, struct tgsi_declaration_semantic semantic, unsigned idx ) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader.h152 struct sh_semantic semantic; member in union:sh_dcl::__anon14132
H A Dsvga_shader_dump.c587 dump_semantic(dcl.u.semantic.usage,
588 dcl.u.semantic.usage_index);
593 dump_semantic(dcl.u.semantic.usage,
594 dcl.u.semantic.usage_index);
/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader.h152 struct sh_semantic semantic; member in union:sh_dcl::__anon27543
H A Dsvga_shader_dump.c587 dump_semantic(dcl.u.semantic.usage,
588 dcl.u.semantic.usage_index);
593 dump_semantic(dcl.u.semantic.usage,
594 dcl.u.semantic.usage_index);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DDynamicHLSL.cpp491 // SM3 reserves the TEXCOORD semantic for point sprite texcoords (gl_PointCoord)
508 std::string semantic; member in struct:DynamicHLSL::SemanticInfo::BuiltinInfo
514 return (systemValue ? semantic : (semantic + Str(index)));
520 semantic = systemValueSemantic;
527 semantic = semanticVal;
570 // SM3 reserves the TEXCOORD semantic for point sprite texcoords (gl_PointCoord)
582 // Special case: do not include PSIZE semantic in HLSL 3 pixel shaders
627 linkedVaryings->push_back(LinkedVarying("gl_Position", GL_FLOAT_VEC4, 1, info.glPosition.semantic,
632 linkedVaryings->push_back(LinkedVarying("gl_FragCoord", GL_FLOAT_VEC4, 1, info.glFragCoord.semantic,
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_draw.c300 uint semantic = vp->info.output_semantic_name[i]; local
302 if (vroute_add(r, attrib, semantic, &index)) {
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_draw.c300 uint semantic = vp->info.output_semantic_name[i]; local
302 if (vroute_add(r, attrib, semantic, &index)) {
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DDFA.as5 * Any state that has a semantic predicate edge is special; those states
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c123 unsigned semantic,
138 declaration.Semantic = semantic;
118 tgsi_build_declaration( unsigned file, unsigned usage_mask, unsigned interpolate, unsigned dimension, unsigned semantic, unsigned invariant, unsigned local, struct tgsi_header *header ) argument
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c123 unsigned semantic,
138 declaration.Semantic = semantic;
118 tgsi_build_declaration( unsigned file, unsigned usage_mask, unsigned interpolate, unsigned dimension, unsigned semantic, unsigned invariant, unsigned local, struct tgsi_header *header ) argument
/external/clang/lib/CodeGen/
H A DCGExpr.cpp3370 const Expr *semantic = *i; local
3372 // If this semantic expression is an opaque value, bind it
3374 if (const auto *ov = dyn_cast<OpaqueValueExpr>(semantic)) {
3405 } else if (semantic == resultExpr) {
3407 result.LV = CGF.EmitLValue(semantic);
3409 result.RV = CGF.EmitAnyExpr(semantic, slot);
3413 CGF.EmitIgnoredExpr(semantic);
H A DCGObjC.cpp2519 const Expr *semantic = *i; local
2521 // If this semantic expression is an opaque value, bind it
2523 if (const OpaqueValueExpr *ov = dyn_cast<OpaqueValueExpr>(semantic)) {
2527 // If this semantic is the result of the pseudo-object
2542 } else if (semantic == resultExpr) {
2543 result = tryEmitARCRetainScalarExpr(CGF, semantic);
2547 CGF.EmitIgnoredExpr(semantic);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c197 unsigned semantic,
203 if (info->output_semantic_name[i] == semantic &&
196 find_output_by_semantic( const struct tgsi_shader_info *info, unsigned semantic, unsigned index ) argument
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp10 // This file implements semantic analysis for expressions involving
207 /// Add a normal semantic expression.
208 void addSemanticExpr(Expr *semantic) { argument
209 Semantics.push_back(semantic);
212 /// Add the 'result' semantic expression.
366 // and set the new semantic
373 // Otherwise, it must already be one of our semantic expressions;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c197 unsigned semantic,
203 if (info->output_semantic_name[i] == semantic &&
196 find_output_by_semantic( const struct tgsi_shader_info *info, unsigned semantic, unsigned index ) argument
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb72 Trees (ASTs), tree structures that reflect the high-level syntactic and semantic
/external/libvorbis/doc/
H A D08-residue.tex12 hybrids as mixed by channel coupling. The exact semantic content of
H A D01-introduction.tex315 specification, it need not be a literal semantic implementation.
/external/clang/include/clang/AST/
H A DExpr.h747 /// by semantic analysis for function calls, object constructions, etc. in
2713 /// introduced by semantic analysis.
2815 /// actual type of the expression as determined by semantic
3718 /// Prior to semantic analysis, an initializer list will represent the
3727 /// After semantic analysis, the initializer list will represent the
3728 /// semantic form of the initializer, where the initializations of all
3739 /// After semantic analysis has completed, given an initializer list,
3741 /// semantic form of the initializer list (note: the same AST node
3743 /// Given the semantic form of the initializer list, one can retrieve
3748 /// that isSemanticForm() returns false), one can retrieve the semantic
[all...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas994 /// Any state that has a semantic predicate edge is special; those states are

Completed in 7401 milliseconds