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

  /external/deqp/framework/referencerenderer/
rrVertexAttrib.cpp 498 const int compSize = getComponentSize(vertexAttrib.type);
499 const int stride = (vertexAttrib.stride != 0) ? (vertexAttrib.stride) : (vertexAttrib.size*compSize);
518 const int compSize = getComponentSize(vertexAttrib.type);
519 const int stride = (vertexAttrib.stride != 0) ? (vertexAttrib.stride) : (vertexAttrib.size*compSize);
538 const int compSize = getComponentSize(vertexAttrib.type);
539 const int stride = (vertexAttrib.stride != 0) ? (vertexAttrib.stride) : (vertexAttrib.size*compSize);
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp 780 const size_t compSize = getDataTypeByteSize(scalarType);
800 deUint8* const compPtr = vecPtr + compSize*compNdx;
    [all...]
  /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 751 const size_t compSize = getDataTypeByteSize(scalarType);
765 deUint8* compPtr = vecPtr + compSize*compNdx;
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_ra.cpp 981 static inline uint8_t makeCompMask(int compSize, int base, int size)
985 switch (compSize) {
995 assert(compSize <= 8);
    [all...]

Completed in 7491 milliseconds