HomeSort by relevance Sort by last modified time
    Searched defs:decl (Results 51 - 75 of 321) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemExtensionCall.java 115 ElemExtensionDecl decl = null; local
127 decl = (ElemExtensionDecl) child;
129 String prefix = decl.getPrefix();
134 return decl;
  /external/deqp/modules/gles31/functional/
es31fFboTestUtil.cpp 118 sglr::pdec::ShaderProgramDeclaration decl; local
120 decl << sglr::pdec::VertexAttribute("a_position", rr::GENERICVECTYPE_FLOAT);
121 decl << sglr::pdec::VertexAttribute("a_coord", rr::GENERICVECTYPE_FLOAT);
122 decl << sglr::pdec::VertexToFragmentVarying(rr::GENERICVECTYPE_FLOAT);
123 decl << sglr::pdec::FragmentOutput(mapDataTypeToGenericVecType(outputType));
125 decl << sglr::pdec::VertexSource(
135 decl << sglr::pdec::FragmentSource(genTexFragmentShader(samplerTypes.vec, outputType));
137 decl << sglr::pdec::Uniform("u_outScale0", glu::TYPE_FLOAT_VEC4);
138 decl << sglr::pdec::Uniform("u_outBias0", glu::TYPE_FLOAT_VEC4);
142 decl << sglr::pdec::Uniform(std::string("u_sampler") + de::toString(ndx), samplerTypes.vec[ndx])
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_scan.c 782 struct tgsi_full_declaration *decl = &parse.FullToken.FullDeclaration; local
784 if (decl->Declaration.Array && decl->Declaration.File == file &&
785 decl->Array.ArrayID > 0 && decl->Array.ArrayID <= max_array_id) {
786 struct tgsi_array_info *array = &arrays[decl->Array.ArrayID - 1];
789 array->range = decl->Range;
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_sol.h 106 uint32_t (*decl)[2]; member in struct:ilo_state_sol
140 sizeof(so->decl[0]) * max_decl_count : 0;
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
streamout_jit.cpp 78 // buffer is considered oob if in use in a decl but not enabled
129 // @brief processes a single decl from the streamout stream. Reads 4 components from the input
134 // @param decl - input decl
135 void buildDecl(Value* pStream, Value* pOutBuffers[4], const STREAMOUT_DECL& decl)
140 uint32_t numComponents = _mm_popcnt_u32(decl.componentMask);
142 if (!decl.hole)
145 Value* pAttrib = GEP(pStream, C(4 * decl.attribSlot));
154 Value* vpackedAttrib = VSHUFFLE(vattrib, vattrib, PackMask(decl.componentMask));
158 Value* pOut = BITCAST(pOutBuffers[decl.bufferIndex], PointerType::get(mInt8Ty, 0))
178 const STREAMOUT_DECL& decl = streamState.decl[d]; local
189 const STREAMOUT_DECL& decl = streamState.decl[d]; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_sol_state.c 121 uint16_t decl = 0; local
148 decl |= decl_buffer_slot;
150 decl |= vue_map->varying_to_slot[VARYING_SLOT_PSIZ] <<
154 decl |= vue_map->varying_to_slot[varying] <<
157 decl |= component_mask << SO_DECL_COMPONENT_MASK_SHIFT;
188 so_decl[stream_id][decls[stream_id]++] = decl;
  /external/mesa3d/src/mesa/state_tracker/
st_tgsi_lower_yuv.c 188 struct tgsi_full_declaration decl; local
226 decl = tgsi_default_full_declaration();
227 decl.Declaration.File = TGSI_FILE_TEMPORARY;
228 decl.Range.First = decl.Range.Last = tempbase + i;
229 tctx->emit_declaration(tctx, &decl);
  /external/swiftshader/src/OpenGL/compiler/
ValidateLimitations.cpp 242 TIntermAggregate* decl = init->getAsAggregate(); local
243 if (!decl || (decl->getOp() != EOpDeclaration)) {
248 TIntermSequence& declSeq = decl->getSequence();
250 error(decl->getLine(), "Invalid init declaration", "for");
255 error(decl->getLine(), "Invalid init declaration", "for");
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXAsmPrinter.cpp 298 std::string decl; local
302 decl += ".extern ";
305 decl += ".";
306 decl += getStateSpaceName(gv->getType()->getAddressSpace());
307 decl += " ";
312 decl += ".align ";
313 decl += utostr(gv->getAlignment());
314 decl += " ";
322 decl += ".b8 ";
323 decl += gvsym->getName()
412 std::string decl = isKernel ? ".entry" : ".func"; local
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
PYXWriter.java 75 public void decl(char[] buff, int offset, int length) throws SAXException { method in class:PYXWriter
  /frameworks/base/tools/aapt2/cmd/
Util.cpp 137 xml::NamespaceDecl decl; local
138 decl.prefix = "android";
139 decl.uri = xml::kSchemaAndroid;
140 return decl;
  /frameworks/base/tools/aapt2/xml/
XmlDom.cpp 82 NamespaceDecl decl; local
83 decl.line_number = XML_GetCurrentLineNumber(parser);
84 decl.column_number = XML_GetCurrentColumnNumber(parser);
85 decl.prefix = prefix ? prefix : "";
86 decl.uri = uri ? uri : "";
91 stack->pending_element->namespace_decls.push_back(std::move(decl));
289 NamespaceDecl decl; local
290 decl.line_number = tree.getLineNumber();
295 decl.prefix = util::Utf16ToUtf8(StringPiece16(str16, len));
300 decl.uri = util::Utf16ToUtf8(StringPiece16(str16, len))
555 const PackageDecl& decl = *iter2; local
    [all...]
  /prebuilts/go/darwin-x86/src/go/printer/
nodes.go 1124 p.decl(s.Decl)
1663 func (p *printer) decl(decl ast.Decl) { func
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/
nodes.go 1124 p.decl(s.Decl)
1663 func (p *printer) decl(decl ast.Decl) { func
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/
XmlConfigUtils.java 342 final String decl = local
344 newStream.write(decl.getBytes("UTF-8"));
  /prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/
XmlConfigUtils.java 342 final String decl = local
344 newStream.write(decl.getBytes("UTF-8"));
  /tools/dexter/dexter/
experimental.cc 151 param_types.push_back(ir_method->decl->parent);
153 if (ir_method->decl->prototype->param_types != nullptr) {
154 const auto& orig_param_types = ir_method->decl->prototype->param_types->types;
209 ::strcmp(ir_method->decl->prototype->return_type->descriptor->c_str(), "V") == 0;
214 param_types.push_back(ir_method->decl->prototype->return_type);
217 auto ir_proto = builder.GetProto(ir_method->decl->prototype->return_type,
359 if (std::strcmp(ir_method->decl->parent->descriptor->c_str(), kTracerClass) == 0) {
379 ir_method->decl->parent->Decl().c_str(),
380 ir_method->decl->name->c_str()
441 auto decl = ir_method->decl; local
    [all...]
  /bionic/tools/versioner/src/
versioner.cpp 265 static std::set<CompilationType> getCompilationTypes(const Declaration* decl) {
267 for (const auto& it : decl->availability) {
293 const Declaration* decl = &decl_it.second; local
294 if (decl->is_definition) {
295 std::set<CompilationType> compilation_types = getCompilationTypes(decl);
302 decl->dump(cwd, stderr, 4);
308 inline_definitions[decl] = std::move(compilation_types);
312 if (!decl->calculateAvailability(&availability)) {
314 decl->dump(cwd, stderr, 2);
318 if (decl->is_definition && !availability.empty())
    [all...]
  /external/annotation-tools/annotation-file-utilities/src/annotator/
Main.java 317 ASTRecord rec, ADeclaration decl, Type type, Insertion ins) {
357 return decl.insertAnnotations.vivify(astPath);
372 ADeclaration decl = null; // insertion target local
387 decl = rec.varName == null ? clazz
392 decl = meth; // ?
396 decl = i < 0 ? meth.receiver
433 decl = meth.body.locals.vivify(loc);
446 if (decl != null) {
449 el = decl;
452 decl.insertTypecasts.vivify(rec.astPath)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorLRE.java 363 XMLNSDecl decl = (XMLNSDecl) declaredPrefixes.get(i); local
364 if(decl.getURI().equals(Constants.S_XSLNAMESPACEURL))
  /external/deqp/modules/gles3/functional/
es3fFboTestUtil.cpp 275 sglr::pdec::ShaderProgramDeclaration decl; local
277 decl << sglr::pdec::VertexAttribute("a_position", rr::GENERICVECTYPE_FLOAT);
278 decl << sglr::pdec::VertexAttribute("a_coord", rr::GENERICVECTYPE_FLOAT);
279 decl << sglr::pdec::VertexToFragmentVarying(rr::GENERICVECTYPE_FLOAT);
280 decl << sglr::pdec::FragmentOutput(mapDataTypeToGenericVecType(outputType));
282 decl << sglr::pdec::VertexSource(
292 decl << sglr::pdec::FragmentSource(genTexFragmentShader(samplerTypes.vec, outputType));
294 decl << sglr::pdec::Uniform("u_outScale0", glu::TYPE_FLOAT_VEC4);
295 decl << sglr::pdec::Uniform("u_outBias0", glu::TYPE_FLOAT_VEC4);
299 decl << sglr::pdec::Uniform(std::string("u_sampler") + de::toString(ndx), samplerTypes.vec[ndx])
    [all...]
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp 281 ostringstream decl; local
295 decl << vtxIn << " highp vec4 dEQP_Position;\n";
307 decl << vtxIn << " " << floatTypeStr << " " << val.name << ";\n";
311 decl << vtxIn << " " << floatTypeStr << " a_" << val.name << ";\n";
327 decl << vtxOut << " " << floatTypeStr << " " << val.name << ";\n";
330 decl << vtxOut << " " << floatTypeStr << " v_" << val.name << ";\n";
331 decl << refTypeStr << " " << val.name << ";\n";
339 params.insert(pair<string, string>("DECLARATIONS", decl.str()));
354 ostringstream decl; local
366 genCompareFunctions(decl, spec.values, false)
434 ostringstream decl; local
474 ostringstream decl; local
504 ostringstream decl; local
520 ostringstream decl; local
546 ostringstream decl; local
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_compiler.c 160 struct tgsi_full_declaration *decl = local
162 if (decl->Declaration.File == TGSI_FILE_OUTPUT) {
163 unsigned name = decl->Semantic.Name;
165 assert(decl->Declaration.Semantic); // TODO is this ever not true?
167 ctx->output_export_idx[decl->Range.First] =
168 semantic_idx(&decl->Semantic);
201 } else if (decl->Declaration.File == TGSI_FILE_INPUT) {
202 ctx->input_export_idx[decl->Range.First] =
203 semantic_idx(&decl->Semantic);
205 ctx->num_regs[decl->Declaration.File]
    [all...]
  /external/selinux/checkpolicy/test/
dismod.c 615 int display_avdecl(avrule_decl_t * decl, int field,
618 fprintf(out_fp, "decl %u:%s\n", decl->decl_id,
619 (decl->enabled ? " [enabled]" : ""));
622 cond_list_t *cond = decl->cond_list;
648 avrule_t *avrule = decl->avrules;
663 display_role_trans(decl->role_tr_rules, policy, out_fp);
667 display_role_allow(decl->role_allow_rules, policy,
673 (&decl->required, policy, out_fp)) {
680 (&decl->declared, policy, out_fp))
702 avrule_decl_t *decl = block->branch_list; local
    [all...]
  /external/skia/src/sksl/
SkSLCPPCodeGenerator.cpp 302 VarDeclaration& decl = (VarDeclaration&) *raw; local
303 if (decl.fVar == &((VariableReference&) *c.fArguments[0]).fVariable) {
305 } else if (decl.fVar->fType == *fContext.fFragmentProcessor_Type) {
442 VarDeclaration& decl = (VarDeclaration&) *raw; local
443 if (is_private(*decl.fVar)) {
444 if (decl.fVar->fType == *fContext.fFragmentProcessor_Type) {
445 fErrors.error(decl.fOffset,
450 HCodeGenerator::FieldType(fContext, decl.fVar->fType,
451 decl.fVar->fModifiers.fLayout).c_str(),
452 String(decl.fVar->fName).c_str()
465 VarDeclaration& decl = (VarDeclaration&) *raw; local
531 VarDeclaration& decl = (VarDeclaration&) *raw; local
604 VarDeclaration& decl = (VarDeclaration&) *raw; local
757 VarDeclaration& decl = (VarDeclaration&) *raw; local
    [all...]

Completed in 1309 milliseconds

1 23 4 5 6 7 8 91011>>