Home
last modified time | relevance | path

Searched refs:m_dst (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/execserver/
H A DxsWin32TestProcess.cpp105 : m_dst (INVALID_HANDLE_VALUE) in CaseListWriter()
118 m_dst = dst; in start()
145 if (!WriteFile(m_dst, &m_caseList[curPos], (DWORD)numToWrite, NULL, &overlapped)) in run()
159 if (!GetOverlappedResult(m_dst, &overlapped, &numBytesWritten, FALSE)) in run()
170 if (!CancelIo(m_dst)) in run()
197 m_dst = INVALID_HANDLE_VALUE; in stop()
H A DxsWin32TestProcess.hpp89 HANDLE m_dst; member in xs::win32::CaseListWriter
/third_party/vk-gl-cts/executor/
H A DxeXMLWriter.hpp41 EscapeStreambuf (std::ostream& dst) : m_dst(dst) {} in EscapeStreambuf()
48 std::ostream& m_dst; member in xe::xml::EscapeStreambuf
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgProgramExecutor.cpp168 : m_dst (dst) in ProgramExecutor()
301 int width = m_dst.getWidth(); in execute()
302 int height = m_dst.getHeight(); in execute()
354 m_dst.setPixel(c, x, m_dst.getHeight()-y-1); in execute()
H A DrsgProgramExecutor.hpp54 tcu::PixelBufferAccess m_dst; member in rsg::ProgramExecutor
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp2587 prepareDstPxls(test_case.m_dst, dst_pixels); in iterate()
2588 prepareSrcPxls(test_case.m_src, test_case.m_dst.m_internal_format, src_pixels); in iterate()
2591 m_dst_tex_name = prepareTexture(test_case.m_dst, (const GLubyte**)dst_pixels, m_dst_buf_name); in iterate()
2709 const bool is_dst_multi_layer = Utils::isTargetMultilayer(test_case.m_dst.m_target); in copyAndVerify()
2749 test_case.m_dst.m_target, test_case.m_dst.m_level, test_case.m_dst_x, in copyAndVerify()
2761 test_case.m_src_y, src_layer, m_dst_tex_name, test_case.m_dst.m_target, in copyAndVerify()
2762 test_case.m_dst.m_level, test_case.m_dst_x, test_case.m_dst_y, dst_layer, in copyAndVerify()
2780 << ", dst: " << glu::getTextureTargetStr(test_case.m_dst.m_target) in copyAndVerify()
2781 << ". Levels src: " << test_case.m_src.m_level << ", dst: " << test_case.m_dst in copyAndVerify()
[all...]
H A Dgl4cCopyImageTests.hpp118 targetDesc m_dst; member
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fPrimitiveBoundingBoxTests.cpp3415 const RenderTarget m_dst;
3431 , m_dst (dst)
3456 << ((m_dst == TARGET_DEFAULT) ? ("default fb") : ("fbo"))
3466 if (m_dst == TARGET_DEFAULT && defaultFBMultisampled)
3484 if (m_dst == TARGET_FBO)
3553 const tcu::IVec2 dstSize = (m_dst == TARGET_DEFAULT) ? (tcu::IVec2(m_context.getRenderTarget().getWidth(), m_context.getRenderTarget().getHeight())) : (tcu::IVec2(FBO_SIZE, FBO_SIZE));
3669 gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, (m_dst == TARGET_FBO) ? (**m_dstFbo) : (m_context.getRenderContext().getDefaultFramebuffer()));
3689 const tcu::IVec2 dstSize = (m_dst == TARGET_DEFAULT) ? (tcu::IVec2(m_context.getRenderTarget().getWidth(), m_context.getRenderTarget().getHeight())) : (tcu::IVec2(FBO_SIZE, FBO_SIZE));
3700 gl.bindFramebuffer(GL_READ_FRAMEBUFFER, (m_dst == TARGET_FBO) ? (**m_dstFbo) : (m_context.getRenderContext().getDefaultFramebuffer()));
/third_party/vk-gl-cts/framework/common/
H A DtcuAstcUtil.cpp1697 : m_dst (dst)
1721 return m_forward ? m_dst.setBits(m_startNdxInSrc + low, m_startNdxInSrc + high, actualBits)
1722 : m_dst.setBits(m_startNdxInSrc - high, m_startNdxInSrc - low, reverseBits(actualBits, numBitsToDst));
1726 AssignBlock128& m_dst;
/third_party/backends/backend/
H A Davision.c2517 uint8_t* m_dst = (uint8_t*)dst; in avision_cmd() local
2610 status = sanei_usb_read_bulk(av_con->usb_dn, &(m_dst[out_count]), in avision_cmd()
2615 DBG (1, "Got 1 byte - status? (%d) Resending.\n", m_dst[out_count]); in avision_cmd()

Completed in 25 milliseconds