HomeSort by relevance Sort by last modified time
    Searched refs:deUint8 (Results 176 - 200 of 275) sorted by null

1 2 3 4 5 6 78 91011

  /external/deqp/framework/delibs/depool/
dePoolArray.h 293 DE_DECLARE_POOL_ARRAY(deUint8Array, deUint8);
  /external/deqp/framework/platform/android/
tcuAndroidInternals.cpp 130 return reinterpret_cast<T1*>((deUint8*)ptr + bytes);
  /external/deqp/framework/randomshaders/
rsgExpression.hpp 243 deUint8 m_swizzle[4];
  /external/deqp/modules/gles2/functional/
es2fShaderFragDataTests.cpp 169 const deUint8 indices[] = { 0, 1, 2, 2, 1, 3 };
  /external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp 264 std::vector<tcu::Vector<deUint8, 4> > buffer(textureSize*textureSize);
271 const deUint8 redComponent = (deUint8)de::clamp(de::abs((float)x / (float)textureSize - 0.5f) * 255.0f + de::abs((float)y / (float)textureSize - 0.5f) * 255.0f, 0.0f, 255.0f);
273 buffer[x * textureSize + y] = tcu::Vector<deUint8, 4>(redComponent, 255, 255, 255);
313 const deUint8 texRedComponent = (deUint8)de::clamp(de::abs(texGradientPosX - 0.5f) * 255.0f + de::abs(texGradientPosY - 0.5f) * 255.0f, 0.0f, 255.0f);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 497 vector<deUint8> texData (numSamplers * texFormat.getPixelSize());
603 const float result = *((const float*)(const deUint8*)&outData[lookupNdx*outLookupStride + invocationNdx]);
626 const deUint8* resPtr = (const deUint8*)&outData[lookupNdx*outLookupStride];
    [all...]
es31fShaderSharedVarTests.cpp 303 vector<deUint8> emptyData(outBlockInfo.dataSize);
327 const int resVal = *((const int*)((const deUint8*)resPtr + outVarInfo.offset + outVarInfo.arrayStride*ndx));
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp 585 deUint8* elemPtr = (deUint8*)basePtr + entry.offset + (isArray ? elemNdx*entry.arrayStride : 0);
589 deUint8* vecPtr = elemPtr + (isMatrix ? vecNdx*entry.matrixStride : 0);
593 deUint8* compPtr = vecPtr + compSize*compNdx;
893 const deUint8* elemPtr = (const deUint8*)basePtr + entry.offset + (isArray ? elementNdx * entry.arrayStride : 0);
911 const deUint8* compPtr = elemPtr + (entry.isRowMajor ? (rowNdx * entry.matrixStride + colNdx * compSize)
925 const deUint8* compPtr = elemPtr + scalarNdx * compSize;
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingTests.cpp 453 deUint8 a = m_buffer[i*4 + (tri ? 1 : 3)];
454 deUint8 b = m_buffer[i*4 + (tri ? 2 : 0)];
455 deUint8 c = m_buffer[i*4 + (tri ? 0 : 2)];
460 reference->setPixel(x, y, tcu::RGBA((deUint8)val, (deUint8)val, (deUint8)val, 255));
    [all...]
  /external/deqp/modules/gles3/performance/
es3pDepthTests.cpp 802 deUint8 buffer[4];
860 deUint8 buffer[4];
939 deUint8 buffer[4];
977 deUint8 buffer[4];
    [all...]
  /external/deqp/execserver/
xsWin32TestProcess.cpp 229 std::vector<deUint8> tmpBuf (FILEREADER_TMP_BUFFER_SIZE);
754 int Win32TestProcess::readTestLog (deUint8* dst, int numBytes)
  /external/deqp/executor/tools/
xeCommandLineExecutor.cpp 258 deUint8 buf[1024];
391 deUint8 buf [1024];
xeTestLogCompare.cpp 182 deUint8 buf [1024];
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeShaderBuiltinVarTests.cpp 480 const deUint8* ptr = reinterpret_cast<deUint8*>(resultAlloc.getHostPtr());
  /external/deqp/modules/gles3/functional/
es3fFlushFinishTests.cpp 273 const deUint8 indices[] = { 0, 1, 2, 2, 1, 3 };
284 deUint8 tmp[4];
es3fPixelBufferObjectTests.cpp 549 const deUint8* bufferData = (const deUint8*)glMapBufferRange(GL_PIXEL_PACK_BUFFER, 0, readDataSize, GL_MAP_READ_BIT);
  /external/deqp/executor/
xeTestCaseResult.hpp 270 std::vector<deUint8> data;
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawImageObjectUtil.hpp 257 std::vector<deUint8> m_pixelAccessData;
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateBaseClass.cpp 133 deUint8* ptr = reinterpret_cast<unsigned char *>(m_vertexBuffer->getBoundMemory().getHostPtr());
vktDynamicStateImageObjectUtil.hpp 258 std::vector<deUint8> m_pixelAccessData;
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolImageObjectUtil.hpp 247 std::vector<deUint8> m_pixelAccessData;
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 136 de::ArrayBuffer<deUint8> m_data[MAX_TEXTURE_SIZE_LOG2];
400 const deUint8* getData (void) const { return m_data.empty() ? DE_NULL : &m_data[0]; }
401 deUint8* getData (void) { return m_data.empty() ? DE_NULL : &m_data[0]; }
404 std::vector<deUint8> m_data;
    [all...]
  /external/deqp/modules/glshared/
glsFragmentOpUtil.cpp 186 const deUint8 indices[] = { 0, 2, 1, 1, 2, 3 };
glsLongStressCase.hpp 331 std::vector<deUint8> attrDataBuf;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageSamplingInstance.cpp 131 const tcu::ConstPixelBufferAccess srcLevelLayers (srcLevel.getFormat(), srcLevel.getWidth(), srcLevel.getHeight(), subresourceRange.layerCount, (deUint8*)srcLevel.getDataPtr() + srcLayerOffset);
153 const tcu::ConstPixelBufferAccess srcLevelLayers (srcLevel.getFormat(), srcLevel.getWidth(), subresourceRange.layerCount, 1, (deUint8*)srcLevel.getDataPtr() + srcLayerOffset);
171 const tcu::ConstPixelBufferAccess srcLevelLayers(srcLevel.getFormat(), srcLevel.getWidth(), srcLevel.getHeight(), srcLevel.getDepth(), (deUint8*)srcLevel.getDataPtr());
    [all...]

Completed in 427 milliseconds

1 2 3 4 5 6 78 91011