Home
last modified time | relevance | path

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

/external/skia/tests/
DVkHeapTests.cpp129 REPORTER_ASSERT(reporter, heap.allocSize() == 0 && heap.usedSize() == 0); in suballoc_test()
136 REPORTER_ASSERT(reporter, heap.allocSize() == 64 * 1024 && heap.usedSize() == 42 * 1024); in suballoc_test()
138 REPORTER_ASSERT(reporter, heap.allocSize() == 64 * 1024 && heap.usedSize() == 23 * 1024); in suballoc_test()
140 REPORTER_ASSERT(reporter, heap.allocSize() == 64 * 1024 && heap.usedSize() == 8 * 1024); in suballoc_test()
143 REPORTER_ASSERT(reporter, heap.allocSize() == 128 * 1024 && heap.usedSize() == 48 * 1024); in suballoc_test()
145 REPORTER_ASSERT(reporter, heap.allocSize() == 128 * 1024 && heap.usedSize() == 45 * 1024); in suballoc_test()
148 REPORTER_ASSERT(reporter, heap.allocSize() == 128 * 1024 && heap.usedSize() == 85 * 1024); in suballoc_test()
151 REPORTER_ASSERT(reporter, heap.allocSize() == 128 * 1024 && heap.usedSize() == 107 * 1024); in suballoc_test()
153 REPORTER_ASSERT(reporter, heap.allocSize() == 128 * 1024 && heap.usedSize() == 102 * 1024); in suballoc_test()
155 REPORTER_ASSERT(reporter, heap.allocSize() == 128 * 1024 && heap.usedSize() == 62 * 1024); in suballoc_test()
[all …]
/external/skqp/tests/
DVkHeapTests.cpp129 REPORTER_ASSERT(reporter, heap.allocSize() == 0 && heap.usedSize() == 0); in suballoc_test()
136 REPORTER_ASSERT(reporter, heap.allocSize() == 64 * 1024 && heap.usedSize() == 42 * 1024); in suballoc_test()
138 REPORTER_ASSERT(reporter, heap.allocSize() == 64 * 1024 && heap.usedSize() == 23 * 1024); in suballoc_test()
140 REPORTER_ASSERT(reporter, heap.allocSize() == 64 * 1024 && heap.usedSize() == 8 * 1024); in suballoc_test()
143 REPORTER_ASSERT(reporter, heap.allocSize() == 128 * 1024 && heap.usedSize() == 48 * 1024); in suballoc_test()
145 REPORTER_ASSERT(reporter, heap.allocSize() == 128 * 1024 && heap.usedSize() == 45 * 1024); in suballoc_test()
148 REPORTER_ASSERT(reporter, heap.allocSize() == 128 * 1024 && heap.usedSize() == 85 * 1024); in suballoc_test()
151 REPORTER_ASSERT(reporter, heap.allocSize() == 128 * 1024 && heap.usedSize() == 107 * 1024); in suballoc_test()
153 REPORTER_ASSERT(reporter, heap.allocSize() == 128 * 1024 && heap.usedSize() == 102 * 1024); in suballoc_test()
155 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/skia/src/gpu/vk/
DGrVkMemory.h141 VkDeviceSize usedSize() const { return fUsedSize; } in usedSize() function
/external/skqp/src/gpu/vk/
DGrVkMemory.h141 VkDeviceSize usedSize() const { return fUsedSize; } in usedSize() function
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp137 const deUint32 usedSize = static_cast<deUint32>(expectedCompleteSize / 3); in operator ()() local
140 m_count = usedSize; in operator ()()
145 …if (m_count != usedSize || m_result != VK_INCOMPLETE || !ValidateQueryBits::checkBits(outputData.b… in operator ()()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp514 const deUint32 usedSize = static_cast<deUint32>(expectedCompleteSize / 3); in operator ()() local
517 m_count = usedSize; in operator ()()
522 …if (m_count != usedSize || m_result != VK_INCOMPLETE || !ValidateQueryBits::checkBits(outputData.b… in operator ()()