Home
last modified time | relevance | path

Searched refs:sizeOut (Results 1 – 19 of 19) sorted by relevance

/external/aac/libArithCoding/src/
Dac_arith_coder.cpp532 static inline void copyTableAmrwbArith2(UCHAR tab[], int sizeIn, int sizeOut) { in copyTableAmrwbArith2() argument
539 if (sizeIn < sizeOut) { in copyTableAmrwbArith2()
540 tab[sizeOut + 0] = tab[sizeIn + 0]; in copyTableAmrwbArith2()
541 tab[sizeOut + 1] = tab[sizeIn + 1]; in copyTableAmrwbArith2()
542 if (sizeIn < (sizeOut >> 2)) { in copyTableAmrwbArith2()
544 } else if (sizeIn == (sizeOut >> 2)) { in copyTableAmrwbArith2()
548 i = sizeOut - 1; in copyTableAmrwbArith2()
560 if (sizeOut < (sizeIn >> 2)) { in copyTableAmrwbArith2()
562 } else if (sizeOut == (sizeIn >> 2)) { in copyTableAmrwbArith2()
566 for (i = 0, j = 0; i < sizeOut; j += k) { in copyTableAmrwbArith2()
[all …]
/external/angle/util/
Dtest_utils.cpp27 bool GetFileSize(const char *filePath, uint32_t *sizeOut) in GetFileSize() argument
36 *sizeOut = static_cast<uint32_t>(stream.tellg()); in GetFileSize()
Dtest_utils.h62 bool GetFileSize(const char *filePath, uint32_t *sizeOut);
/external/angle/src/libANGLE/renderer/gl/
DProgramGL.cpp830 size_t *sizeOut) const in getUniformBlockSize()
837 *sizeOut = 0; in getUniformBlockSize()
844 *sizeOut = static_cast<size_t>(dataSize); in getUniformBlockSize()
910 size_t *sizeOut) const in getShaderStorageBlockSize()
918 *sizeOut = 0; in getShaderStorageBlockSize()
927 *sizeOut = static_cast<size_t>(dataSize); in getShaderStorageBlockSize()
1126 size_t *sizeOut) { in linkResources() argument
1127 return this->getUniformBlockSize(name, mappedName, sizeOut); in linkResources()
1138 size_t *sizeOut) { in linkResources() argument
1139 return this->getShaderStorageBlockSize(name, mappedName, sizeOut); in linkResources()
DProgramGL.h130 size_t *sizeOut) const;
139 size_t *sizeOut) const;
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp146 VkDeviceSize *sizeOut) in AllocateBufferOrImageMemory() argument
156 *sizeOut = memoryRequirements.size; in AllocateBufferOrImageMemory()
549 VkDeviceSize *sizeOut) in AllocateBufferMemory() argument
553 deviceMemoryOut, sizeOut); in AllocateBufferMemory()
562 VkDeviceSize *sizeOut) in AllocateImageMemory() argument
565 extraAllocationInfo, image, deviceMemoryOut, sizeOut); in AllocateImageMemory()
Dvk_utils.h399 VkDeviceSize *sizeOut);
407 VkDeviceSize *sizeOut);
/external/angle/src/libANGLE/
DProgramLinkedResources.cpp576 bool getBlockSize(const std::string &name, const std::string &mappedName, size_t *sizeOut);
646 size_t *sizeOut) in getBlockSize() argument
654 *sizeOut = 0; in getBlockSize()
658 *sizeOut = sizeIter->second; in getBlockSize()
1435 const std::string &mappedName, size_t *sizeOut) { in linkResources() argument
1436 return uniformBlockInfo.getBlockSize(name, mappedName, sizeOut); in linkResources()
1460 size_t *sizeOut) { in linkResources() argument
1461 return shaderStorageBlockInfo.getBlockSize(name, mappedName, sizeOut); in linkResources()
DProgramLinkedResources.h95 bool(const std::string &blockName, const std::string &blockMappedName, size_t *sizeOut)>;
Dqueryutils.h251 void GetPointSize(const GLES1State *state, GLfloat *sizeOut);
Dqueryutils.cpp2990 void GetPointSize(const GLES1State *state, GLfloat *sizeOut) in GetPointSize() argument
2993 *sizeOut = params.pointSize; in GetPointSize()
/external/skqp/src/pdf/
DSkPDFFont.h49 static SkExclusiveStrikePtr MakeVectorCache(SkTypeface*, int* sizeOut);
/external/python/cpython2/Modules/
Dalmodule.c1488 if (pvs[i].sizeOut < 0) { in al_GetParams()
1506 pvs[i].sizeOut *= pvs[i].size2Out; in al_GetParams()
1510 item = PyList_New(pvs[i].sizeOut); in al_GetParams()
1511 for (j = 0; j < pvs[i].sizeOut; j++) { in al_GetParams()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_9_0.inc360 size_t *sizeOut) {
364 return func_ptr(state, cubinOut, sizeOut);
Dcuda_10_0.inc370 size_t *sizeOut) {
374 return func_ptr(state, cubinOut, sizeOut);
Dcuda_10_1.inc370 size_t *sizeOut) {
374 return func_ptr(state, cubinOut, sizeOut);
Dcuda_11_0.inc385 size_t *sizeOut) {
389 return func_ptr(state, cubinOut, sizeOut);
Dcuda_10_2.inc378 size_t *sizeOut) {
382 return func_ptr(state, cubinOut, sizeOut);
Dcuda_11_2.inc426 size_t *sizeOut) {
430 return func_ptr(state, cubinOut, sizeOut);