/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_constants.cpp | 71 const auto constituent = _.FindDef(constituent_id); in ValidateConstantComposite() local 72 if (!constituent || in ValidateConstantComposite() 73 !spvOpcodeIsConstantOrUndef(constituent->opcode())) { in ValidateConstantComposite() 79 const auto constituent_result_type = _.FindDef(constituent->type_id()); in ValidateConstantComposite() 118 const auto constituent = _.FindDef(constituent_id); in ValidateConstantComposite() local 119 if (!constituent || in ValidateConstantComposite() 120 !(SpvOpConstantComposite == constituent->opcode() || in ValidateConstantComposite() 121 SpvOpSpecConstantComposite == constituent->opcode() || in ValidateConstantComposite() 122 SpvOpUndef == constituent->opcode())) { in ValidateConstantComposite() 130 const auto vector = _.FindDef(constituent->type_id()); in ValidateConstantComposite() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_constants.cpp | 71 const auto constituent = _.FindDef(constituent_id); in ValidateConstantComposite() local 72 if (!constituent || in ValidateConstantComposite() 73 !spvOpcodeIsConstantOrUndef(constituent->opcode())) { in ValidateConstantComposite() 79 const auto constituent_result_type = _.FindDef(constituent->type_id()); in ValidateConstantComposite() 118 const auto constituent = _.FindDef(constituent_id); in ValidateConstantComposite() local 119 if (!constituent || in ValidateConstantComposite() 120 !(SpvOpConstantComposite == constituent->opcode() || in ValidateConstantComposite() 121 SpvOpSpecConstantComposite == constituent->opcode() || in ValidateConstantComposite() 122 SpvOpUndef == constituent->opcode())) { in ValidateConstantComposite() 130 const auto vector = _.FindDef(constituent->type_id()); in ValidateConstantComposite() [all …]
|
/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.cpp | 2096 for (int constituent = 0; constituent < numConstituents; ++constituent) { in createCompositeCompare() local 2097 std::vector<unsigned> indexes(1, constituent); in createCompositeCompare() 2098 Id constituentType1 = getContainedTypeId(getTypeId(value1), constituent); in createCompositeCompare() 2099 Id constituentType2 = getContainedTypeId(getTypeId(value2), constituent); in createCompositeCompare() 2105 if (constituent == 0) in createCompositeCompare()
|
/external/tensorflow/tensorflow/compiler/xla/rpc/ |
D | xla_service.proto | 67 // data handles created for each of its constituent members. This is the
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.shaders.builtin_functions.precision.txt | 53 could produce, given the precision requirements for the constituent
|
/external/python/cpython2/Doc/library/ |
D | email.util.rst | 27 as :mailheader:`To` or :mailheader:`Cc` -- into its constituent *realname* and
|
D | rfc822.rst | 82 as :mailheader:`To` or :mailheader:`Cc`, into its constituent "realname" and
|
D | xml.dom.rst | 520 A :class:`Document` represents an entire XML document, including its constituent
|
/external/python/cpython3/Doc/library/ |
D | email.utils.rst | 66 as :mailheader:`To` or :mailheader:`Cc` -- into its constituent *realname* and
|
D | xml.dom.rst | 505 A :class:`Document` represents an entire XML document, including its constituent
|
/external/llvm/docs/tutorial/ |
D | LangImpl05.rst | 58 constituent pieces. 488 variable name and the constituent expressions in the node.
|
D | OCamlLangImpl5.rst | 58 constituent pieces. 442 the variable name and the constituent expressions in the node.
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/ |
D | LangImpl05.rst | 58 constituent pieces. 489 variable name and the constituent expressions in the node.
|
D | OCamlLangImpl5.rst | 58 constituent pieces. 430 the variable name and the constituent expressions in the node.
|
/external/u-boot/tools/binman/ |
D | README | 26 to read an image and extract its constituent parts. 660 - Add an option to decode an image into the constituent binaries
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | 430AofA.frag.out | 3 ERROR: 0:14: 'constructor' : constructing non-array constituent from array argument
|
D | 310AofA.vert.out | 6 ERROR: 0:48: 'constructor' : constructing non-array constituent from array argument
|
/external/llvm/docs/ |
D | ExceptionHandling.rst | 794 * A ``catchswitch`` is immediately exited when none of its constituent 831 be the unwind destination of any unwind edge that exits any of its constituent
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ExceptionHandling.rst | 794 * A ``catchswitch`` is immediately exited when none of its constituent 831 be the unwind destination of any unwind edge that exits any of its constituent
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | xla_data.proto | 203 // For tuples only, the shapes of constituent shapes in the tuple sequence.
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | 64bit.pnacl.ll | 2 ; particular the patterns for lowering i64 operations into constituent
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.mli | 496 (** [struct_element_types sty] returns the constituent types of the struct type
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 648 (** [struct_element_types sty] returns the constituent types of the struct type
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 627 (** [struct_element_types sty] returns the constituent types of the struct type
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|