Home
last modified time | relevance | path

Searched defs:rnd (Results 76 - 100 of 231) sorted by relevance

12345678910

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelSharedLayoutCase.cpp90 void generateValue (const SharedStructVarEntry& entry, de::Random& rnd, vector<string>& values) in generateValue() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmVariablePointersTests.cpp83 void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, int offset = 0) in fillRandomScalars() argument
[all...]
H A DvktSpvAsmComputeShaderTestUtil.hpp68 static void fillRandomScalars (de::Random& rnd, deInt32 minValue, deInt32 maxValue, deInt32* dst, deInt32 numValues) in fillRandomScalars() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
H A DvktMemoryModelSharedLayoutCase.cpp90 void generateValue (const SharedStructVarEntry& entry, de::Random& rnd, vector<string>& values) in generateValue() argument
/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/
H A DesextcFragmentShadingRateCombinedTests.cpp352 deRandom rnd; in setupTest() local
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Ddigestauth.c397 calculate_nonce(uint32_t nonce_time, const char *method, const char *rnd, size_t rnd_size, const char *uri, const char *realm, char *nonce) calculate_nonce() argument
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fOcclusionQueryTests.cpp119 static void generateVertices (std::vector<float>& dst, float width, float height, int primitiveCount, int verticesPerPrimitive, de::Random rnd, float primitiveSize, float minZ, float maxZ) in generateVertices() argument
H A Des3fRasterizerDiscardTests.cpp127 static void generateVertices (std::vector<float>& dst, int numPrimitives, de::Random& rnd, deUint32 drawMode) in generateVertices() argument
H A Des3fShaderInvarianceTests.cpp51 static tcu::Vec4 genRandomVector (de::Random& rnd) in genRandomVector() argument
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsFragOpInteractionCase.cpp182 static Quad getRandomQuad (de::Random& rnd, int targetW, int targetH) in getRandomQuad() argument
210 static float getRandomDepth (de::Random& rnd) in getRandomDepth() argument
217 static void computeRandomRenderCommand (de::Random& rnd, RenderComman argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmVariablePointersTests.cpp83 void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, int offset = 0) in fillRandomScalars() argument
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuFuzzyImageCompare.cpp213 static deUint32 distSquaredToNeighbor (de::Random& rnd, deUint32 pixel, const ConstPixelBufferAccess& surface, int x, int y) in distSquaredToNeighbor() argument
/third_party/vk-gl-cts/modules/egl/
H A DteglColorClearCase.cpp90 static ClearOp computeRandomClear (de::Random& rnd, int width, int height) in computeRandomClear() argument
[all...]
H A DteglQueryConfigTests.cpp116 void checkGetConfigsBounds (de::Random& rnd, const int numConfigAll, const int numConfigRequested) in checkGetConfigsBounds() argument
/third_party/ffmpeg/libavcodec/mips/
H A Dvc1dsp_mmi.c1383 int rnd = 1; in ff_vc1_h_overlap_mmi() local
1436 int rnd = 1; in ff_vc1_v_overlap_mmi() local
1584 ff_put_vc1_mspel_mc00_mmi(uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int rnd) ff_put_vc1_mspel_mc00_mmi() argument
1589 ff_put_vc1_mspel_mc00_16_mmi(uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int rnd) ff_put_vc1_mspel_mc00_16_mmi() argument
1594 ff_avg_vc1_mspel_mc00_mmi(uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int rnd) ff_avg_vc1_mspel_mc00_mmi() argument
1599 ff_avg_vc1_mspel_mc00_16_mmi(uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int rnd) ff_avg_vc1_mspel_mc00_16_mmi() argument
1657 vc1_put_ver_16b_shift2_mmi(int16_t *dst, const uint8_t *src, mips_reg stride, int rnd, int64_t shift) vc1_put_ver_16b_shift2_mmi() argument
[all...]
H A Dvc1dsp_msa.c313 put_vc1_mspel_mc_h_v_msa(uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int hmode, int vmode, int rnd) put_vc1_mspel_mc_h_v_msa() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dqcelpdec.c315 float *rnd, tmp_gain, fir_filter_value; in compute_svector() local
H A Dvc1dsp.c45 int rnd = 1; in vc1_v_overlap_c() local
69 int rnd = 1; in vc1_h_overlap_c() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_nir.cpp1069 brw_rnd_mode rnd = BRW_RND_MODE_UNSPECIFIED; in nir_emit_alu() local
1193 brw_rnd_mode rnd = in nir_emit_alu() local
1246 brw_rnd_mode rnd = in nir_emit_alu() local
1312 brw_rnd_mode rnd in nir_emit_alu() local
[all...]
/third_party/lwip/test/sockets/
H A Dsockets_stresstest.c113 u8_t rnd = (u8_t)LWIP_RAND(); in fill_test_data() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderInvarianceTests.cpp148 static tcu::Vec4 genRandomVector(de::Random& rnd) in genRandomVector() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrViewTests.cpp394 void generateLookupCoordinates (const UVec2& imageSize, size_t numCoords, de::Random* rnd, vector<Vec2>* dst) in generateLookupCoordinates() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree_test.cc727 std::minstd_rand rnd; in TEST() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fAdvancedBlendTests.cpp377 static tcu::Vec4 randomColor (de::Random* rnd) in randomColor() argument
H A Des31fShaderHelperInvocationTests.cpp101 static void genVertices (PrimitiveType primType, int numPrimitives, de::Random* rnd, vector<Vec2>* dst) in genVertices() argument
162 static void drawRandomPrimitives (const glu::RenderContext& renderCtx, deUint32 program, PrimitiveType primType, int numPrimitives, de::Random* rnd) in drawRandomPrimitives() argument
[all...]

Completed in 46 milliseconds

12345678910