HomeSort by relevance Sort by last modified time
    Searched full:demin32 (Results 1 - 25 of 43) sorted by null

1 2

  /external/deqp/modules/gles2/functional/
es2fReadPixelsTests.cpp 247 const deUint8 redThreshold = (deUint8)deCeilFloatToInt32(256.0f * (2.0f / (1 << deMin32(m_context.getRenderTarget().getPixelFormat().redBits, formatBitDepths.x()))));
248 const deUint8 greenThreshold = (deUint8)deCeilFloatToInt32(256.0f * (2.0f / (1 << deMin32(m_context.getRenderTarget().getPixelFormat().greenBits, formatBitDepths.y()))));
249 const deUint8 blueThreshold = (deUint8)deCeilFloatToInt32(256.0f * (2.0f / (1 << deMin32(m_context.getRenderTarget().getPixelFormat().blueBits, formatBitDepths.z()))));
250 const deUint8 alphaThreshold = (deUint8)deCeilFloatToInt32(256.0f * (2.0f / (1 << deMin32(m_context.getRenderTarget().getPixelFormat().alphaBits, formatBitDepths.w()))));
260 const float redThreshold = 2.0f / (1 << deMin32(m_context.getRenderTarget().getPixelFormat().redBits, formatBitDepths.x()));
261 const float greenThreshold = 2.0f / (1 << deMin32(m_context.getRenderTarget().getPixelFormat().greenBits, formatBitDepths.y()));
262 const float blueThreshold = 2.0f / (1 << deMin32(m_context.getRenderTarget().getPixelFormat().blueBits, formatBitDepths.z()));
263 const float alphaThreshold = 2.0f / (1 << deMin32(m_context.getRenderTarget().getPixelFormat().alphaBits, formatBitDepths.w()));
es2fColorClearTest.cpp 198 spanLength = deMin32(spanLength, op.m_rect.x() + op.m_rect.z() - x);
213 spanLength = deMin32(spanLength, op.m_rect.x() - x);
es2fDepthTests.cpp 132 int width = deMin32(renderTarget.getWidth(), 128);
133 int height = deMin32(renderTarget.getHeight(), 128);
es2fStencilTests.cpp 264 int value = deMin32(ndx*stencilStep, endVal-1);
285 int width = deMin32(128, renderTarget.getWidth());
286 int height = deMin32(128, renderTarget.getHeight());
305 genOps(ops[ndx], stencilBits, depthBits, deMin32(ndx*stencilStep, (1<<stencilBits)-1));
es2fVertexTextureTests.cpp 551 const int viewportWidth = deMin32(m_context.getRenderTarget().getWidth(), MAX_2D_RENDER_WIDTH);
552 const int viewportHeight = deMin32(m_context.getRenderTarget().getHeight(), MAX_2D_RENDER_HEIGHT);
869 const int viewportWidth = deMin32(m_context.getRenderTarget().getWidth(), MAX_CUBE_RENDER_WIDTH);
870 const int viewportHeight = deMin32(m_context.getRenderTarget().getHeight(), MAX_CUBE_RENDER_HEIGHT);
    [all...]
  /external/deqp/framework/delibs/debase/
deDefs.c 107 num = deMin32((int)strlen(reason), DE_LENGTH_OF_ARRAY(wreason)-1);
112 num = deMin32((int)strlen(file), DE_LENGTH_OF_ARRAY(wfile)-1);
  /external/deqp/modules/gles3/functional/
es3fReadPixelsTests.cpp 386 const deUint8 redThreshold = (deUint8)deCeilFloatToInt32(256.0f * (2.0f / (1 << deMin32(m_context.getRenderTarget().getPixelFormat().redBits, formatBitDepths.x()))));
387 const deUint8 greenThreshold = (deUint8)deCeilFloatToInt32(256.0f * (2.0f / (1 << deMin32(m_context.getRenderTarget().getPixelFormat().greenBits, formatBitDepths.y()))));
388 const deUint8 blueThreshold = (deUint8)deCeilFloatToInt32(256.0f * (2.0f / (1 << deMin32(m_context.getRenderTarget().getPixelFormat().blueBits, formatBitDepths.z()))));
389 const deUint8 alphaThreshold = (deUint8)deCeilFloatToInt32(256.0f * (2.0f / (1 << deMin32(m_context.getRenderTarget().getPixelFormat().alphaBits, formatBitDepths.w()))));
399 const float redThreshold = 2.0f / (1 << deMin32(m_context.getRenderTarget().getPixelFormat().redBits, formatBitDepths.x()));
400 const float greenThreshold = 2.0f / (1 << deMin32(m_context.getRenderTarget().getPixelFormat().greenBits, formatBitDepths.y()));
401 const float blueThreshold = 2.0f / (1 << deMin32(m_context.getRenderTarget().getPixelFormat().blueBits, formatBitDepths.z()));
402 const float alphaThreshold = 2.0f / (1 << deMin32(m_context.getRenderTarget().getPixelFormat().alphaBits, formatBitDepths.w()));
es3fColorClearTest.cpp 198 spanLength = deMin32(spanLength, op.m_rect.x() + op.m_rect.z() - x);
213 spanLength = deMin32(spanLength, op.m_rect.x() - x);
es3fDepthTests.cpp 135 int width = deMin32(renderTarget.getWidth(), 128);
136 int height = deMin32(renderTarget.getHeight(), 128);
es3fFboTestCase.cpp 68 int width = deMin32(renderTarget.getWidth(), m_viewportWidth);
69 int height = deMin32(renderTarget.getHeight(), m_viewportHeight);
es3fStencilTests.cpp 267 int value = deMin32(ndx*stencilStep, endVal-1);
288 int width = deMin32(128, renderTarget.getWidth());
289 int height = deMin32(128, renderTarget.getHeight());
308 genOps(ops[ndx], stencilBits, depthBits, deMin32(ndx*stencilStep, (1<<stencilBits)-1));
es3fVertexTextureTests.cpp 652 const int viewportWidth = deMin32(m_context.getRenderTarget().getWidth(), MAX_2D_RENDER_WIDTH);
653 const int viewportHeight = deMin32(m_context.getRenderTarget().getHeight(), MAX_2D_RENDER_HEIGHT);
    [all...]
es3fInstancedRenderingTests.cpp 436 int width = deMin32(m_context.getRenderTarget().getWidth(), MAX_RENDER_WIDTH);
437 int height = deMin32(m_context.getRenderTarget().getHeight(), MAX_RENDER_HEIGHT);
es3fPrimitiveRestartTests.cpp 459 int width = deMin32(m_context.getRenderTarget().getWidth(), MAX_RENDER_WIDTH);
460 int height = deMin32(m_context.getRenderTarget().getHeight(), MAX_RENDER_HEIGHT);
  /external/deqp/framework/delibs/destream/
deRingbuffer.c 140 writeSize = deMin32(ringbuffer->blockSize - ringbuffer->inPos, bufSize - *written);
237 writeSize = deMin32(ringbuffer->blockUsage[ringbuffer->outBlock] - ringbuffer->outPos, bufSize - *read);
  /external/deqp/framework/qphelper/
qpXmlWriter.c 172 return &s_indentStr[s_indentStrLen - deMin32(s_indentStrLen, indentLevel)];
277 int numRead = deMin32(3, numBytes - srcNdx);
  /external/deqp/modules/egl/
teglCreateSurfaceTests.cpp 244 width = deMin32(width, display.getConfigAttrib(config, EGL_MAX_PBUFFER_WIDTH));
245 height = deMin32(height, display.getConfigAttrib(config, EGL_MAX_PBUFFER_HEIGHT));
teglQuerySurfaceTests.cpp 373 width = deMin32(width, display.getConfigAttrib(config, EGL_MAX_PBUFFER_WIDTH));
374 height = deMin32(height, display.getConfigAttrib(config, EGL_MAX_PBUFFER_HEIGHT));
629 width = deMin32(width, display.getConfigAttrib(config, EGL_MAX_PBUFFER_WIDTH));
630 height = deMin32(height, display.getConfigAttrib(config, EGL_MAX_PBUFFER_HEIGHT));
teglMemoryStressTests.cpp 424 min = deMin32(m_allocationCounts[allocNdx], min);
  /external/deqp/modules/gles31/functional/
es31fFboTestCase.cpp 68 int width = deMin32(renderTarget.getWidth(), m_viewportWidth);
69 int height = deMin32(renderTarget.getHeight(), m_viewportHeight);
  /external/deqp/framework/delibs/depool/
dePoolHeap.h 110 int childNdx1 = deMin32(childNdx0 + 1, numElements - 1); \
dePoolMultiSet.h 237 int count = deMin32(aCount, bCount); \
  /external/deqp/framework/randomshaders/
rsgProgramExecutor.cpp 235 int packetEnd = deMin32((packetNdx+1)*EXEC_VEC_WIDTH, numVertices);
311 int packetEnd = deMin32((packetNdx+1)*EXEC_VEC_WIDTH, width*height);
  /external/deqp/framework/common/
tcuVector.hpp 256 for (i = 0; i < deMin32(Size, NewSize); i++)
  /external/deqp/framework/egl/
egluCallLogWrapper.inl 72 m_log << TestLog::Message << "// param 2 = " << getPointerStr(param2, (param4 && returnValue) ? deMin32(param3, *param4) : 0) << TestLog::EndMessage;

Completed in 629 milliseconds

1 2