/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/ |
D | RoundedManchesterEncoder.h | 38 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/ |
D | ExperimentalTestDataProvider.java | 114 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/ |
D | TapLatencyAnalyser.java | 30 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()
|
D | TapToToneActivity.java | 192 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/ |
D | MultiChannelRecording.h | 84 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/ |
D | screenshot.dart.template | 18 int sampleIndex = 0; 27 sampleIndex += 1; 31 child: samples[sampleIndex % samples.length],
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/ |
D | HistogramWriter.cpp | 152 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/ |
D | passthroughrgba2dms11ps.h | 35 dcl_input_ps_sgv v2.x, sampleIndex
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/ |
D | passthroughrgba2dms11ps.h | 35 dcl_input_ps_sgv v2.x, sampleIndex
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | TextureMultisampleTest.cpp | 429 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/ |
D | TextureMultisampleTest.cpp | 433 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/ |
D | renderergl_utils.cpp | 295 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/ |
D | renderergl_utils.cpp | 507 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/ |
D | backend_singlesample.cpp | 184 psContext.sampleIndex = 0; in BackendSingleSample()
|
D | backend_sample.cpp | 202 psContext.sampleIndex = sample; in BackendSampleRate()
|
D | state.h | 388 uint32_t sampleIndex; // IN: sampleIndex member
|
D | backend_impl.h | 668 psContext->sampleIndex = 0;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleShaderBuiltInTests.cpp | 2070 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/ |
D | queryutils.cpp | 1456 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/ |
D | queryutils.cpp | 1659 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/ |
D | OutputSPIRV.cpp | 3383 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/ |
D | ProgramD3D.cpp | 986 for (size_t sampleIndex = 0; sampleIndex < samplerCount; ++sampleIndex) in load() local
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 8420 struct tgsi_full_src_register sampleIndex = in emit_txf() local 8429 emit_src_register(emit, &sampleIndex); in emit_txf()
|