Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/
Dtest_memory_access.cpp37 std::vector<cl_uchar> bufferRef1(frameSize, 0); in memory_access() local
40 || !YUVGenerate(surfaceFormat, bufferRef1, width, height, 91, 180) in memory_access()
175 &bufferRef1[offset], 0, 0, 0); in memory_access()
204 if (!YUVCompare(surfaceFormat, bufferOut0, bufferRef1, width, height)) in memory_access()
274 if (!YUVCompare(surfaceFormat, out, bufferRef1, width, height)) in memory_access()
298 if (!YUVCompare(surfaceFormat, bufferOut1, bufferRef1, width, height)) in memory_access()
369 if (!YUVCompare(surfaceFormat, out, bufferRef1, width, height)) in memory_access()
Dtest_functions_api.cpp38 std::vector<std::vector<cl_uchar>> bufferRef1(FRAME_NUM); in api_functions() local
45 if (!YUVGenerate(surfaceFormat, bufferRef1[i], width, height, in api_functions()
170 bufferRef1[frameIdx % FRAME_NUM], width, height)) in api_functions()
212 bufferRef1[frameIdx % FRAME_NUM], width, in api_functions()
376 &bufferRef1[frameIdx % FRAME_NUM][offset], &error); in api_functions()
408 bufferRef1[frameIdx % FRAME_NUM], width, in api_functions()
461 bufferRef1[frameIdx % FRAME_NUM], width, in api_functions()
/external/deqp/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.cpp2259 CColorArray bufferRef1(getWindowWidth() / 2 * getWindowHeight() / 2, colors_instanced[0]); in Run() local
2266 …sult.sub_result(BuffersCompare(bufferTest, getWindowWidth() / 2, getWindowHeight() / 2, bufferRef1, in Run()
2276 …sult.sub_result(BuffersCompare(bufferTest, getWindowWidth() / 2, getWindowHeight() / 2, bufferRef1, in Run()
2281 …sult.sub_result(BuffersCompare(bufferTest, getWindowWidth() / 2, getWindowHeight() / 2, bufferRef1, in Run()
2963 …CColorArray bufferRef1(getWindowWidth() * getWindowHeight() / 2, tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f)… in Run() local
2969 result.sub_result(BuffersCompare(bufferTest, getWindowWidth(), getWindowHeight() / 2, bufferRef1, in Run()
3270 …CColorArray bufferRef1(getWindowWidth() * getWindowHeight() / 2, tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f)… in Run() local
3276 result.sub_result(BuffersCompare(bufferTest, getWindowWidth(), getWindowHeight() / 2, bufferRef1, in Run()
3380 …CColorArray bufferRef1(getWindowWidth() * getWindowHeight() / 2, tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f)… in Run() local
3386 result.sub_result(BuffersCompare(bufferTest, getWindowWidth(), getWindowHeight() / 2, bufferRef1, in Run()
[all …]