Home
last modified time | relevance | path

Searched defs:compSize (Results 1 – 8 of 8) sorted by relevance

/external/deqp/framework/referencerenderer/
DrrVertexAttrib.cpp495 const int compSize = getComponentSize(vertexAttrib.type); in readVertexAttrib() local
515 const int compSize = getComponentSize(vertexAttrib.type); in readVertexAttrib() local
535 const int compSize = getComponentSize(vertexAttrib.type); in readVertexAttrib() local
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp657 const int compSize = sizeof(deUint32); in generateValue() local
898 const int compSize = sizeof(deUint32); in generateImmMatrixSrc() local
931 const int compSize = sizeof(deUint32); in generateImmScalarVectorSrc() local
1259 const int compSize = sizeof(deUint32); in copyBufferVarData() local
1466 const int compSize = sizeof(deUint32); in compareBufferVarData() local
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp742 const int compSize = sizeof(deUint32); in generateValue() local
983 const int compSize = sizeof(deUint32); in generateImmMatrixSrc() local
1016 const int compSize = sizeof(deUint32); in generateImmScalarVectorSrc() local
1481 const int compSize = sizeof(deUint32); in copyBufferVarData() local
1688 const int compSize = sizeof(deUint32); in compareBufferVarData() local
2550 const int compSize = sizeof(deUint32); in checkLayoutBounds() local
/external/deqp/modules/glshared/
DglsUniformBlockCase.cpp632 const int compSize = sizeof(deUint32); in generateValue() local
948 const int compSize = sizeof(deUint32); in generateValueSrc() local
1276 const int compSize = sizeof(deUint32); in copyUniformData() local
1840 const int compSize = sizeof(deUint32); in checkLayoutBounds() local
/external/opencv3/3rdparty/openexr/IlmImf/
DImfOutputFile.cpp603 int compSize = compressor->compress (_lineBuffer->dataPtr, in execute() local
DImfTiledOutputFile.cpp789 int compSize = _tileBuffer->compressor->compressTile in execute() local
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp579 const int compSize = sizeof(deUint32); in generateValue() local
894 const int compSize = sizeof(deUint32); in generateValueSrc() local
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_ra.cpp841 static inline uint8_t makeCompMask(int compSize, int base, int size) in makeCompMask()