Home
last modified time | relevance | path

Searched refs:sampleIndex (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
DRoundedManchesterEncoder.h38 int sampleIndex = 0; in RoundedManchesterEncoder() local
42 mZeroAfterZero[sampleIndex] = sample; in RoundedManchesterEncoder()
43 mZeroAfterOne[sampleIndex] = 1.0f; in RoundedManchesterEncoder()
44 sampleIndex++; in RoundedManchesterEncoder()
47 mZeroAfterZero[sampleIndex] = 1.0f; in RoundedManchesterEncoder()
48 mZeroAfterOne[sampleIndex] = 1.0f; in RoundedManchesterEncoder()
49 sampleIndex++; in RoundedManchesterEncoder()
54 mZeroAfterZero[sampleIndex] = sample; in RoundedManchesterEncoder()
55 mZeroAfterOne[sampleIndex] = sample; in RoundedManchesterEncoder()
56 sampleIndex++; in RoundedManchesterEncoder()
[all …]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DExperimentalTestDataProvider.java114 private int sampleIndex; field in ExperimentalTestDataProvider.Varint32Provider
123 sampleIndex = 0; in getInt()
127 int value = VALUES[listIndex][sampleIndex]; in getInt()
131 sampleIndex = (sampleIndex + 1) & 3; in getInt()
167 private int sampleIndex; field in ExperimentalTestDataProvider.Varint64Provider
176 sampleIndex = 0; in getLong()
180 long value = VALUES[listIndex][sampleIndex]; in getLong()
184 sampleIndex = (sampleIndex + 1) & 3; in getLong()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DTapLatencyAnalyser.java30 public int sampleIndex; field in TapLatencyAnalyser.TapLatencyEvent
31 public TapLatencyEvent(int type, int sampleIndex) { in TapLatencyEvent() argument
33 this.sampleIndex = sampleIndex; in TapLatencyEvent()
70 int sampleIndex = 0; in scanForEdges() local
76 events.add(new TapLatencyEvent(TYPE_TAP, sampleIndex)); in scanForEdges()
83 sampleIndex++; in scanForEdges()
DTapToToneActivity.java192 cursors[0] = result.events[0].sampleIndex; in showTestResults()
193 cursors[1] = result.events[1].sampleIndex; in showTestResults()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
DMultiChannelRecording.h84 int32_t sampleIndex = indexFrame * mChannelCount; in write() local
87 mData[sampleIndex++] = *buffer++ * (1.0f / 32768); in write()
111 int32_t sampleIndex = indexFrame * mChannelCount; in write() local
113 memcpy(&mData[sampleIndex], in write()
140 int32_t sampleIndex = indexFrame * mChannelCount; in read() local
143 &mData[sampleIndex], in read()
/third_party/flutter/flutter/examples/catalog/bin/
Dscreenshot.dart.template18 int sampleIndex = 0;
27 sampleIndex += 1;
31 child: samples[sampleIndex % samples.length],
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DHistogramWriter.cpp152 for (int sampleIndex = 0; sampleIndex < histogram.sample_values_size(); ++sampleIndex) in getAsJSON() local
154 js::Value sample(histogram.sample_values(sampleIndex)); in getAsJSON()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/
Dpassthroughrgba2dms11ps.h35 dcl_input_ps_sgv v2.x, sampleIndex
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/
Dpassthroughrgba2dms11ps.h35 dcl_input_ps_sgv v2.x, sampleIndex
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DTextureMultisampleTest.cpp429 for (int sampleIndex = 0; sampleIndex < sampleCount; sampleIndex++) in TEST_P() local
431 getMultisamplefv(GL_SAMPLE_POSITION, sampleIndex, samplePosition); in TEST_P()
432 EXPECT_EQ(samplePosition[0], kSamplePositions[indexKey][2 * sampleIndex]); in TEST_P()
433 EXPECT_EQ(samplePosition[1], kSamplePositions[indexKey][2 * sampleIndex + 1]); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DTextureMultisampleTest.cpp433 for (int sampleIndex = 0; sampleIndex < sampleCount; sampleIndex++) in TEST_P() local
435 getMultisamplefv(GL_SAMPLE_POSITION, sampleIndex, samplePosition); in TEST_P()
436 EXPECT_EQ(samplePosition[0], kSamplePositions[indexKey][2 * sampleIndex]); in TEST_P()
437 EXPECT_EQ(samplePosition[1], kSamplePositions[indexKey][2 * sampleIndex + 1]); in TEST_P()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp295 for (size_t sampleIndex = 0; sampleIndex < samples.size(); sampleIndex++) in GenerateTextureFormatCaps() local
297 if (features.limitMaxMSAASamplesTo4.enabled && samples[sampleIndex] > 4) in GenerateTextureFormatCaps()
311 samples[sampleIndex], GL_CONFORMANT_NV, in GenerateTextureFormatCaps()
318 conformant = (samples[sampleIndex] <= 8) ? GL_TRUE : GL_FALSE; in GenerateTextureFormatCaps()
323 textureCaps.sampleCounts.insert(samples[sampleIndex]); in GenerateTextureFormatCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp507 for (size_t sampleIndex = 0; sampleIndex < samples.size(); sampleIndex++) in GenerateTextureFormatCaps() local
509 if (features.limitMaxMSAASamplesTo4.enabled && samples[sampleIndex] > 4) in GenerateTextureFormatCaps()
523 samples[sampleIndex], GL_CONFORMANT_NV, in GenerateTextureFormatCaps()
530 conformant = (samples[sampleIndex] <= 8) ? GL_TRUE : GL_FALSE; in GenerateTextureFormatCaps()
535 textureCaps.sampleCounts.insert(samples[sampleIndex]); in GenerateTextureFormatCaps()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dbackend_singlesample.cpp184 psContext.sampleIndex = 0; in BackendSingleSample()
Dbackend_sample.cpp202 psContext.sampleIndex = sample; in BackendSampleRate()
Dstate.h388 uint32_t sampleIndex; // IN: sampleIndex member
Dbackend_impl.h668 psContext->sampleIndex = 0;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleShaderBuiltInTests.cpp2070 const deUint32 sampleIndex = pixelOffset + s; in iterate() local
2071 const deInt32& value = bufferContents[sampleIndex]; in iterate()
2077 …msg << "Found garbage value " << value << " in buffer position " << sampleIndex << " (x=" << x << … in iterate()
2085 … value << " while expecting " << expected << " in buffer position " << sampleIndex << " (x=" << x … in iterate()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dqueryutils.cpp1456 for (size_t sampleIndex = 0; sampleIndex < returnCount; ++sampleIndex) in QueryInternalFormativ() local
1458 params[sampleIndex] = *sampleReverseIt++; in QueryInternalFormativ()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dqueryutils.cpp1659 for (size_t sampleIndex = 0; sampleIndex < returnCount; ++sampleIndex) in QueryInternalFormativ() local
1661 params[sampleIndex] = *sampleReverseIt++; in QueryInternalFormativ()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputSPIRV.cpp3383 size_t sampleIndex = 0; in createImageTextureBuiltIn() local
3507 sampleIndex = 2; in createImageTextureBuiltIn()
3652 sampleIndex = 2; in createImageTextureBuiltIn()
3672 sampleIndex = 2; in createImageTextureBuiltIn()
3873 if (sampleIndex > 0) in createImageTextureBuiltIn()
3876 imageOperandsList.push_back(parameters[sampleIndex]); in createImageTextureBuiltIn()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DProgramD3D.cpp986 for (size_t sampleIndex = 0; sampleIndex < samplerCount; ++sampleIndex) in load() local
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c8420 struct tgsi_full_src_register sampleIndex = in emit_txf() local
8429 emit_src_register(emit, &sampleIndex); in emit_txf()