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

12

/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/v8/src/
H A Dmachine-type.cc67 return os << type.semantic();
68 } else if (type.semantic() == MachineSemantic::kNone) {
71 return os << type.representation() << "|" << type.semantic();
H A Dmachine-type.h47 MachineType(MachineRepresentation representation, MachineSemantic semantic) argument
48 : representation_(representation), semantic_(semantic) {}
52 semantic() == other.semantic();
59 MachineSemantic semantic() const { return semantic_; } function in class:v8::internal::MachineType
62 return semantic() == MachineSemantic::kInt32 ||
63 semantic() == MachineSemantic::kInt64;
66 return semantic() == MachineSemantic::kUint32 ||
67 semantic() == MachineSemantic::kUint64;
171 static_cast<size_t>(type.semantic()) * 1
[all...]
H A Dtype-cache.h142 Type* CreateNative(Type* semantic, Type* representation) { argument
143 return Type::Intersect(semantic, representation, zone());
/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader.h152 struct sh_semantic semantic; member in union:sh_dcl::__anon14301
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-trace/catapult/third_party/vinn/third_party/parse5/
H A DCHANGELOG.md53 * First stable release, switch to semantic versioning.
/external/selinux/policycoreutils/sepolicy/
H A Dsearch.c84 bool semantic; member in struct:options
277 if (!(opt->semantic) && qpol_policy_has_capability(apol_policy_get_qpol(policy), QPOL_CAP_SYN_RULES)) {
719 if (!(opt->semantic) && qpol_policy_has_capability(apol_policy_get_qpol(policy), QPOL_CAP_SYN_RULES)) {
917 if (!cmd_opts.semantic && qpol_policy_has_capability(apol_policy_get_qpol(policy), QPOL_CAP_SYN_RULES)) {
924 /* if syntactic rules are not available always do semantic search */
926 cmd_opts.semantic = 1;
929 /* supress line numbers if doing semantic search or not available */
930 if (cmd_opts.semantic || !qpol_policy_has_capability(apol_policy_get_qpol(policy), QPOL_CAP_LINE_NUMBERS)) {
/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/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/jetty/lib/
H A Djavax.servlet-3.0.0.v201112011016.jar ... EmptyRoleSemantic) javax.servlet.annotation.ServletSecurity$EmptyRoleSemantic semantic public transient void " href="/7.1.1_r6/s ...
/external/clang/lib/CodeGen/
H A DCGObjC.cpp2548 const Expr *semantic = *i; local
2550 // If this semantic expression is an opaque value, bind it
2552 if (const OpaqueValueExpr *ov = dyn_cast<OpaqueValueExpr>(semantic)) {
2556 // If this semantic is the result of the pseudo-object
2571 } else if (semantic == resultExpr) {
2572 result = tryEmitARCRetainScalarExpr(CGF, semantic);
2576 CGF.EmitIgnoredExpr(semantic);
H A DCGExpr.cpp3984 const Expr *semantic = *i; local
3986 // If this semantic expression is an opaque value, bind it
3988 if (const auto *ov = dyn_cast<OpaqueValueExpr>(semantic)) {
4020 } else if (semantic == resultExpr) {
4022 result.LV = CGF.EmitLValue(semantic);
4024 result.RV = CGF.EmitAnyExpr(semantic, slot);
4028 CGF.EmitIgnoredExpr(semantic);
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp10 // This file implements semantic analysis for expressions involving
200 /// Add a normal semantic expression.
201 void addSemanticExpr(Expr *semantic) { argument
202 Semantics.push_back(semantic);
205 /// Add the 'result' semantic expression.
383 // and set the new semantic
390 // Otherwise, it must already be one of our semantic expressions;
430 // In some very specific cases, semantic analysis of the RHS as an
435 // semantic expression with expressions from the syntactic form.
/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/v8/test/cctest/compiler/
H A Dtest-simplified-lowering.cc766 if (type.semantic() == MachineSemantic::kInt32) {
769 } else if (type.semantic() == MachineSemantic::kUint32) {
790 if (type.semantic() == MachineSemantic::kInt32) {
793 } else if (type.semantic() == MachineSemantic::kUint32) {
/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.h776 /// by semantic analysis for function calls, object constructions, etc. in
2764 /// introduced by semantic analysis.
2866 /// actual type of the expression as determined by semantic
3777 /// Prior to semantic analysis, an initializer list will represent the
3786 /// After semantic analysis, the initializer list will represent the
3787 /// semantic form of the initializer, where the initializations of all
3798 /// After semantic analysis has completed, given an initializer list,
3800 /// semantic form of the initializer list (note: the same AST node
3802 /// Given the semantic form of the initializer list, one can retrieve
3807 /// that isSemanticForm() returns false), one can retrieve the semantic
[all...]
/external/v8/src/compiler/
H A Dsimplified-lowering.cc971 machine_type.semantic() == MachineSemantic::kInt32 ||
972 machine_type.semantic() == MachineSemantic::kUint32);
/external/v8/test/cctest/
H A Dtest-types.cc190 Type* semantic = T.Semantic(type1); local
191 Type* composed = T.Union(representation, semantic);
/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
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-ios.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE com/ com/intel/ com/intel/moe/ com/intel/moe/ ...

Completed in 511 milliseconds

12