Home
last modified time | relevance | path

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

/external/deqp/framework/referencerenderer/
DrrVertexAttrib.cpp498 const int compSize = getComponentSize(vertexAttrib.type); in readVertexAttrib() local
518 const int compSize = getComponentSize(vertexAttrib.type); in readVertexAttrib() local
538 const int compSize = getComponentSize(vertexAttrib.type); in readVertexAttrib() local
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp780 const size_t compSize = getDataTypeByteSize(scalarType); in generateValue() local
1122 const int compSize = sizeof(deUint32); in generateImmMatrixSrc() local
1155 const int compSize = sizeof(deUint32); in generateImmMatrixSrc() local
1200 const size_t compSize = getDataTypeByteSize(scalarType); in generateImmScalarVectorSrc() local
1562 const size_t compSize = getDataTypeByteSize(scalarType); in copyBufferVarData() local
1770 const size_t compSize = getDataTypeByteSize(scalarType); in compareBufferVarData() local
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockCase.cpp611 const int compSize = sizeof(deUint32); in generateValue() local
868 const int compSize = sizeof(deUint32); in generateValueSrc() local
1227 const int compSize = sizeof(deUint32); in copyUniformData() local
1809 const int compSize = sizeof(deUint32); in checkLayoutBounds() 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
1495 const int compSize = sizeof(deUint32); in copyBufferVarData() local
1702 const int compSize = sizeof(deUint32); in compareBufferVarData() local
2564 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/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp751 const size_t compSize = getDataTypeByteSize(scalarType); in generateValue() local
1237 const size_t compSize = getDataTypeByteSize(scalarType); in generateValueSrc() local
1319 const int compSize = sizeof(deUint32); in writeMatrixTypeSrc() local
1351 const int compSize = sizeof(deUint32); in writeMatrixTypeSrc() local
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ra.cpp981 static inline uint8_t makeCompMask(int compSize, int base, int size) in makeCompMask()