Home
last modified time | relevance | path

Searched refs:colorptr (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexcompress_s3tc_tmp.h390 GLubyte *colorptr; in storedxtencodedblock() local
405 colorptr = bestcolor[0]; bestcolor[0] = bestcolor[1]; bestcolor[1] = colorptr; in storedxtencodedblock()
/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRateBasic.cpp2067 deUint32 *colorptr = (deUint32 *)colorOutputBuffer->getAllocation().getHostPtr(); in iterate() local
2093 …deUint32 *sample = &colorptr[4*(((layer * m_data.framebufferDim.height + y) * m_data.framebufferDi… in iterate()
2111 …deUint32 *sample0 = &colorptr[4*(((layer * m_data.framebufferDim.height + y) * m_data.framebufferD… in iterate()
2253 …deUint32 *othersample = &colorptr[4*(((otherLayer * m_data.framebufferDim.height + y) * m_data.fra… in iterate()
2270 …deUint32 *fsample = &colorptr[4*(((layer * m_data.framebufferDim.height + fy) * m_data.framebuffer… in iterate()