HomeSort by relevance Sort by last modified time
    Searched refs:compSize (Results 1 - 11 of 11) sorted by null

  /frameworks/base/libs/androidfw/include/androidfw/
StreamingZipInflater.h 34 StreamingZipInflater(int fd, off64_t compDataStart, size_t uncompSize, size_t compSize);
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp 713 const int compSize = sizeof(deUint32);
733 deUint8* const compPtr = vecPtr + compSize*compNdx;
    [all...]
  /frameworks/base/libs/androidfw/
StreamingZipInflater.cpp 54 size_t uncompSize, size_t compSize) {
59 mInTotalSize = compSize;
  /external/deqp/framework/referencerenderer/
rrVertexAttrib.cpp 495 const int compSize = getComponentSize(vertexAttrib.type);
496 const int stride = (vertexAttrib.stride != 0) ? (vertexAttrib.stride) : (vertexAttrib.size*compSize);
515 const int compSize = getComponentSize(vertexAttrib.type);
516 const int stride = (vertexAttrib.stride != 0) ? (vertexAttrib.stride) : (vertexAttrib.size*compSize);
535 const int compSize = getComponentSize(vertexAttrib.type);
536 const int stride = (vertexAttrib.stride != 0) ? (vertexAttrib.stride) : (vertexAttrib.size*compSize);
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp 742 const int compSize = sizeof(deUint32);
762 deUint8* const compPtr = vecPtr + compSize*compNdx;
983 const int compSize = sizeof(deUint32);
994 const deUint8* compPtr = (const deUint8*)valuePtr + (isRowMajor ? rowNdx*matrixStride + colNdx*compSize
995 : colNdx*matrixStride + rowNdx*compSize);
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcUniformBlockCase.cpp 611 const int compSize = sizeof(deUint32);
625 deUint8* compPtr = vecPtr + compSize * compNdx;
868 const int compSize = sizeof(deUint32);
885 const deUint8* compPtr = elemPtr + (entry.isRowMajor ? rowNdx * entry.matrixStride + colNdx * compSize :
886 colNdx * entry.matrixStride + rowNdx * compSize);
899 const deUint8* compPtr = elemPtr + scalarNdx * compSize;
    [all...]
  /external/deqp/modules/glshared/
glsUniformBlockCase.cpp 632 const int compSize = sizeof(deUint32);
646 deUint8* compPtr = vecPtr + compSize*compNdx;
948 const int compSize = sizeof(deUint32);
965 const deUint8* compPtr = elemPtr + (entry.isRowMajor ? rowNdx*entry.matrixStride + colNdx*compSize
966 : colNdx*entry.matrixStride + rowNdx*compSize);
979 const deUint8* compPtr = elemPtr + scalarNdx*compSize;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp 583 const int compSize = sizeof(deUint32);
597 deUint8* compPtr = vecPtr + compSize*compNdx;
980 const int compSize = sizeof(deUint32);
997 const deUint8* compPtr = elemPtr + (entry.isRowMajor ? (rowNdx * entry.matrixStride + colNdx * compSize)
998 : (colNdx * entry.matrixStride + rowNdx * compSize));
1011 const deUint8* compPtr = elemPtr + scalarNdx * compSize;
    [all...]
  /packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
genPCLm.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_ra.cpp 983 static inline uint8_t makeCompMask(int compSize, int base, int size)
987 switch (compSize) {
997 assert(compSize <= 8);
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 

Completed in 1173 milliseconds