/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/ |
H A 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/ |
H A 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 in getLong() [all...] |
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
H A 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() 75 //System.out.println("edge at " + sampleIndex + ", slow " + slow + ", fast " + fast); in scanForEdges() 76 events.add(new TapLatencyEvent(TYPE_TAP, sampleIndex)); in scanForEdges() 83 sampleIndex++; in scanForEdges()
|
H A 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/ |
H A 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/skia/third_party/externals/angle2/src/tests/test_utils/runner/ |
H A D | HistogramWriter.cpp | 152 for (int sampleIndex = 0; sampleIndex < histogram.sample_values_size(); ++sampleIndex) in getAsJSON() 154 js::Value sample(histogram.sample_values(sampleIndex)); in getAsJSON()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/ |
H A D | passthroughrgba2dms11ps.h | 35 dcl_input_ps_sgv v2.x, sampleIndex
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | TextureMultisampleTest.cpp | 433 for (int sampleIndex = 0; sampleIndex < sampleCount; sampleIndex++) in TEST_P() 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() 1135 int sampleIndex = int(gl_GlobalInvocationID.x) % 4; in TEST_P() 1137 vec4 color = texelFetch(imageIn, ivec2(0), sampleIndex); in TEST_P() 1140 int outIndex = sampleIndex * 4; in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | renderergl_utils.cpp | 507 for (size_t sampleIndex = 0; sampleIndex < samples.size(); sampleIndex++) in GenerateTextureFormatCaps() 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/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleShaderBuiltInTests.cpp | 2074 const deUint32 sampleIndex = pixelOffset + s; in iterate() local 2075 const deInt32& value = bufferContents[sampleIndex]; in iterate() 2081 msg << "Found garbage value " << value << " in buffer position " << sampleIndex << " (x=" << x << ", y=" << y << ", sample=" << s << ")"; in iterate() 2089 msg << "Read " << value << " while expecting " << expected << " in buffer position " << sampleIndex << " (x=" << x << ", y=" << y << ", sample=" << s << ")"; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleShaderBuiltInTests.cpp | 2063 const deUint32 sampleIndex = pixelOffset + s; in iterate() local 2064 const deInt32& value = bufferContents[sampleIndex]; in iterate() 2070 msg << "Found garbage value " << value << " in buffer position " << sampleIndex << " (x=" << x << ", y=" << y << ", sample=" << s << ")"; in iterate() 2078 msg << "Read " << value << " while expecting " << expected << " in buffer position " << sampleIndex << " (x=" << x << ", y=" << y << ", sample=" << s << ")"; in iterate()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A 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/ |
H A D | queryutils.cpp | 1659 for (size_t sampleIndex = 0; sampleIndex < returnCount; ++sampleIndex) in QueryInternalFormativ() 1661 params[sampleIndex] = *sampleReverseIt++; in QueryInternalFormativ()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | ProgramD3D.cpp | 986 for (size_t sampleIndex = 0; sampleIndex < samplerCount; ++sampleIndex)
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_vgpu10.c | 9039 struct tgsi_full_src_register sampleIndex = in emit_txf() local 9041 /* LD_MS dst, coord(s0), resource, sampleIndex */ in emit_txf() 9048 emit_src_register(emit, &sampleIndex); in emit_txf() 11603 /* SAMPLE_POS dst, RASTERIZER, sampleIndex */ in emit_sample_position_instructions()
|