Home
last modified time | relevance | path

Searched refs:fillRandomScalars (Results 1 - 12 of 12) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmIntegerDotProductTests.cpp59 static void fillRandomScalars(de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, int offset = 0) in fillRandomScalars() function
554 fillRandomScalars(rnd, vecMin, vecMax, &inputInts1[0], numElements * alignedVecLen); in addOpSDotKHRComputeTests()
555 fillRandomScalars(rnd, vecMin, vecMax, &inputInts2[0], numElements * alignedVecLen); in addOpSDotKHRComputeTests()
642 fillRandomScalars(rnd, vecMin, vecMax, &inputInts1[0], numElements * alignedVecLen); in addOpUDotKHRComputeTests()
643 fillRandomScalars(rnd, vecMin, vecMax, &inputInts2[0], numElements * alignedVecLen); in addOpUDotKHRComputeTests()
729 fillRandomScalars(rnd, lhsVecMin, lhsVecMax, &inputInts1[0], numElements * alignedVecLen); in addOpSUDotKHRComputeTests()
730 fillRandomScalars(rnd, rhsVecMin, rhsVecMax, &inputInts2[0], numElements * alignedVecLen); in addOpSUDotKHRComputeTests()
786 fillRandomScalars(rnd, (AddendT)(std::numeric_limits<AddendT>::max()-20), (AddendT)(std::numeric_limits<AddendT>::max()), in addOpSDotAccSatKHRComputeTests()
789 fillRandomScalars(rnd, (AddendT)(std::numeric_limits<AddendT>::min()), (AddendT)(std::numeric_limits<AddendT>::min()+20), in addOpSDotAccSatKHRComputeTests()
825 fillRandomScalars(rn in addOpSDotAccSatKHRComputeTests()
[all...]
H A DvktSpvAsmComputeShaderTestUtil.hpp68 static void fillRandomScalars (de::Random& rnd, deInt32 minValue, deInt32 maxValue, deInt32* dst, deInt32 numValues) in fillRandomScalars() function
92 fillRandomScalars(rnd, 1, 100, &inputInts.front(), m_numInputElements); in getBytes()
H A DvktSpvAsmVariablePointersTests.cpp83 void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, int offset = 0) in fillRandomScalars() function
198 fillRandomScalars(rnd, -100.f, 100.f, &inputAFloats[0], 2*numMuxes);
199 fillRandomScalars(rnd, -100.f, 100.f, &inputBFloats[0], 2*numMuxes);
203 fillRandomScalars(rnd, -100.f, -1.f , &inputSFloats[0], numMuxes / 2);
204 fillRandomScalars(rnd, 1.f , 100.f, &inputSFloats[numMuxes / 2], numMuxes / 2);
1448 fillRandomScalars(rnd, -100.f, 100.f, &inputAFloats[0], 2*numMuxes);
1449 fillRandomScalars(rnd, -100.f, 100.f, &inputBFloats[0], 2*numMuxes);
1453 fillRandomScalars(rnd, -100.f, -1.f , &inputSFloats[0], numMuxes / 2);
1454 fillRandomScalars(rnd, 1.f , 100.f, &inputSFloats[numMuxes / 2], numMuxes / 2);
H A DvktSpvAsmInstructionTests.cpp751 static void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, int offset = 0) in fillRandomScalars() function
760 static void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, FilterT filter, int offset = 0) in fillRandomScalars() function
945 fillRandomScalars(rnd, 1.f, 100.f, &positiveFloats[0], numElements); in createLocalSizeGroup()
1024 fillRandomScalars(rnd, 1.f, 100.f, &positiveFloats[0], numElements); in createOpNopGroup()
1078 fillRandomScalars(rnd, 1.f, 100.f, &positiveFloats[0], numElements); in createUnusedVariableComputeTests()
1329 fillRandomScalars(rnd, 1.f, 100.f, &inputFloats1[0], numElements); in createOpFUnordGroup()
1595 fillRandomScalars(rnd, 1.f, 100.f, &positiveFloats[0], numElements); in createOpLineGroup()
1696 fillRandomScalars(rnd, 1.f, 100.f, &positiveFloats[0], numElements); in createOpModuleProcessedGroup()
1756 fillRandomScalars(rnd, 1.f, 100.f, &positiveFloats[0], numElements); in createOpNoLineGroup()
1959 fillRandomScalars(rn in createOpFRemGroup()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmIntegerDotProductTests.cpp59 static void fillRandomScalars(de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, int offset = 0) in fillRandomScalars() function
554 fillRandomScalars(rnd, vecMin, vecMax, &inputInts1[0], numElements * alignedVecLen); in addOpSDotKHRComputeTests()
555 fillRandomScalars(rnd, vecMin, vecMax, &inputInts2[0], numElements * alignedVecLen); in addOpSDotKHRComputeTests()
642 fillRandomScalars(rnd, vecMin, vecMax, &inputInts1[0], numElements * alignedVecLen); in addOpUDotKHRComputeTests()
643 fillRandomScalars(rnd, vecMin, vecMax, &inputInts2[0], numElements * alignedVecLen); in addOpUDotKHRComputeTests()
729 fillRandomScalars(rnd, lhsVecMin, lhsVecMax, &inputInts1[0], numElements * alignedVecLen); in addOpSUDotKHRComputeTests()
730 fillRandomScalars(rnd, rhsVecMin, rhsVecMax, &inputInts2[0], numElements * alignedVecLen); in addOpSUDotKHRComputeTests()
786 fillRandomScalars(rnd, (AddendT)(std::numeric_limits<AddendT>::max()-20), (AddendT)(std::numeric_limits<AddendT>::max()), in addOpSDotAccSatKHRComputeTests()
789 fillRandomScalars(rnd, (AddendT)(std::numeric_limits<AddendT>::min()), (AddendT)(std::numeric_limits<AddendT>::min()+20), in addOpSDotAccSatKHRComputeTests()
825 fillRandomScalars(rn in addOpSDotAccSatKHRComputeTests()
[all...]
H A DvktSpvAsmComputeShaderTestUtil.hpp68 static void fillRandomScalars (de::Random& rnd, deInt32 minValue, deInt32 maxValue, deInt32* dst, deInt32 numValues) in fillRandomScalars() function
92 fillRandomScalars(rnd, 1, 100, &inputInts.front(), m_numInputElements); in getBytes()
H A DvktSpvAsmVariablePointersTests.cpp83 void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, int offset = 0) in fillRandomScalars() function
198 fillRandomScalars(rnd, -100.f, 100.f, &inputAFloats[0], 2*numMuxes);
199 fillRandomScalars(rnd, -100.f, 100.f, &inputBFloats[0], 2*numMuxes);
203 fillRandomScalars(rnd, -100.f, -1.f , &inputSFloats[0], numMuxes / 2);
204 fillRandomScalars(rnd, 1.f , 100.f, &inputSFloats[numMuxes / 2], numMuxes / 2);
1449 fillRandomScalars(rnd, -100.f, 100.f, &inputAFloats[0], 2*numMuxes);
1450 fillRandomScalars(rnd, -100.f, 100.f, &inputBFloats[0], 2*numMuxes);
1454 fillRandomScalars(rnd, -100.f, -1.f , &inputSFloats[0], numMuxes / 2);
1455 fillRandomScalars(rnd, 1.f , 100.f, &inputSFloats[numMuxes / 2], numMuxes / 2);
H A DvktSpvAsmInstructionTests.cpp750 static void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, int offset = 0) in fillRandomScalars() function
759 static void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, FilterT filter, int offset = 0) in fillRandomScalars() function
944 fillRandomScalars(rnd, 1.f, 100.f, &positiveFloats[0], numElements); in createLocalSizeGroup()
1022 fillRandomScalars(rnd, 1.f, 100.f, &positiveFloats[0], numElements); in createOpNopGroup()
1074 fillRandomScalars(rnd, 1.f, 100.f, &positiveFloats[0], numElements); in createUnusedVariableComputeTests()
1327 fillRandomScalars(rnd, 1.f, 100.f, &inputFloats1[0], numElements); in createOpFUnordGroup()
1593 fillRandomScalars(rnd, 1.f, 100.f, &positiveFloats[0], numElements); in createOpLineGroup()
1694 fillRandomScalars(rnd, 1.f, 100.f, &positiveFloats[0], numElements); in createOpModuleProcessedGroup()
1754 fillRandomScalars(rnd, 1.f, 100.f, &positiveFloats[0], numElements); in createOpNoLineGroup()
1957 fillRandomScalars(rn in createOpFRemGroup()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp78 static void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, int offset = 0) in fillRandomScalars() function
414 fillRandomScalars(rnd, floatRanges[precision].x(), floatRanges[precision].y(), values[0], numValues*scalarSize); in getInputValues()
416 fillRandomScalars(rnd, intRanges[precision].x(), intRanges[precision].y(), values[0], numValues*scalarSize); in getInputValues()
501 fillRandomScalars(rnd, floatRanges[precision].x(), floatRanges[precision].y(), (float*)values[0] + scalarSize*3, (numValues-3)*scalarSize); in getInputValues()
508 fillRandomScalars(rnd, intRanges[precision].x(), intRanges[precision].y(), (int*)values[0] + scalarSize*3, (numValues-3)*scalarSize); in getInputValues()
609 fillRandomScalars(rnd, ranges[precision].x(), ranges[precision].y(), (float*)values[0] + numSpecialCases*scalarSize, (numValues-numSpecialCases)*scalarSize); in getInputValues()
707 fillRandomScalars(rnd, ranges[precision].x(), ranges[precision].y(), values[0], numValues*scalarSize); in getInputValues()
938 fillRandomScalars(rnd, ranges[precision].x(), ranges[precision].y(), values[0], numValues*scalarSize); in getInputValues()
1010 fillRandomScalars(rnd, range.x(), range.y(), values[0], numValues*scalarSize); in getInputValues()
1062 fillRandomScalars(rn in getInputValues()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp82 static void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, int offset = 0) in fillRandomScalars() function
489 fillRandomScalars(rnd, floatRanges[precision].x(), floatRanges[precision].y(), values[0], numValues*scalarSize); in getInputValues()
491 fillRandomScalars(rnd, intRanges[precision].x(), intRanges[precision].y(), values[0], numValues*scalarSize); in getInputValues()
576 fillRandomScalars(rnd, floatRanges[precision].x(), floatRanges[precision].y(), (float*)values[0] + scalarSize*3, (numValues-3)*scalarSize); in getInputValues()
583 fillRandomScalars(rnd, intRanges[precision].x(), intRanges[precision].y(), (int*)values[0] + scalarSize*3, (numValues-3)*scalarSize); in getInputValues()
684 fillRandomScalars(rnd, ranges[precision].x(), ranges[precision].y(), (float*)values[0] + numSpecialCases*scalarSize, (numValues-numSpecialCases)*scalarSize); in getInputValues()
782 fillRandomScalars(rnd, ranges[precision].x(), ranges[precision].y(), values[0], numValues*scalarSize); in getInputValues()
1018 fillRandomScalars(rnd, ranges[precision].x(), ranges[precision].y(), values[0], numValues*scalarSize); in getInputValues()
1090 fillRandomScalars(rnd, range.x(), range.y(), values[0], numValues*scalarSize); in getInputValues()
1142 fillRandomScalars(rn in getInputValues()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp89 static void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, int offset = 0) in fillRandomScalars() function
517 fillRandomScalars(rnd, intRanges[precision].x(), intRanges[precision].y(), values[0], numValues*scalarSize); in getInputValues()
588 fillRandomScalars(rnd, intRanges[precision].x(), intRanges[precision].y(), (int*)values[0] + scalarSize*3, (numValues-3)*scalarSize); in getInputValues()
878 fillRandomScalars(rnd, ranges[precision].x(), ranges[precision].y(), values[0], numValues*scalarSize); in getInputValues()
966 fillRandomScalars(rnd, range.x(), range.y(), values[0], numValues*scalarSize); in getInputValues()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp89 static void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, int offset = 0) in fillRandomScalars() function
517 fillRandomScalars(rnd, intRanges[precision].x(), intRanges[precision].y(), values[0], numValues*scalarSize); in getInputValues()
588 fillRandomScalars(rnd, intRanges[precision].x(), intRanges[precision].y(), (int*)values[0] + scalarSize*3, (numValues-3)*scalarSize); in getInputValues()
874 fillRandomScalars(rnd, ranges[precision].x(), ranges[precision].y(), values[0], numValues*scalarSize); in getInputValues()
962 fillRandomScalars(rnd, range.x(), range.y(), values[0], numValues*scalarSize); in getInputValues()

Completed in 36 milliseconds