Home
last modified time | relevance | path

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

/external/zstd/build/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.c85 size_t compSize = ZSTD_compressBound(srcSize); in LLVMFuzzerTestOneInput() local
/external/deqp/framework/referencerenderer/
DrrVertexAttrib.cpp638 const int compSize = getComponentSize(vertexAttrib.type); in readVertexAttrib() local
661 const int compSize = getComponentSize(vertexAttrib.type); in readVertexAttrib() local
684 const int compSize = getComponentSize(vertexAttrib.type); in readVertexAttrib() local
/external/OpenCL-CTS/test_conformance/basic/
Dtest_astype.cpp142 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.cpp799 const size_t compSize = getDataTypeByteSize(scalarType); in generateValue() local
1061 const int compSize = sizeof(uint32_t); in generateImmMatrixSrc() local
1094 const int compSize = sizeof(uint32_t); in generateImmMatrixSrc() local
1141 const size_t compSize = getDataTypeByteSize(scalarType); in generateImmScalarVectorSrc() local
1602 const size_t compSize = getDataTypeByteSize(scalarType); in copyBufferVarData() local
1823 const size_t compSize = getDataTypeByteSize(scalarType); in compareBufferVarData() local
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.cpp466 const size_t compSize = getDataTypeByteSize(scalarType); in createMask() local
924 const size_t compSize = getDataTypeByteSize(scalarType); in generateValue() local
1243 const size_t compSize = getDataTypeByteSize(scalarType); in generateValueSrc() local
1359 const size_t compSize = getDataTypeByteSize(scalarType); in writeMatrixTypeSrc() local
1872 const size_t compSize = getDataTypeByteSize(scalarType); in validateValue() local
DvktTransformFeedbackSimpleTests.cpp4164 const auto compSize = static_cast<uint32_t>(sizeof(float)); in checkSupport() local
5431 const auto compSize = static_cast<uint32_t>(sizeof(float)); in initPrograms() local
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockCase.cpp613 const int compSize = sizeof(uint32_t); in generateValue() local
870 const int compSize = sizeof(uint32_t); in generateValueSrc() local
1229 const int compSize = sizeof(uint32_t); in copyUniformData() local
1813 const int compSize = sizeof(uint32_t); in checkLayoutBounds() local
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp731 const int compSize = sizeof(uint32_t); in generateValue() local
1020 const int compSize = sizeof(uint32_t); in generateImmMatrixSrc() local
1052 const int compSize = sizeof(uint32_t); in generateImmScalarVectorSrc() local
1564 const int compSize = sizeof(uint32_t); in copyBufferVarData() local
1784 const int compSize = sizeof(uint32_t); in compareBufferVarData() local
2681 const int compSize = sizeof(uint32_t); in checkLayoutBounds() local
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp757 const size_t compSize = getDataTypeByteSize(scalarType); in generateValue() local
1329 const size_t compSize = getDataTypeByteSize(scalarType); in generateValueSrc() local
1426 const int compSize = sizeof(uint32_t); in writeMatrixTypeSrc() local
1460 const int compSize = sizeof(uint32_t); in writeMatrixTypeSrc() local
/external/deqp/modules/glshared/
DglsUniformBlockCase.cpp630 const int compSize = sizeof(uint32_t); in generateValue() local
1001 const int compSize = sizeof(uint32_t); in generateValueSrc() local
1359 const int compSize = sizeof(uint32_t); in copyUniformData() local
1942 const int compSize = sizeof(uint32_t); in checkLayoutBounds() local
/external/mesa3d/src/nouveau/codegen/
Dnv50_ir_ra.cpp955 static inline uint8_t makeCompMask(int compSize, int base, int size) in makeCompMask()
/external/zstd/tests/
Dzstreamtest.c1803 … { size_t const compSize = ZSTD_compress(comp, compCapacity, input, inputSize, -(int)inputSize); in basicUnitTests() local