Home
last modified time | relevance | path

Searched refs:inputTypes (Results 1 – 25 of 32) sorted by relevance

12

/external/deqp/modules/gles2/stress/
Des2sVertexArrayTests.cpp76 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_FIXED, Array::INPUTTYPE_… in init() local
79 for (int inputTypeNdx = 0; inputTypeNdx < DE_LENGTH_OF_ARRAY(inputTypes); inputTypeNdx++) in init()
89 … (strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * componentCount : in init()
91 … const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init()
93inputTypes[inputTypeNdx], Array::OUTPUTTYPE_VEC2, Array::STORAGE_BUFFER, usages[usageNdx], in init()
94 … componentCount, 0, stride, false, GLValue::getMinValue(inputTypes[inputTypeNdx]), in init()
95 GLValue::getMaxValue(inputTypes[inputTypeNdx])); in init()
139 Array::InputType inputTypes[] = { in init() local
146 for (int inputTypeNdx = 0; inputTypeNdx < DE_LENGTH_OF_ARRAY(inputTypes); inputTypeNdx++) in init()
157 … (strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * componentCount : in init()
[all …]
Des2sDrawTests.cpp266 gls::DrawTestSpec::InputType inputTypes[] = { in init() local
270 const UniformWeightArray<DE_LENGTH_OF_ARRAY(inputTypes)> inputTypeWeights; in init()
331 DE_ARRAY_BEGIN(inputTypes), DE_ARRAY_END(inputTypes), inputTypeWeights.weights); in init()
/external/deqp/modules/gles2/functional/
Des2fVertexArrayTest.cpp74 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_FIXED, Array::INPUTTYPE_… in init() local
77 for (int inputTypeNdx = 0; inputTypeNdx < DE_LENGTH_OF_ARRAY(inputTypes); inputTypeNdx++) in init()
87 … (strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * componentCount : in init()
89 … const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init()
91inputTypes[inputTypeNdx], Array::OUTPUTTYPE_VEC2, Array::STORAGE_BUFFER, usages[usageNdx], in init()
92 … componentCount, 0, stride, false, GLValue::getMinValue(inputTypes[inputTypeNdx]), in init()
93 GLValue::getMaxValue(inputTypes[inputTypeNdx])); in init()
137 Array::InputType inputTypes[] = { in init() local
144 for (int inputTypeNdx = 0; inputTypeNdx < DE_LENGTH_OF_ARRAY(inputTypes); inputTypeNdx++) in init()
155 … (strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * componentCount : in init()
[all …]
Des2fDrawTests.cpp552 static const gls::DrawTestSpec::InputType inputTypes[] = { in init() local
556 const UniformWeightArray<DE_LENGTH_OF_ARRAY(inputTypes)> inputTypeWeights; in init()
617 DE_ARRAY_BEGIN(inputTypes), DE_ARRAY_END(inputTypes), inputTypeWeights.weights); in init()
/external/deqp/modules/gles3/stress/
Des3sVertexArrayTests.cpp77 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_FIXED, Array::INPUTTYPE_… in init() local
80 for (int inputTypeNdx = 0; inputTypeNdx < DE_LENGTH_OF_ARRAY(inputTypes); inputTypeNdx++) in init()
87 …(strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * 2 : strides[strideNdx]); in init()
88 … const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init()
90 … Array::inputTypeToString(inputTypes[inputTypeNdx]) + "_quads" + in init()
93 … MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx], Array::OUTPUTTYPE_VEC2, in init()
95 … GLValue::getMinValue(inputTypes[inputTypeNdx]), in init()
96 … GLValue::getMaxValue(inputTypes[inputTypeNdx])); in init()
247 Array::InputType inputTypes[] = { in init() local
252 for (int inputTypeNdx = 0; inputTypeNdx < DE_LENGTH_OF_ARRAY(inputTypes); inputTypeNdx++) in init()
[all …]
Des3sDrawTests.cpp469 gls::DrawTestSpec::InputType inputTypes[] = { in init() local
482 const UniformWeightArray<DE_LENGTH_OF_ARRAY(inputTypes)> inputTypeWeights; in init()
544 DE_ARRAY_BEGIN(inputTypes), DE_ARRAY_END(inputTypes), inputTypeWeights.weights); in init()
/external/deqp/external/openglcts/modules/common/
DglcGLSLVectorConstructorTests.cpp161 vector<string> inputTypes; member
173 for (const auto &inputTypes : test.inputTypeLists) in generateTestParams() local
181 for (vector<string>::size_type i = 0; i < inputTypes.size(); ++i) in generateTestParams()
183 const auto &inputType = inputTypes[i]; in generateTestParams()
194 testNameInvalidVs << testNameVs.str() << "_" << inputTypes[0] << "_invalid_vs"; in generateTestParams()
195 testNameInvalidFs << testNameFs.str() << "_" << inputTypes[0] << "_invalid_fs"; in generateTestParams()
202 inputTypes, test.extraFields}); in generateTestParams()
204 inputTypes, test.extraFields}); in generateTestParams()
207 failInputTypes.insert(failInputTypes.end(), inputTypes.begin(), inputTypes.end()); in generateTestParams()
208 failInputTypes.push_back(inputTypes[0]); in generateTestParams()
[all …]
/external/deqp/modules/gles3/functional/
Des3fVertexArrayTest.cpp75 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_FIXED, Array::INPUTTYPE_… in init() local
78 for (int inputTypeNdx = 0; inputTypeNdx < DE_LENGTH_OF_ARRAY(inputTypes); inputTypeNdx++) in init()
85 …(strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * 2 : strides[strideNdx]); in init()
86 … const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init()
88 … Array::inputTypeToString(inputTypes[inputTypeNdx]) + "_quads" + in init()
91 … MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx], Array::OUTPUTTYPE_VEC2, in init()
93 … GLValue::getMinValue(inputTypes[inputTypeNdx]), in init()
94 … GLValue::getMaxValue(inputTypes[inputTypeNdx])); in init()
245 Array::InputType inputTypes[] = { in init() local
250 for (int inputTypeNdx = 0; inputTypeNdx < DE_LENGTH_OF_ARRAY(inputTypes); inputTypeNdx++) in init()
[all …]
Des3fDrawTests.cpp966 static const gls::DrawTestSpec::InputType inputTypes[] = { in init() local
979 const UniformWeightArray<DE_LENGTH_OF_ARRAY(inputTypes)> inputTypeWeights; in init()
1045 DE_ARRAY_BEGIN(inputTypes), DE_ARRAY_END(inputTypes), inputTypeWeights.weights); in init()
/external/google-smali/dexlib2/accessorTestGenerator/src/main/java/com/android/tools/smali/dexlib2/
DAccessorTestGenerator.java51 public final String[] inputTypes; field in AccessorTestGenerator.BinaryOperation
52 public BinaryOperation(String name, String[] inputTypes) { in BinaryOperation() argument
54 this.inputTypes = inputTypes; in BinaryOperation()
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo/Dialect/mhlo/IR/
Dhlo_ops_base.h138 ValueTypeRange<ValueRange> inputTypes, in inferMostSpecificType() argument
141 for (auto inputType : inputTypes) in inferMostSpecificType()
145 inferredReturnTypes.push_back(inputTypes[0]); in inferMostSpecificType()
159 inferredReturnTypes.push_back(inputTypes[0]); in inferMostSpecificType()
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/dialect/
DBase.h182 Optional<Location> location, ValueTypeRange<ValueRange> inputTypes, in inferMostSpecificType() argument
185 for (auto inputType : inputTypes) in inferMostSpecificType()
189 inferredReturnTypes.push_back(inputTypes[0]); in inferMostSpecificType()
205 inferredReturnTypes.push_back(inputTypes[0]); in inferMostSpecificType()
DStablehloOps.cpp3437 ArrayRef<TensorType> inputTypes, ArrayRef<TensorType> initTypes, in inferReduceWindowOpReturnType() argument
3440 for (size_t i = 0; i < inputTypes.size(); ++i) { in inferReduceWindowOpReturnType()
3441 if (!inputTypes[i].hasRank()) { in inferReduceWindowOpReturnType()
3448 inferWindowOutputShape(inputTypes[i].getShape(), window), in inferReduceWindowOpReturnType()
3477 ArrayRef<TensorType> inputTypes(operandTensorTypes.begin(), in verify() local
3489 for (const auto inputType : inputTypes) { in verify()
3512 llvm::all_of(inputTypes, [](TensorType t) { return !t.hasRank(); }); in verify()
3516 if (failed(verifyReducerShape(this->getLoc(), block, inputTypes, initTypes, in verify()
3553 inputTypes, accumulatorSubshapes, *windowOrErr); in verify()
5388 SmallVector<TensorType> inputTypes, initValueTypes; in verify() local
[all …]
/external/pytorch/torch/csrc/profiler/standalone/
Dexecution_trace_observer.cpp188 std::vector<std::string> inputTypes; member
235 const std::string& inputTypes = "[]", in writeJsonNode() argument
257 inputTypes, in writeJsonNode()
500 fc.inputTypes.emplace_back("\"String\""); in handleKernelBackendInfo()
509 fc.inputTypes.emplace_back("\"Int\""); in handleKernelBackendInfo()
616 fc.inputTypes, in recordOperatorStart()
752 vectorToString(fc.inputTypes), in onFunctionExit()
/external/deqp/modules/gles31/stress/
Des31sDrawTests.cpp375 gls::DrawTestSpec::InputType inputTypes[] = { in init() local
388 const UniformWeightArray<DE_LENGTH_OF_ARRAY(inputTypes)> inputTypeWeights; in init()
467 DE_ARRAY_BEGIN(inputTypes), DE_ARRAY_END(inputTypes), inputTypeWeights.weights); in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp2209 vector<std::string> inputTypes; in generateSpirv() local
2229 inputTypes.push_back(getTypeSpirv(symbol.varType.getBasicType(), spec.packFloat16Bit)); in generateSpirv()
2234 DE_ASSERT(!inputTypes.empty()); in generateSpirv()
2242 DE_ASSERT(inputTypes.size() == 2); in generateSpirv()
2247 DE_ASSERT(inputTypes.size() == 1); in generateSpirv()
2322 for (size_t i = 0; i < inputTypes.size(); ++i) in generateSpirv()
2435 << inputTypes[0] in generateSpirv()
2442 << inputTypes[0] << "\n"; in generateSpirv()
2513 for (const auto &t : inputTypes) in generateSpirv()
2555 for (size_t i = 0; i < inputTypes.size(); ++i) in generateSpirv()
[all …]
/external/pytorch/torch/csrc/profiler/
Dutil.h97 TORCH_API std::vector<std::string> inputTypes(const at::RecordFunction& fn);
/external/google-smali/dexlib2/accessorTestGenerator/src/main/resources/
DAccessorTest.stg31 <binary_operation.inputTypes:binary_method(type, binary_operation);separator="\n\n">
/external/cronet/tot/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DCodedInputStreamTest.java402 InputType[] inputTypes = InputType.values(); in testSkipWholeMessage() local
403 CodedInputStream[] inputs = new CodedInputStream[inputTypes.length]; in testSkipWholeMessage()
405 inputs[i] = inputTypes[i].newDecoder(rawBytes); in testSkipWholeMessage()
414 assertWithMessage(inputTypes[i].name()).that(inputs[i].readTag()).isEqualTo(tag); in testSkipWholeMessage()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DCodedInputStreamTest.java402 InputType[] inputTypes = InputType.values(); in testSkipWholeMessage() local
403 CodedInputStream[] inputs = new CodedInputStream[inputTypes.length]; in testSkipWholeMessage()
405 inputs[i] = inputTypes[i].newDecoder(rawBytes); in testSkipWholeMessage()
414 assertWithMessage(inputTypes[i].name()).that(inputs[i].readTag()).isEqualTo(tag); in testSkipWholeMessage()
/external/cronet/stable/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DCodedInputStreamTest.java402 InputType[] inputTypes = InputType.values(); in testSkipWholeMessage() local
403 CodedInputStream[] inputs = new CodedInputStream[inputTypes.length]; in testSkipWholeMessage()
405 inputs[i] = inputTypes[i].newDecoder(rawBytes); in testSkipWholeMessage()
414 assertWithMessage(inputTypes[i].name()).that(inputs[i].readTag()).isEqualTo(tag); in testSkipWholeMessage()
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/thlo/IR/
Dthlo_ops.cc136 SmallVector<Type, 4> inputTypes, outputTypes; in parseDstStyleOp() local
137 if (parseKeywordOperandListWithTypes(parser, result, "ins", &inputTypes) || in parseDstStyleOp()
/external/angle/src/libANGLE/
Dangletypes.cpp999 unsigned long inputTypes, in ValidateComponentTypeMasks() argument
1023 return (outputTypes & inputMask) == ((inputTypes & outputMask) & inputMask); in ValidateComponentTypeMasks()
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/gml_st/IR/
Dgml_st_ops.cc312 SmallVector<Type, 4> inputTypes; in parse() local
317 inputTypes)) in parse()
320 if (parser.resolveOperands(inputs, inputTypes, inputsOperandsLoc, in parse()
387 regionTypes.append(inputTypes); in parse()
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/IR/
Dhlo_ops.cc4580 ArrayRef<TensorType> inputTypes, ArrayRef<TensorType> initTypes, in inferReduceWindowOpReturnType() argument
4583 for (size_t i = 0; i < inputTypes.size(); ++i) { in inferReduceWindowOpReturnType()
4584 if (!inputTypes[i].hasRank()) { in inferReduceWindowOpReturnType()
4591 inferWindowOutputShape(inputTypes[i].getShape(), window), in inferReduceWindowOpReturnType()
4620 ArrayRef<TensorType> inputTypes(operandTensorTypes.begin(), in verify() local
4632 for (const auto inputType : inputTypes) { in verify()
4655 llvm::all_of(inputTypes, [](TensorType t) { return !t.hasRank(); }); in verify()
4659 if (failed(verifyReducerShape(this->getLoc(), block, inputTypes, initTypes, in verify()
4696 inputTypes, accumulatorSubshapes, *windowOrErr); in verify()
7970 SmallVector<TensorType> inputTypes, initValueTypes; in verify() local
[all …]

12