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

1 2 3 4 5 67 8 91011

  /external/deqp/framework/platform/android/
tcuTestLogParserJNI.cpp 201 m_containerParser.feed((const deUint8*)buffer, size);
286 std::vector<deUint8> data(m_containerParser.getDataSize());
  /external/deqp/framework/qphelper/
qpTestLog.c 634 deUint8* data;
656 deUint8* newData = (deUint8*)deMalloc(newCapacity);
670 deBool Buffer_append (Buffer* buffer, const deUint8* data, size_t numBytes)
686 if (!Buffer_append(buffer, (const deUint8*)dataPtr, numBytes))
735 rowPointers[ndx] = (png_byte*)((const deUint8*)data + ndx*rowStride);
908 memcpy(&compressedBuffer.data[packedStride*row], &((const deUint8*)data)[row*stride], (size_t)(pixelSize*width));
949 !qpXmlWriter_writeBase64(log->writer, (const deUint8*)writeDataPtr, writeDataBytes) ||
    [all...]
qpCrashHandler.c 322 deUint8 symInfoStorage[sizeof(SYMBOL_INFO)+MAX_NAME_LENGTH];
325 DE_STATIC_ASSERT(sizeof(TCHAR) == sizeof(deUint8));
  /external/deqp/modules/gles3/functional/
es3fShaderFragDataTests.cpp 169 const deUint8 indices[] = { 0, 1, 2, 2, 1, 3 };
270 const deUint8 indices[] = { 0, 1, 2, 2, 1, 3 };
es3fBufferMapTests.cpp 86 isOk = compareByteArrays(log, (const deUint8*)ptr, refBuf.getPtr(m_mapOffset), m_mapSize);
137 fillWithRandomBytes((deUint8*)ptr, m_size, dataSeed);
252 deMemcpy((deUint8*)ptr+mapWriteOffs, refBuf.getPtr(mapOffset+mapWriteOffs), mapSize-mapWriteOffs);
311 deMemcpy((deUint8*)ptr+mapWriteOffs, refBuf.getPtr(mapOffset+mapWriteOffs), mapSize-mapWriteOffs);
512 if (!compareByteArrays(log, (const deUint8*)ptr, refBuf.getPtr(m_mapOffset), m_mapSize))
es3fASTCDecompressionCases.cpp 91 static string astcBlockDataStr (const deUint8* data)
444 tcu::astc::generateDummyVoidExtentBlocks((deUint8*)compressed.getData() + curNumNonDummyBlocks*tcu::astc::BLOCK_SIZE_BYTES, curNumDummyBlocks);
564 tcu::astc::generateDummyNormalBlocks((deUint8*)compressed.getData(), totalNumBlocks, blockSize.x(), blockSize.y());
  /external/deqp/modules/glshared/
glsVertexArrayTests.cpp 182 (int)sizeof(deUint8), // INPUTTYPE_UNSIGNED_BYTE,
264 return GLValue::Ubyte::create((min == max ? min : (deUint8)(min + (deRandom_getUint32(&rnd) % (max.to<int>() - min.to<int>())))));
    [all...]
glsMemoryStressCase.cpp 463 vector<deUint8> m_dummyData;
484 m_dummyData = vector<deUint8>(dummySize);
487 m_dummyData = vector<deUint8>(128);
glsShaderExecUtil.cpp     [all...]
glsDrawTest.cpp 428 typedef WrappedType<deUint8> Ubyte;
719 return GLValue::Ubyte::create((min == max ? min : (deUint8)(min + (deRandom_getUint32(&rnd) % (max.to<int>() - min.to<int>())))));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmInstructionTests.cpp     [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 257 (const deUint8*)access.getDataPtr() + access.getPixelPitch()*x + access.getRowPitch()*y + access.getSlicePitch()*z);
283 (deUint8*)access.getDataPtr() + access.getPixelPitch()*x + access.getRowPitch()*y + access.getSlicePitch()*z);
325 return PixelBufferAccess(access.getFormat(), access.getSize(), pitch, (deUint8*)access.getDataPtr() + offsetToLast);
339 return ConstPixelBufferAccess(access.getFormat(), access.getSize(), pitch, (deUint8*)access.getDataPtr() + offsetToLast);
493 case TextureFormat::UNSIGNED_INT8: return UVec4(std::numeric_limits<deUint8>::max());
665 inline void fillRow (const PixelBufferAccess& dst, int y, int z, int pixelSize, const deUint8* pixel)
669 deUint8* dstPtr = (deUint8*)dst.getPixelPtr(0, y, z);
708 deUint8 u8[CLEAR_OPTIMIZE_MAX_PIXEL_SIZE];
739 deUint8 u8[CLEAR_OPTIMIZE_MAX_PIXEL_SIZE]
    [all...]
tcuEither.hpp 78 deUint8 m_data[sizeof(First) > sizeof(Second) ? sizeof(First) : sizeof(Second)];
  /external/deqp/framework/delibs/decpp/
dePoolArray.hpp 205 DE_SPECIALIZE_POOL_ARRAY_ELEMENT_BASIC_TYPE(deUint8);
332 oldPageTable = (void*)((deUint8*)newPage + pageAllocSize);
371 T* ptr = (T*)((deUint8*)m_pageTable[pageNdx] + (subNdx*elemSize));
  /external/deqp/framework/delibs/deutil/
deSocket.c 499 deUint8 bsdAddrBuf[sizeof(struct sockaddr_in6)];
546 deUint8 bsdAddrBuf[sizeof(struct sockaddr_in6)];
580 deUint8 bsdAddrBuf[sizeof(struct sockaddr_in6)];
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineCacheTests.cpp     [all...]
vktPipelineImageUtil.hpp 113 virtual void write (deUint8* destPtr) const;
  /external/deqp/external/vulkancts/framework/vulkan/
vkBinaryRegistry.cpp 166 deUint8 bytes[4];
422 vector<deUint8> bytes (progSize);
  /external/deqp/modules/gles2/functional/
es2fFlushFinishTests.cpp 249 const deUint8 indices[] = { 0, 1, 2, 2, 1, 3 };
260 deUint8 tmp[4];
  /external/deqp/executor/tools/
xeExtractShaderPrograms.cpp 179 deUint8 buf [1024];
xeExtractValues.cpp 201 deUint8 buf [1024];
xeMergeTestLogs.cpp 128 deUint8 buf [2048];
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesMipmapSparseResidency.cpp 443 std::vector<deUint8> referenceData;
448 referenceData[valueNdx] = static_cast<deUint8>((valueNdx % imageSparseMemRequirements.alignment) + 1u);
528 const deUint8* outputData = static_cast<const deUint8*>(allocation.getHostPtr());
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.hpp 317 std::vector<deUint8> m_data; //!< Data.
  /external/deqp/framework/delibs/debase/
deMemory.c 349 DE_TEST_ASSERT(*((const deUint8*)newPtr + off) == 0xaa);

Completed in 553 milliseconds

1 2 3 4 5 67 8 91011