Home
last modified time | relevance | path

Searched refs:NUM_SAMPLES (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/tests/checkasm/
H A Dv210dec.c36 #define NUM_SAMPLES 2048 macro
55 uint32_t src0[NUM_SAMPLES/3]; in checkasm_check_v210dec()
56 uint32_t src1[NUM_SAMPLES/3]; in checkasm_check_v210dec()
57 uint16_t y0[NUM_SAMPLES/2]; in checkasm_check_v210dec()
58 uint16_t y1[NUM_SAMPLES/2]; in checkasm_check_v210dec()
59 uint16_t u0[NUM_SAMPLES/4]; in checkasm_check_v210dec()
60 uint16_t u1[NUM_SAMPLES/4]; in checkasm_check_v210dec()
61 uint16_t v0[NUM_SAMPLES/4]; in checkasm_check_v210dec()
62 uint16_t v1[NUM_SAMPLES/4]; in checkasm_check_v210dec()
64 const int pixels = NUM_SAMPLES / in checkasm_check_v210dec()
[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DExperimentalTestDataProvider.java105 private static final int[] NUM_SAMPLES = {3, 2, 1, 1, 2}; field in ExperimentalTestDataProvider.Varint32Provider
120 if (samplesTaken++ > NUM_SAMPLES[listIndex]) { in getInt()
158 private static final int[] NUM_SAMPLES = {4, 2, 2, 1, 1, 1, 1, 2, 2, 4}; field in ExperimentalTestDataProvider.Varint64Provider
173 if (samplesTaken++ > NUM_SAMPLES[listIndex]) { in getLong()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fFlushFinishTests.cpp70 NUM_SAMPLES = 25, enumerator
422 vector<Sample> samples (NUM_SAMPLES);
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderGLSLstd450.cpp1004 static constexpr int NUM_SAMPLES = 4; in Interpolate() local
1005 ASSERT(state->getMultiSampleCount() == NUM_SAMPLES); in Interpolate()
1007 Array<Float> sampleX(NUM_SAMPLES); in Interpolate()
1008 Array<Float> sampleY(NUM_SAMPLES); in Interpolate()
1009 for(int i = 0; i < NUM_SAMPLES; ++i) in Interpolate()
1020 SIMD::Int samples = sampleOperand.Int(0) & SIMD::Int(NUM_SAMPLES - 1); in Interpolate()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFlushFinishTests.cpp75 NUM_SAMPLES = 50, enumerator
549 vector<Sample> samples (NUM_SAMPLES);
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
H A Dvulkan_command_buffer_utils.cpp1050 image_info.samples = NUM_SAMPLES; in init_depth_buffer()
1232 attachments[0].samples = NUM_SAMPLES; in init_renderpass()
1244 attachments[1].samples = NUM_SAMPLES; in init_renderpass()
1687 ms.rasterizationSamples = NUM_SAMPLES; in init_pipeline()
H A Dvulkan_command_buffer_utils.h71 #define NUM_SAMPLES VK_SAMPLE_COUNT_1_BIT macro
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pBufferDataUploadTests.cpp3164 NUM_SAMPLES = 20,
3196 : BasicBufferCase<SampleType> (context, name, description, bufferSizeMin, bufferSizeMax, NUM_SAMPLES, 0)
3226 << "Testing performance with " << (int)NUM_SAMPLES << " test samples. Sample order is randomized. All samples at even positions (first = 0) are tested before samples at odd positions.\n"

Completed in 17 milliseconds