Home
last modified time | relevance | path

Searched refs:FILL_BUFFER (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/elements/
Daudioresample.c1150 #define FILL_BUFFER(type, desc, value); \ macro
1165 FILL_BUFFER (float, silence, 0.0f);
1166 FILL_BUFFER (double, silence, 0.0);
1167 FILL_BUFFER (gint16, silence, 0);
1168 FILL_BUFFER (gint32, silence, 0);
1169 FILL_BUFFER (float, sine, sinf (i * 0.01f));
1170 FILL_BUFFER (float, sine2, sinf (i * 1.8f));
1171 FILL_BUFFER (double, sine, sin (i * 0.01));
1172 FILL_BUFFER (double, sine2, sin (i * 1.8));
1173 FILL_BUFFER (gint16, sine, (gint16) (32767 * sinf (i * 0.01f)));
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemFillUpdateCopyBufferTests.cpp57 FILL_BUFFER, enumerator
65 case FILL_BUFFER: return "Fill buffer"; in getTestTypeName()
199 case FILL_BUFFER: in iterate()
635 testGroup->addChild(createFillUpdateCopyBufferFloatTests(testCtx, FILL_BUFFER)); in createFillBufferTests()
636 testGroup->addChild(createFillUpdateCopyBufferIntegerTests(testCtx, FILL_BUFFER)); in createFillBufferTests()
637 testGroup->addChild(createFillUpdateCopyBufferUnsignedTests(testCtx, FILL_BUFFER)); in createFillBufferTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineTimestampTests.cpp165 METHOD_CASE(FILL_BUFFER) in getTransferMethodStr()