/external/zstd/contrib/single_file_libs/examples/ |
D | roundtrip.c | 65 size_t compSize = ZSTD_compress(compBuf, bounds, rawData, sizeof rawData, ZSTD_maxCLevel()); in main() local
|
/external/zstd/tests/fuzz/ |
D | raw_dictionary_round_trip.c | 82 size_t compSize = ZSTD_compressBound(srcSize); in LLVMFuzzerTestOneInput() local
|
/external/deqp/framework/referencerenderer/ |
D | rrVertexAttrib.cpp | 498 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/ |
D | test_astype.cpp | 173 size_t compSize = typeSize*vecSize; in test_astype_set() local
|
/external/zstd/contrib/linux-kernel/test/ |
D | test.c | 30 size_t compSize; member
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 775 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/ |
D | vktTransformFeedbackFuzzLayoutCase.cpp | 469 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/ |
D | glcUniformBlockCase.cpp | 606 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/ |
D | es31fSSBOLayoutCase.cpp | 737 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/ |
D | vktUniformBlockCase.cpp | 746 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/ |
D | glsUniformBlockCase.cpp | 633 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/ |
D | zstreamtest.c | 1557 … { size_t const compSize = ZSTD_compress(comp, compCapacity, input, inputSize, -(int)inputSize); in basicUnitTests() local
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_ra.cpp | 1049 static inline uint8_t makeCompMask(int compSize, int base, int size) in makeCompMask()
|