Home
last modified time | relevance | path

Searched refs:constituent (Results 1 – 25 of 29) sorted by relevance

12

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_constants.cpp71 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/
Dvalidate_constants.cpp71 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/
DSpvBuilder.cpp2096 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/
Dxla_service.proto67 // data handles created for each of its constituent members. This is the
/external/deqp/doc/testspecs/GLES3/
Dfunctional.shaders.builtin_functions.precision.txt53 could produce, given the precision requirements for the constituent
/external/python/cpython2/Doc/library/
Demail.util.rst27 as :mailheader:`To` or :mailheader:`Cc` -- into its constituent *realname* and
Drfc822.rst82 as :mailheader:`To` or :mailheader:`Cc`, into its constituent "realname" and
Dxml.dom.rst520 A :class:`Document` represents an entire XML document, including its constituent
/external/python/cpython3/Doc/library/
Demail.utils.rst66 as :mailheader:`To` or :mailheader:`Cc` -- into its constituent *realname* and
Dxml.dom.rst505 A :class:`Document` represents an entire XML document, including its constituent
/external/llvm/docs/tutorial/
DLangImpl05.rst58 constituent pieces.
488 variable name and the constituent expressions in the node.
DOCamlLangImpl5.rst58 constituent pieces.
442 the variable name and the constituent expressions in the node.
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/
DLangImpl05.rst58 constituent pieces.
489 variable name and the constituent expressions in the node.
DOCamlLangImpl5.rst58 constituent pieces.
430 the variable name and the constituent expressions in the node.
/external/u-boot/tools/binman/
DREADME26 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/
D430AofA.frag.out3 ERROR: 0:14: 'constructor' : constructing non-array constituent from array argument
D310AofA.vert.out6 ERROR: 0:48: 'constructor' : constructing non-array constituent from array argument
/external/llvm/docs/
DExceptionHandling.rst794 * 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/
DExceptionHandling.rst794 * 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/
Dxla_data.proto203 // For tuples only, the shapes of constituent shapes in the tuple sequence.
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
D64bit.pnacl.ll2 ; particular the patterns for lowering i64 operations into constituent
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli496 (** [struct_element_types sty] returns the constituent types of the struct type
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.mli648 (** [struct_element_types sty] returns the constituent types of the struct type
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli627 (** [struct_element_types sty] returns the constituent types of the struct type
/external/jline/src/src/test/resources/jline/example/
Denglish.gz

12