/external/deqp/modules/gles2/stress/ |
D | es2sVertexArrayTests.cpp | 76 …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() 87 …const int stride = (strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * co… in init() 88 const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init() 89 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx], in init() 97 GLValue::getMinValue(inputTypes[inputTypeNdx]), in init() 98 GLValue::getMaxValue(inputTypes[inputTypeNdx])); in init() 141 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_… in init() local 146 for (int inputTypeNdx = 0; inputTypeNdx < DE_LENGTH_OF_ARRAY(inputTypes); inputTypeNdx++) in init() 156 …const int stride = (strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * co… in init() [all …]
|
D | es2sDrawTests.cpp | 268 gls::DrawTestSpec::InputType inputTypes[] = in init() local 277 const UniformWeightArray<DE_LENGTH_OF_ARRAY(inputTypes)> inputTypeWeights; in init() 332 …oseWeighted<gls::DrawTestSpec::InputType> (DE_ARRAY_BEGIN(inputTypes), DE_ARRAY_END(inputTypes), … in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fVertexArrayTest.cpp | 75 …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() 86 …const int stride = (strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * co… in init() 87 const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init() 88 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx], in init() 96 GLValue::getMinValue(inputTypes[inputTypeNdx]), in init() 97 GLValue::getMaxValue(inputTypes[inputTypeNdx])); in init() 140 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_… in init() local 145 for (int inputTypeNdx = 0; inputTypeNdx < DE_LENGTH_OF_ARRAY(inputTypes); inputTypeNdx++) in init() 155 …const int stride = (strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * co… in init() [all …]
|
D | es2fDrawTests.cpp | 554 static const gls::DrawTestSpec::InputType inputTypes[] = in init() local 563 const UniformWeightArray<DE_LENGTH_OF_ARRAY(inputTypes)> inputTypeWeights; in init() 618 …oseWeighted<gls::DrawTestSpec::InputType> (DE_ARRAY_BEGIN(inputTypes), DE_ARRAY_END(inputTypes), … in init()
|
D | es2fShaderOperatorTests.cpp | 1475 DataType inputTypes[MAX_INPUTS]; in init() member 1512 DataType type = s_sequenceCases[caseNdx].inputTypes[inputNdx]; in init()
|
/external/deqp/modules/gles3/stress/ |
D | es3sVertexArrayTests.cpp | 78 …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() 86 …const int stride = (strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * 2 … in init() 87 const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init() 88 …ame = "stride" + typeToString(stride) + "_" + Array::inputTypeToString(inputTypes[inputTypeNdx]) +… in init() 90 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx], in init() 98 GLValue::getMinValue(inputTypes[inputTypeNdx]), in init() 99 GLValue::getMaxValue(inputTypes[inputTypeNdx])); in init() 244 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_SHORT, /*Array::INPUTTYP… in init() local 246 for (int inputTypeNdx = 0; inputTypeNdx < DE_LENGTH_OF_ARRAY(inputTypes); inputTypeNdx++) in init() [all …]
|
D | es3sDrawTests.cpp | 468 gls::DrawTestSpec::InputType inputTypes[] = in init() local 482 const UniformWeightArray<DE_LENGTH_OF_ARRAY(inputTypes)> inputTypeWeights; in init() 546 …oseWeighted<gls::DrawTestSpec::InputType> (DE_ARRAY_BEGIN(inputTypes), DE_ARRAY_END(inputTypes), … in init()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcGLSLVectorConstructorTests.cpp | 159 vector<string> inputTypes; member 171 for(const auto& inputTypes : test.inputTypeLists) in generateTestParams() local 179 for(vector<string>::size_type i = 0; i < inputTypes.size(); ++i) in generateTestParams() 181 const auto& inputType = inputTypes[i]; in generateTestParams() 191 testNameInvalidVs << testNameVs.str() << "_" << inputTypes[0] << "_invalid_vs"; in generateTestParams() 192 testNameInvalidFs << testNameFs.str() << "_" << inputTypes[0] << "_invalid_fs"; in generateTestParams() 198 …s.str(), testDescriptionVs.str(), TestType::VERTEX_SHADER, outputType, inputTypes, test.extraField… in generateTestParams() 199 …str(), testDescriptionFs.str(), TestType::FRAGMENT_SHADER, outputType, inputTypes, test.extraField… in generateTestParams() 202 failInputTypes.insert(failInputTypes.end(), inputTypes.begin(), inputTypes.end()); in generateTestParams() 203 failInputTypes.push_back(inputTypes[0]); in generateTestParams() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fVertexArrayTest.cpp | 75 …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() 83 …const int stride = (strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * 2 … in init() 84 const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init() 85 …ame = "stride" + typeToString(stride) + "_" + Array::inputTypeToString(inputTypes[inputTypeNdx]) +… in init() 87 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx], in init() 95 GLValue::getMinValue(inputTypes[inputTypeNdx]), in init() 96 GLValue::getMaxValue(inputTypes[inputTypeNdx])); in init() 241 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_… in init() local 243 for (int inputTypeNdx = 0; inputTypeNdx < DE_LENGTH_OF_ARRAY(inputTypes); inputTypeNdx++) in init() [all …]
|
D | es3fDrawTests.cpp | 970 static const gls::DrawTestSpec::InputType inputTypes[] = in init() local 984 const UniformWeightArray<DE_LENGTH_OF_ARRAY(inputTypes)> inputTypeWeights; in init() 1053 …oseWeighted<gls::DrawTestSpec::InputType> (DE_ARRAY_BEGIN(inputTypes), DE_ARRAY_END(inputTypes), … in init()
|
/external/smali/dexlib2/accessorTestGenerator/src/main/java/org/jf/dexlib2/ |
D | AccessorTestGenerator.java | 49 public final String[] inputTypes; field in AccessorTestGenerator.BinaryOperation 50 public BinaryOperation(String name, String[] inputTypes) { in BinaryOperation() argument 52 this.inputTypes = inputTypes; in BinaryOperation()
|
/external/llvm-project/mlir/lib/IR/ |
D | BuiltinDialect.cpp | 177 SmallVector<Type, 4> inputTypes; in clone() local 178 inputTypes.reserve(newType.getNumInputs()); in clone() 181 inputTypes.push_back(newType.getInput(i)); in clone() 182 newType = FunctionType::get(inputTypes, newType.getResults(), getContext()); in clone()
|
/external/llvm-project/mlir/lib/Transforms/ |
D | NormalizeMemRefs.cpp | 339 SmallVector<Type, 8> inputTypes; in normalizeFuncOpMemRefs() local 348 inputTypes.push_back(argType); in normalizeFuncOpMemRefs() 358 inputTypes.push_back(newMemRefType); in normalizeFuncOpMemRefs() 466 FunctionType newFuncType = FunctionType::get(/*inputs=*/inputTypes, in normalizeFuncOpMemRefs()
|
/external/llvm-project/mlir/lib/Dialect/Linalg/IR/ |
D | LinalgOps.cpp | 92 OpBuilder &opBuilder, OperationState &result, TypeRange inputTypes, 98 SmallVectorImpl<Type> &inputTypes, 105 TypeRange inputTypes, TypeRange outputBufferTypes, 330 SmallVector<Type, 1> inputTypes, outputBufferTypes, initTensorTypes; in parseGenericOp() local 331 if (parseCommonStructuredOpParts(parser, result, inputTypes, in parseGenericOp() 1454 OpBuilder &opBuilder, Region ®ion, TypeRange inputTypes, in buildNamedStructuredOpRegionAndAttributesImpl() argument 1461 for (auto containers : {inputTypes, outputBufferTypes, resultTypes}) in buildNamedStructuredOpRegionAndAttributesImpl() 1485 TypeRange inputTypes, in buildNamedStructuredOpRegionAndAttributes() argument 1491 opBuilder, region, inputTypes, outputBufferTypes, initTensorTypes, in buildNamedStructuredOpRegionAndAttributes() 1502 TypeRange inputTypes, TypeRange outputBufferTypes, in parseNamedStructuredOpRegion() argument [all …]
|
/external/llvm-project/mlir/lib/Conversion/LinalgToStandard/ |
D | LinalgToStandard.cpp | 64 SmallVector<Type, 4> inputTypes(extractOperandTypes(op)); in getLibraryCallSymbolRef() local 68 auto libFnType = FunctionType::get(inputTypes, {}, rewriter.getContext()); in getLibraryCallSymbolRef()
|
/external/deqp/modules/gles31/stress/ |
D | es31sDrawTests.cpp | 388 gls::DrawTestSpec::InputType inputTypes[] = in init() local 402 const UniformWeightArray<DE_LENGTH_OF_ARRAY(inputTypes)> inputTypeWeights; in init() 480 …oseWeighted<gls::DrawTestSpec::InputType> (DE_ARRAY_BEGIN(inputTypes), DE_ARRAY_END(inputTypes), … in init()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 2084 vector<std::string> inputTypes; in generateSpirv() local 2103 inputTypes.push_back(getTypeSpirv(symbol.varType.getBasicType(), spec.packFloat16Bit)); in generateSpirv() 2108 DE_ASSERT(!inputTypes.empty()); in generateSpirv() 2116 DE_ASSERT(inputTypes.size() == 2); in generateSpirv() 2121 DE_ASSERT(inputTypes.size() == 1); in generateSpirv() 2191 for (size_t i = 0; i < inputTypes.size(); ++i) in generateSpirv() 2294 "%up_float = OpTypePointer Uniform " << inputTypes[0] << "\n" in generateSpirv() 2299 "%fp_it1 = OpTypePointer Function " << inputTypes[0] << "\n" in generateSpirv() 2382 for (const auto& t : inputTypes) in generateSpirv() 2426 for (size_t i = 0; i < inputTypes.size(); ++i) in generateSpirv() [all …]
|
/external/smali/dexlib2/accessorTestGenerator/src/main/resources/ |
D | AccessorTest.stg | 31 <binary_operation.inputTypes:binary_method(type, binary_operation);separator="\n\n">
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | CodedInputStreamTest.java | 388 InputType[] inputTypes = InputType.values(); in testSkipWholeMessage() local 389 CodedInputStream[] inputs = new CodedInputStream[inputTypes.length]; in testSkipWholeMessage() 391 inputs[i] = inputTypes[i].newDecoder(rawBytes); in testSkipWholeMessage() 400 assertEquals(inputTypes[i].name(), tag, inputs[i].readTag()); in testSkipWholeMessage()
|
/external/angle/src/libANGLE/ |
D | angletypes.cpp | 865 unsigned long inputTypes, in ValidateComponentTypeMasks() argument 889 return (outputTypes & inputMask) == ((inputTypes & outputMask) & inputMask); in ValidateComponentTypeMasks()
|
D | angletypes.h | 763 unsigned long inputTypes,
|
/external/llvm-project/mlir/lib/Conversion/AsyncToLLVM/ |
D | AsyncToLLVM.cpp | 484 SmallVector<Type, 4> inputTypes(typesRange.begin(), typesRange.end()); in outlineExecuteOp() local 487 auto funcType = moduleBuilder.getFunctionType(inputTypes, outputTypes); in outlineExecuteOp()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawTests.cpp | 2097 gls::DrawTestSpec::InputType inputTypes[] = in init() local 2111 const UniformWeightArray<DE_LENGTH_OF_ARRAY(inputTypes)> inputTypeWeights; in init() 2191 …oseWeighted<gls::DrawTestSpec::InputType> (DE_ARRAY_BEGIN(inputTypes), DE_ARRAY_END(inputTypes), … in init()
|
D | es31fGeometryShaderTests.cpp | 6395 static const GLenum inputTypes[] = in init() local 6419 for (int inputTypeNdx = 0; inputTypeNdx < DE_LENGTH_OF_ARRAY(inputTypes); ++inputTypeNdx) in init() 6422 const GLenum inputType = inputTypes[inputTypeNdx]; in init()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderOperatorTests.cpp | 1943 const DataType inputTypes[MAX_INPUTS]; in init() member 1982 const DataType type = s_sequenceCases[caseNdx].inputTypes[inputNdx]; in init()
|