Home
last modified time | relevance | path

Searched refs:usedSize (Results 1 – 7 of 7) sorted by relevance

/external/skia/tests/
DVkHeapTests.cpp128 REPORTER_ASSERT(reporter, heap.allocSize() == 0 && heap.usedSize() == 0); in suballoc_test()
135 REPORTER_ASSERT(reporter, heap.allocSize() == 64 * 1024 && heap.usedSize() == 42 * 1024); in suballoc_test()
137 REPORTER_ASSERT(reporter, heap.allocSize() == 64 * 1024 && heap.usedSize() == 23 * 1024); in suballoc_test()
139 REPORTER_ASSERT(reporter, heap.allocSize() == 64 * 1024 && heap.usedSize() == 8 * 1024); in suballoc_test()
142 REPORTER_ASSERT(reporter, heap.allocSize() == 128 * 1024 && heap.usedSize() == 48 * 1024); in suballoc_test()
144 REPORTER_ASSERT(reporter, heap.allocSize() == 128 * 1024 && heap.usedSize() == 45 * 1024); in suballoc_test()
147 REPORTER_ASSERT(reporter, heap.allocSize() == 128 * 1024 && heap.usedSize() == 85 * 1024); in suballoc_test()
150 REPORTER_ASSERT(reporter, heap.allocSize() == 128 * 1024 && heap.usedSize() == 107 * 1024); in suballoc_test()
152 REPORTER_ASSERT(reporter, heap.allocSize() == 128 * 1024 && heap.usedSize() == 102 * 1024); in suballoc_test()
154 REPORTER_ASSERT(reporter, heap.allocSize() == 128 * 1024 && heap.usedSize() == 62 * 1024); in suballoc_test()
[all …]
/external/mesa3d/src/mesa/program/
Dprogram.c456 GLboolean used[], GLuint usedSize) in _mesa_find_used_registers() argument
460 memset(used, 0, usedSize); in _mesa_find_used_registers()
467 assert(inst->DstReg.Index < usedSize); in _mesa_find_used_registers()
468 if(inst->DstReg.Index < usedSize) in _mesa_find_used_registers()
474 assert(inst->SrcReg[j].Index < (GLint) usedSize); in _mesa_find_used_registers()
475 if (inst->SrcReg[j].Index < (GLint) usedSize) in _mesa_find_used_registers()
494 GLuint usedSize, GLuint firstReg) in _mesa_find_free_register() argument
498 assert(firstReg < usedSize); in _mesa_find_free_register()
500 for (i = firstReg; i < usedSize; i++) in _mesa_find_free_register()
Dprogram.h104 GLboolean used[], GLuint usedSize);
/external/svox/pico/lib/
Dpicoos.c268 picoos_ptrdiff_t usedSize; member
384 this->usedSize = 0; in picoos_newMemoryManager()
483 *usedBytes = (picoos_int32) this->usedSize; in picoos_getMemUsage()
484 *incrUsedBytes = (picoos_int32) (this->usedSize - this->prevUsedSize); in picoos_getMemUsage()
487 this->prevUsedSize = this->usedSize; in picoos_getMemUsage()
550 this->usedSize += cellSize; in picoos_allocate()
551 if (this->usedSize > this->maxUsedSize) { in picoos_allocate()
552 this->maxUsedSize = this->usedSize; in picoos_allocate()
574 this->usedSize -= c->size; in picoos_deallocate()
/external/skia/src/gpu/vk/
DGrVkMemory.h139 VkDeviceSize usedSize() const { return fUsedSize; } in usedSize() function
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp129 const deUint32 usedSize = static_cast<deUint32>(expectedCompleteSize / 3); in operator ()() local
132 m_count = usedSize; in operator ()()
137 …if (m_count != usedSize || m_result != VK_INCOMPLETE || !ValidateQueryBits::checkBits(outputData.b… in operator ()()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp505 const deUint32 usedSize = static_cast<deUint32>(expectedCompleteSize / 3); in operator ()() local
508 m_count = usedSize; in operator ()()
513 …if (m_count != usedSize || m_result != VK_INCOMPLETE || !ValidateQueryBits::checkBits(outputData.b… in operator ()()