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

/external/skia/tests/
H A DVkHeapTests.cpp129 REPORTER_ASSERT(reporter, heap.allocSize() == 0 && heap.usedSize() == 0);
136 REPORTER_ASSERT(reporter, heap.allocSize() == 64 * 1024 && heap.usedSize() == 42 * 1024);
138 REPORTER_ASSERT(reporter, heap.allocSize() == 64 * 1024 && heap.usedSize() == 23 * 1024);
140 REPORTER_ASSERT(reporter, heap.allocSize() == 64 * 1024 && heap.usedSize() == 8 * 1024);
143 REPORTER_ASSERT(reporter, heap.allocSize() == 128 * 1024 && heap.usedSize() == 48 * 1024);
145 REPORTER_ASSERT(reporter, heap.allocSize() == 128 * 1024 && heap.usedSize() == 45 * 1024);
148 REPORTER_ASSERT(reporter, heap.allocSize() == 128 * 1024 && heap.usedSize() == 85 * 1024);
151 REPORTER_ASSERT(reporter, heap.allocSize() == 128 * 1024 && heap.usedSize() == 107 * 1024);
153 REPORTER_ASSERT(reporter, heap.allocSize() == 128 * 1024 && heap.usedSize() == 102 * 1024);
155 REPORTER_ASSERT(reporter, heap.allocSize() == 128 * 1024 && heap.usedSize()
[all...]
/external/skqp/tests/
H A DVkHeapTests.cpp129 REPORTER_ASSERT(reporter, heap.allocSize() == 0 && heap.usedSize() == 0);
136 REPORTER_ASSERT(reporter, heap.allocSize() == 64 * 1024 && heap.usedSize() == 42 * 1024);
138 REPORTER_ASSERT(reporter, heap.allocSize() == 64 * 1024 && heap.usedSize() == 23 * 1024);
140 REPORTER_ASSERT(reporter, heap.allocSize() == 64 * 1024 && heap.usedSize() == 8 * 1024);
143 REPORTER_ASSERT(reporter, heap.allocSize() == 128 * 1024 && heap.usedSize() == 48 * 1024);
145 REPORTER_ASSERT(reporter, heap.allocSize() == 128 * 1024 && heap.usedSize() == 45 * 1024);
148 REPORTER_ASSERT(reporter, heap.allocSize() == 128 * 1024 && heap.usedSize() == 85 * 1024);
151 REPORTER_ASSERT(reporter, heap.allocSize() == 128 * 1024 && heap.usedSize() == 107 * 1024);
153 REPORTER_ASSERT(reporter, heap.allocSize() == 128 * 1024 && heap.usedSize() == 102 * 1024);
155 REPORTER_ASSERT(reporter, heap.allocSize() == 128 * 1024 && heap.usedSize()
[all...]
/external/mesa3d/src/mesa/program/
H A Dprogram.c451 * \param usedSize size of the 'used' array
456 GLboolean used[], GLuint usedSize)
460 memset(used, 0, usedSize);
467 assert(inst->DstReg.Index < usedSize);
468 if(inst->DstReg.Index < usedSize)
474 assert(inst->SrcReg[j].Index < (GLint) usedSize);
475 if (inst->SrcReg[j].Index < (GLint) usedSize)
488 * \param usedSize size of the 'used' array
494 GLuint usedSize, GLuint firstReg)
498 assert(firstReg < usedSize);
454 _mesa_find_used_registers(const struct gl_program *prog, gl_register_file file, GLboolean used[], GLuint usedSize) argument
493 _mesa_find_free_register(const GLboolean used[], GLuint usedSize, GLuint firstReg) argument
[all...]
H A Dprogram.h104 GLboolean used[], GLuint usedSize);
/external/skia/src/gpu/vk/
H A DGrVkMemory.h141 VkDeviceSize usedSize() const { return fUsedSize; } function in class:GrVkHeap
/external/skqp/src/gpu/vk/
H A DGrVkMemory.h141 VkDeviceSize usedSize() const { return fUsedSize; } function in class:GrVkHeap
/external/deqp/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiSurfaceTests.cpp137 const deUint32 usedSize = static_cast<deUint32>(expectedCompleteSize / 3); local
140 m_count = usedSize;
145 if (m_count != usedSize || m_result != VK_INCOMPLETE || !ValidateQueryBits::checkBits(outputData.begin() + m_count, outputData.end()))
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp514 const deUint32 usedSize = static_cast<deUint32>(expectedCompleteSize / 3); local
517 m_count = usedSize;
522 if (m_count != usedSize || m_result != VK_INCOMPLETE || !ValidateQueryBits::checkBits(outputData.begin() + m_count, outputData.end()))

Completed in 805 milliseconds