Home
last modified time | relevance | path

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

/external/zstd/contrib/single_file_libs/examples/
Droundtrip.c65 size_t compSize = ZSTD_compress(compBuf, bounds, rawData, sizeof rawData, ZSTD_maxCLevel()); in main() local
/external/zstd/tests/fuzz/
Draw_dictionary_round_trip.c82 size_t compSize = ZSTD_compressBound(srcSize); in LLVMFuzzerTestOneInput() local
/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/OpenCL-CTS/test_conformance/basic/
Dtest_astype.cpp173 size_t compSize = typeSize*vecSize; in test_astype_set() local
/external/zstd/contrib/linux-kernel/test/
Dtest.c30 size_t compSize; member
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp775 const size_t compSize = getDataTypeByteSize(scalarType); in generateValue() local
1136 const int compSize = sizeof(deUint32); in generateImmMatrixSrc() local
1174 const int compSize = sizeof(deUint32); in generateImmMatrixSrc() local
1219 const size_t compSize = getDataTypeByteSize(scalarType); in generateImmScalarVectorSrc() local
1630 const size_t compSize = getDataTypeByteSize(scalarType); in copyBufferVarData() local
1838 const size_t compSize = getDataTypeByteSize(scalarType); in compareBufferVarData() local
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.cpp469 const size_t compSize = getDataTypeByteSize(scalarType); in createMask() local
912 const size_t compSize = getDataTypeByteSize(scalarType); in generateValue() local
1211 const size_t compSize = getDataTypeByteSize(scalarType); in generateValueSrc() local
1323 const size_t compSize = getDataTypeByteSize(scalarType); in writeMatrixTypeSrc() local
1803 const size_t compSize = getDataTypeByteSize(scalarType); in validateValue() local
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockCase.cpp606 const int compSize = sizeof(deUint32); in generateValue() local
863 const int compSize = sizeof(deUint32); in generateValueSrc() local
1222 const int compSize = sizeof(deUint32); in copyUniformData() local
1804 const int compSize = sizeof(deUint32); in checkLayoutBounds() local
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp737 const int compSize = sizeof(deUint32); in generateValue() local
978 const int compSize = sizeof(deUint32); in generateImmMatrixSrc() local
1011 const int compSize = sizeof(deUint32); in generateImmScalarVectorSrc() local
1490 const int compSize = sizeof(deUint32); in copyBufferVarData() local
1697 const int compSize = sizeof(deUint32); in compareBufferVarData() local
2559 const int compSize = sizeof(deUint32); in checkLayoutBounds() local
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp746 const size_t compSize = getDataTypeByteSize(scalarType); in generateValue() local
1204 const size_t compSize = getDataTypeByteSize(scalarType); in generateValueSrc() local
1286 const int compSize = sizeof(deUint32); in writeMatrixTypeSrc() local
1318 const int compSize = sizeof(deUint32); in writeMatrixTypeSrc() local
/external/deqp/modules/glshared/
DglsUniformBlockCase.cpp633 const int compSize = sizeof(deUint32); in generateValue() local
951 const int compSize = sizeof(deUint32); in generateValueSrc() local
1279 const int compSize = sizeof(deUint32); in copyUniformData() local
1843 const int compSize = sizeof(deUint32); in checkLayoutBounds() local
/external/zstd/tests/
Dzstreamtest.c1557 … { size_t const compSize = ZSTD_compress(comp, compCapacity, input, inputSize, -(int)inputSize); in basicUnitTests() local
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ra.cpp1049 static inline uint8_t makeCompMask(int compSize, int base, int size) in makeCompMask()