Home
last modified time | relevance | path

Searched refs:semantic (Results 1 – 25 of 188) sorted by relevance

12345678

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_decl_sm30.c40 struct tgsi_declaration_semantic semantic, in translate_vs_ps_semantic() argument
44 switch (semantic.Name) { in translate_vs_ps_semantic()
46 *idx = semantic.Index; in translate_vs_ps_semantic()
50 *idx = semantic.Index; in translate_vs_ps_semantic()
54 *idx = semantic.Index + 2; /* sharing with COLOR */ in translate_vs_ps_semantic()
59 assert(semantic.Index == 0); in translate_vs_ps_semantic()
63 *idx = semantic.Index; in translate_vs_ps_semantic()
68 semantic.Index); in translate_vs_ps_semantic()
72 *idx = semantic.Index; in translate_vs_ps_semantic()
179 struct tgsi_declaration_semantic semantic, in ps30_input() argument
[all …]
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dmodule.hpp74 enum semantic { enum
85 enum semantic semantic = general) : in argument()
88 ext_type(ext_type), semantic(semantic) { } in argument()
93 ext_type(zero_ext), semantic(general) { } in argument()
97 ext_type(zero_ext), semantic(general) { } in argument()
104 semantic semantic; member
/external/swiftshader/src/Renderer/
DSetupProcessor.cpp132 …const Shader::Semantic& semantic = context->pixelShader->getInput(interpolant, component - project… in update() local
134 if(semantic.active()) in update()
139 if(semantic == context->vertexShader->getOutput(i, component - project)) in update()
148 switch(semantic.usage) in update()
151 case Shader::USAGE_COLOR: flat = semantic.flat || flatShading; break; in update()
166 const Shader::Semantic& semantic = context->pixelShader->getInput(interpolant, component); in update() local
168 switch(semantic.usage) in update()
173 state.gradient[interpolant][component].attribute = T0 + semantic.index; in update()
174 state.gradient[interpolant][component].flat = semantic.flat || (point && !sprite); in update()
177 state.gradient[interpolant][component].attribute = C0 + semantic.index; in update()
[all …]
/external/v8/src/
Dmachine-type.h61 MachineType(MachineRepresentation representation, MachineSemantic semantic) in MachineType() argument
62 : representation_(representation), semantic_(semantic) {} in MachineType()
66 semantic() == other.semantic();
73 MachineSemantic semantic() const { return semantic_; } in semantic() function
78 return semantic() == MachineSemantic::kInt32 || in IsSigned()
79 semantic() == MachineSemantic::kInt64; in IsSigned()
82 return semantic() == MachineSemantic::kUint32 || in IsUnsigned()
83 semantic() == MachineSemantic::kUint64; in IsUnsigned()
256 static_cast<size_t>(type.semantic()) * 16; in hash_value()
Dmachine-type.cc80 return os << type.semantic(); in operator <<()
81 } else if (type.semantic() == MachineSemantic::kNone) { in operator <<()
84 return os << type.representation() << "|" << type.semantic(); in operator <<()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_bitmap_shader.c59 unsigned i, semantic; in transform_instr() local
75 semantic = ctx->use_texcoord ? TGSI_SEMANTIC_TEXCOORD : in transform_instr()
78 if (ctx->info.input_semantic_name[i] == semantic && in transform_instr()
88 semantic, 0, TGSI_INTERPOLATE_PERSPECTIVE); in transform_instr()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_emulate.c121 unsigned semantic; in transform_instr() local
127 semantic = in transform_instr()
130 if (semantic == TGSI_SEMANTIC_COLOR || in transform_instr()
131 semantic == TGSI_SEMANTIC_BCOLOR) in transform_instr()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler.c104 struct tgsi_declaration_semantic semantic; /* TGSI semantic */ member
572 file->reg[idx].semantic = decl->Semantic; in etna_compile_pass_check_usage()
627 if (reg->active && reg->semantic.Name == TGSI_SEMANTIC_POSITION) in assign_special_inputs()
1867 if (reg->semantic.Name == name && reg->semantic.Index == index) in find_decl_by_semantic()
2027 if (!reg->active || reg->semantic.Name == TGSI_SEMANTIC_POSITION) in permute_ps_inputs()
2055 sf->reg[sf->num_reg].semantic = reg->semantic; in fill_in_ps_inputs()
2080 switch (reg->semantic.Name) { in fill_in_ps_outputs()
2105 sf->reg[sf->num_reg].semantic = reg->semantic; in fill_in_vs_inputs()
2131 sobj->output_per_semantic[sobj->outfile.reg[idx].semantic.Name] in build_output_index()
2132 [sobj->outfile.reg[idx].semantic.Index] = in build_output_index()
[all …]
Detnaviv_compiler.h48 struct tgsi_declaration_semantic semantic; /* tgsi semantic name and index */ member
/external/swiftshader/src/Shader/
DVertexShader.hpp43 void setInput(int inputIdx, const Semantic& semantic, AttribType attribType = ATTRIBTYPE_FLOAT);
44 void setOutput(int outputIdx, int nbComponents, const Semantic& semantic);
DVertexShader.cpp160 void VertexShader::setInput(int inputIdx, const sw::Shader::Semantic& semantic, AttribType aType) in setInput() argument
162 input[inputIdx] = semantic; in setInput()
166 void VertexShader::setOutput(int outputIdx, int nbComponents, const sw::Shader::Semantic& semantic) in setOutput() argument
170 output[outputIdx][i] = semantic; in setOutput()
DShader.hpp592 bool operator==(const Semantic &semantic) const in operator ==()
594 return usage == semantic.usage && index == semantic.index; in operator ==()
DPixelShader.hpp39 void setInput(int inputIdx, int nbComponents, const Semantic& semantic);
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.cpp2268 bool CPVRTPFXParser::ParseSemantic(SPVRTPFXParserSemantic &semantic, const int nStartLine, CPVRTStr… in ParseSemantic() argument
2272 semantic.pszName = 0; in ParseSemantic()
2273 semantic.pszValue = 0; in ParseSemantic()
2274 semantic.sDefaultValue.eType = eDataTypeNone; in ParseSemantic()
2275 semantic.nIdx = 0; in ParseSemantic()
2283 semantic.pszName = (char*)malloc((strlen(str)+1) * sizeof(char)); in ParseSemantic()
2284 strcpy(semantic.pszName, str); in ParseSemantic()
2291 FREE(semantic.pszName); in ParseSemantic()
2317 FREE(semantic.pszName); in ParseSemantic()
2325 semantic.nIdx = 0; in ParseSemantic()
[all …]
/external/clang/docs/
DInternalsManual.rst584 tokens represent semantic information and are produced by the parser, replacing
632 don't contain any semantic information about the lexed value. For example, if
649 semantic information found by the parser. For example, if "``foo``" is found
654 reparse does not need to redo semantic analysis to determine whether a token
820 Typedefs in C make semantic analysis a bit more complex than it would be without
864 with this: first, various semantic checks need to make judgements about the
1071 semantics. The two views are kept synchronized by semantic analysis while
1141 declarations of "``g``". Clients that perform semantic analysis on a program
1152 declaration context, and a *semantic* context, which corresponds to the
1154 ``Decl::getLexicalDeclContext`` while the semantic context is accessible via
[all …]
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_shader_dump.c595 dump_semantic(dcl.u.semantic.usage, in svga_shader_dump()
596 dcl.u.semantic.usage_index); in svga_shader_dump()
601 dump_semantic(dcl.u.semantic.usage, in svga_shader_dump()
602 dcl.u.semantic.usage_index); in svga_shader_dump()
Dsvga_shader.h152 struct sh_semantic semantic; member
/external/llvm/docs/HistoricalNotes/
D2007-OriginalClangReadme.txt42 libparse - C (for now) parsing and local semantic analysis. This library
78 compiler tool, it makes sense to take those plus the AST building and semantic
108 semantic analysis (some errors and warnings are not produced).
143 * Significantly faster than GCC at semantic analysis, parsing, preprocessing
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2007-OriginalClangReadme.txt42 libparse - C (for now) parsing and local semantic analysis. This library
78 compiler tool, it makes sense to take those plus the AST building and semantic
108 semantic analysis (some errors and warnings are not produced).
143 * Significantly faster than GCC at semantic analysis, parsing, preprocessing
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst2579 This is only valid on ``COLOR`` semantic outputs. Returns the color
2941 with semantic information consisting of a name and index.
2949 SemanticName field contains the semantic name of the register being declared.
2953 different register declarations with the same semantic name. The default value
2956 The meanings of the individual semantic names are explained in the following
2992 Several shader inputs/outputs may contain colors so the semantic index
3030 When using this semantic, be sure to set the appropriate state in the
3040 this semantic to make them replaceable by sprite coordinates via the
3042 The semantic index permitted with this semantic is limited to <= 7.
3045 applies to inputs with the GENERIC semantic instead.
[all …]
/external/vixl/doc/aarch64/topics/
Dycm.md9 preferably with semantic completion for C-family languages.
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_shader.c1079 int semantic, int index) in route_attr() argument
1084 if (semantics[i] == semantic && indices[i] == index) in route_attr()
1089 if (semantic == TGSI_SEMANTIC_COLOR) { in route_attr()
1193 const int semantic = kernel->in.semantic_names[dst_slot]; in ilo_shader_select_kernel_sbe() local
1196 if (semantic == TGSI_SEMANTIC_GENERIC && in ilo_shader_select_kernel_sbe()
1202 semantic, index); in ilo_shader_select_kernel_sbe()
1221 if (semantic == TGSI_SEMANTIC_COLOR && light_twoside && in ilo_shader_select_kernel_sbe()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
DT.g1 /** Demonstrates how semantic predicates get hoisted out of the rule in
/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/lang/
DUCharacter.java.patch21 * as having numeric values. This is a semantic change from ICU4J 1.3.1.
/external/deqp/doc/testspecs/GLES3/
Dfunctional.shaders.switch.txt33 + Negative semantic tests for switch statements

12345678