/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fUniformApiTests.cpp | 207 static glu::VarType generateRandomType (const int maxDepth, int& curStructIdx, vector<const StructType*>& structTypesDst, Random& rnd) in generateRandomType() argument 578 generateRandomVarValue(const glu::DataType type, Random& rnd, int samplerUnit = -1 ) generateRandomVarValue() argument 684 getRandomBoolRepresentation(const VarValue& boolValue, const glu::DataType targetScalarType, Random& rnd) getRandomBoolRepresentation() argument 1469 assignUniforms(const vector<BasicUniform>& basicUniforms, deUint32 programGL, Random& rnd) assignUniforms() argument 1653 renderTest(const vector<BasicUniform>& basicUniforms, const ShaderProgram& program, Random& rnd) renderTest() argument 1776 test(const vector<BasicUniform>& basicUniforms, const vector<BasicUniformReportRef>& basicUniformReportsRef, const ShaderProgram& program, Random& rnd) test() argument 1920 test(const vector<BasicUniform>& basicUniforms, const vector<BasicUniformReportRef>& basicUniformReportsRef, const ShaderProgram& program, Random& rnd) test() argument 1992 test(const vector<BasicUniform>& basicUniforms, const vector<BasicUniformReportRef>& basicUniformReportsRef, const ShaderProgram& program, Random& rnd) test() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRateBasic.cpp | 1143 deRandom rnd; in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryAccelerationStructuresTests.cpp | 3246 deRandom rnd; in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
H A D | vktSSBOLayoutCase.cpp | 766 void generateValue (const BufferVarLayoutEntry& entry, int unsizedArraySize, void* basePtr, de::Random& rnd) in generateValue() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRateBasic.cpp | 1008 deRandom rnd; in iterate() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fUniformApiTests.cpp | 267 static glu::VarType generateRandomType (const int maxDepth, int& curStructIdx, vector<const StructType*>& structTypesDst, Random& rnd) in generateRandomType() argument 687 generateRandomVarValue(const glu::DataType type, Random& rnd, int samplerUnit = -1 ) generateRandomVarValue() argument 835 getRandomBoolRepresentation(const VarValue& boolValue, const glu::DataType targetScalarType, Random& rnd) getRandomBoolRepresentation() argument 1837 assignUniforms(const vector<BasicUniform>& basicUniforms, deUint32 programGL, Random& rnd) assignUniforms() argument 2065 renderTest(const vector<BasicUniform>& basicUniforms, const ShaderProgram& program, Random& rnd) renderTest() argument 2228 test(const vector<BasicUniform>& basicUniforms, const vector<BasicUniformReportRef>& basicUniformReportsRef, const ShaderProgram& program, Random& rnd) test() argument 2422 test(const vector<BasicUniform>& basicUniforms, const vector<BasicUniformReportRef>& basicUniformReportsRef, const ShaderProgram& program, Random& rnd) test() argument 2495 test(const vector<BasicUniform>& basicUniforms, const vector<BasicUniformReportRef>& basicUniformReportsRef, const ShaderProgram& program, Random& rnd) test() argument [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fSSBOLayoutCase.cpp | 726 void generateValue (const BufferVarLayoutEntry& entry, int unsizedArraySize, void* basePtr, de::Random& rnd) in generateValue() argument
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsDrawTest.cpp | 689 inline GLValue::Float getRandom (deRandom& rnd, GLValue::Float min, GLValue::Float max) in getRandom() argument 698 inline GLValue::Double getRandom (deRandom& rnd, GLValue::Double min, GLValue::Double max) in getRandom() argument 707 inline GLValue::Short getRandom (deRandom& rnd, GLValue::Short min, GLValue::Short max) in getRandom() argument 716 inline GLValue::Ushort getRandom (deRandom& rnd, GLValue::Ushort min, GLValue::Ushort max) in getRandom() argument 725 inline GLValue::Byte getRandom (deRandom& rnd, GLValu argument 734 getRandom(deRandom& rnd, GLValue::Ubyte min, GLValue::Ubyte max) getRandom() argument 743 getRandom(deRandom& rnd, GLValue::Fixed min, GLValue::Fixed max) getRandom() argument 752 getRandom(deRandom& rnd, GLValue::Half min, GLValue::Half max) getRandom() argument 764 getRandom(deRandom& rnd, GLValue::Int min, GLValue::Int max) getRandom() argument 773 getRandom(deRandom& rnd, GLValue::Uint min, GLValue::Uint max) getRandom() argument 1603 deRandom rnd; createBasicArray() local 1651 deRandom rnd; generatePackedArray() local 1707 deRandom rnd; createIndices() local [all...] |
H A D | glsBuiltinPrecisionTests.cpp | 4280 DE_ASSERT(fractionBits < std::numeric_limits<float>::digits); switch (rnd.getInt(0, 64)) { case 0: return 0; case 1: return TCU_INFINITY; case 2: return -TCU_INFINITY; case 3: return TCU_NAN; default: break; } if (exp >= minExp) genRandom() argument 4992 generateInputs(const Samplings<In>& samplings, const FloatFormat& floatFormat, Precision intPrecision, size_t numSamples, Random& rnd) generateInputs() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryAccelerationStructuresTests.cpp | 3202 deRandom rnd; in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/ |
H A D | vktSSBOLayoutCase.cpp | 766 void generateValue (const BufferVarLayoutEntry& entry, int unsizedArraySize, void* basePtr, de::Random& rnd) in generateValue() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | tls_openssl.c | 4059 u8 *rnd; in tls_connection_get_eap_fast_key() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | tls_openssl.c | 4317 u8 *rnd; in tls_connection_get_eap_fast_key() local
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir.h | 951 RoundMode rnd; member in nv50_ir::Instruction
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 168 void maybeMangleShaderModuleId (ShaderModuleId& moduleId, UseModuleCase moduleUse, de::Random& rnd) in maybeMangleShaderModuleId() argument 1606 RndGenPtr rnd; member 1754 void setModule (const DeviceInterface &vkd, const VkDevice device, const ShaderWrapper shader, UseModuleCase moduleUse, de::Random& rnd) in setModule() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingAccelerationStructuresTests.cpp | 2562 deRandom rnd; in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 5676 int genRandom (const FloatFormat&, const Precision prec, Random& rnd, const Interval&) const in genRandom() argument 5732 double randomDouble(const FloatFormat& format, Random& rnd, const Interval& inputRange) in randomDouble() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
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() argument 760 static void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, FilterT filter, int offset = 0) in fillRandomScalars() argument 775 deInt64 randomInt64LogDistributed (de::Random& rnd) in randomInt64LogDistributed() argument 784 static void fillRandomInt64sLogDistributed (de::Random& rnd, vector<deInt64>& dst, int numValues) in fillRandomInt64sLogDistributed() argument 791 fillRandomInt64sLogDistributed(de::Random& rnd, vector<deInt64>& dst, int numValues, FilterT filter) fillRandomInt64sLogDistributed() argument [all...] |
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | mpdecimal.c | 1701 _mpd_rnd_incr(const mpd_t *dec, mpd_uint_t rnd, const mpd_context_t *ctx) in _mpd_rnd_incr() argument 1736 _mpd_apply_round(mpd_t *dec, mpd_uint_t rnd, const mpd_context_t *ctx, uint32_t *status) _mpd_apply_round() argument 1770 _mpd_apply_round_excess(mpd_t *dec, mpd_uint_t rnd, const mpd_context_t *ctx, uint32_t *status) _mpd_apply_round_excess() argument 1792 _mpd_apply_round_fit(mpd_t *dec, mpd_uint_t rnd, const mpd_context_t *ctx, uint32_t *status) _mpd_apply_round_fit() argument 1820 int rnd; _mpd_check_exp() local 1942 mpd_uint_t rnd; _mpd_check_round() local 2533 mpd_uint_t rnd = 0, rest = 0, word; _mpd_get_rnd() local 2558 mpd_uint_t rnd; mpd_qsshiftr() local 2595 mpd_uint_t rnd; mpd_qshiftr_inplace() local 2631 mpd_uint_t rnd; mpd_qshiftr() local 4713 mpd_uint_t rnd; mpd_qln10() local 6967 mpd_uint_t rnd; mpd_qquantize() local 7208 mpd_uint_t rnd; _mpd_qrescale() local 7297 mpd_uint_t rnd; _mpd_qround_to_integral() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 166 void maybeMangleShaderModuleId (ShaderModuleId& moduleId, UseModuleCase moduleUse, de::Random& rnd) in maybeMangleShaderModuleId() argument 1599 RndGenPtr rnd; member 1742 void setModule (const DeviceInterface &vkd, const VkDevice device, const VkShaderModule module, UseModuleCase moduleUse, de::Random& rnd) in setModule() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingAccelerationStructuresTests.cpp | 2329 deRandom rnd; in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 5665 int genRandom (const FloatFormat&, const Precision prec, Random& rnd, const Interval&) const in genRandom() argument 5721 double randomDouble(const FloatFormat& format, Random& rnd, const Interval& inputRange) in randomDouble() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
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() argument 759 static void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, FilterT filter, int offset = 0) in fillRandomScalars() argument 774 deInt64 randomInt64LogDistributed (de::Random& rnd) in randomInt64LogDistributed() argument 783 static void fillRandomInt64sLogDistributed (de::Random& rnd, vector<deInt64>& dst, int numValues) in fillRandomInt64sLogDistributed() argument 790 fillRandomInt64sLogDistributed(de::Random& rnd, vector<deInt64>& dst, int numValues, FilterT filter) fillRandomInt64sLogDistributed() argument [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | heap.cc | 5910 int64_t rnd = isolate()->random_number_generator()->NextInt64(); in InitializeHashSeed() local
|
/third_party/sqlite/src/ |
H A D | shell.c | 10835 unsigned short rnd; in idxSampleFunc() local
|