/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmIntegerDotProductTests.cpp | 59 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 D | vktSpvAsmComputeShaderTestUtil.hpp | 68 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 D | vktSpvAsmVariablePointersTests.cpp | 83 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 D | vktSpvAsmInstructionTests.cpp | 751 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 D | vktSpvAsmIntegerDotProductTests.cpp | 59 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 D | vktSpvAsmComputeShaderTestUtil.hpp | 68 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 D | vktSpvAsmVariablePointersTests.cpp | 83 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 D | vktSpvAsmInstructionTests.cpp | 750 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 D | es3fShaderCommonFunctionTests.cpp | 78 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 D | es31fShaderCommonFunctionTests.cpp | 82 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 D | vktShaderCommonFunctionTests.cpp | 89 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 D | vktShaderCommonFunctionTests.cpp | 89 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()
|