Home
last modified time | relevance | path

Searched refs:frameIdx (Results 1 – 5 of 5) sorted by relevance

/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/
Dtest_functions_api.cpp167 for (size_t frameIdx = 0; frameIdx < iterationNum; ++frameIdx) in api_functions() local
170 bufferRef1[frameIdx % FRAME_NUM], width, height)) in api_functions()
212 bufferRef1[frameIdx % FRAME_NUM], width, in api_functions()
217 frameIdx); in api_functions()
233 0, 0, &bufferRef2[frameIdx % FRAME_NUM][offset], 0, 0, in api_functions()
271 bufferRef2[frameIdx % FRAME_NUM], width, in api_functions()
276 frameIdx); in api_functions()
336 bufferRef2[frameIdx % FRAME_NUM], width, in api_functions()
342 frameIdx); in api_functions()
376 &bufferRef1[frameIdx % FRAME_NUM][offset], &error); in api_functions()
[all …]
Dtest_functions_kernel.cpp216 for (size_t frameIdx = 0; frameIdx < iterationNum; ++frameIdx) in kernel_functions() local
219 bufferIn[frameIdx % FRAME_NUM], width, height)) in kernel_functions()
369 if (!YUVCompare(surfaceFormat, out, bufferExp[frameIdx % FRAME_NUM], in kernel_functions()
374 frameIdx); in kernel_functions()
407 bufferExp[frameIdx % FRAME_NUM], width, height)) in kernel_functions()
411 frameIdx); in kernel_functions()
Dtest_other_data_types.cpp245 for (size_t frameIdx = 0; frameIdx < iterationNum; ++frameIdx) in other_data_types() local
263 &bufferIn[frameIdx % FRAME_NUM][y * width * planeNum], in other_data_types()
299 out, bufferIn[frameIdx % FRAME_NUM], width, in other_data_types()
304 frameIdx); in other_data_types()
312 &bufferExp[frameIdx % FRAME_NUM][0], 0, 0, 0); in other_data_types()
442 out, bufferIn[frameIdx % FRAME_NUM], width, in other_data_types()
447 frameIdx); in other_data_types()
454 &bufferExp[frameIdx % FRAME_NUM][y * width * planeNum], in other_data_types()
499 bufferExp[frameIdx % FRAME_NUM], width, height, in other_data_types()
504 frameIdx); in other_data_types()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawDifferingInterpolationTests.cpp168 for (deUint32 frameIdx = 0; frameIdx < DE_LENGTH_OF_ARRAY(frames); frameIdx++) in iterate() local
175 …aderModule(vk, device, m_context.getBinaryCollection().get(vertShaderNames[frameIdx].c_str()), 0)); in iterate()
176 …aderModule(vk, device, m_context.getBinaryCollection().get(fragShaderNames[frameIdx].c_str()), 0)); in iterate()
188 …colorTargetImages[frameIdx] = Image::createAndAlloc(vk, device, targetImageCreateInfo, m_co… in iterate()
193 …const ImageViewCreateInfo colorTargetViewInfo (colorTargetImages[frameIdx]->object(), VK_IMAGE_V… in iterate()
306 …initialTransitionColor2DImage(vk, *cmdBuffer, colorTargetImages[frameIdx]->object(), VK_IMAGE_LAYO… in iterate()
309 vk.cmdClearColorImage(*cmdBuffer, colorTargetImages[frameIdx]->object(), in iterate()
325 …frames[frameIdx] = colorTargetImages[frameIdx]->readSurface(queue, m_context.getDefaultAllocator()… in iterate()
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DAltsTsiFrameProtector.java153 for (int frameIdx = 0; frameIdx < frameNum; ++frameIdx) { in handleUnprotected()
155 (frameIdx == frameNum - 1) ? lastFrameUnprotectedBytes : maxUnprotectedBytesPerFrame; in handleUnprotected()
345 for (int frameIdx = 0; frameIdx < ciphertextsAndTags.size(); ++frameIdx) { in handlePayload()
346 out = writeSlice(unprotectedBuf, unprotectedLens.get(frameIdx) + suffixBytes); in handlePayload()
347 crypter.decrypt(out, ciphertextsAndTags.get(frameIdx)); in handlePayload()