OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MEMOBJECTTYPE_BUFFER
(Results
1 - 4
of
4
) sorted by null
/external/deqp/modules/gles2/stress/
es2sMemoryTests.cpp
62
basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(),
MEMOBJECTTYPE_BUFFER
, 0, 0, 1*MiB, 1*MiB, false, false, false, false, "buffer_1mb_no_write_no_use", "1MiB buffer allocations, no data writes, no use"));
63
basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(),
MEMOBJECTTYPE_BUFFER
, 0, 0, 1*MiB, 1*MiB, true, false, false, false, "buffer_1mb_write_no_use", "1MiB buffer allocations, data writes, no use"));
64
basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(),
MEMOBJECTTYPE_BUFFER
, 0, 0, 1*MiB, 1*MiB, false, true, false, false, "buffer_1mb_no_write_use", "1MiB buffer allocations, no data writes, data used"));
65
basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(),
MEMOBJECTTYPE_BUFFER
, 0, 0, 1*MiB, 1*MiB, true, true, false, false, "buffer_1mb_write_use", "1MiB buffer allocations, data writes, data used"));
67
basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(),
MEMOBJECTTYPE_BUFFER
, 0, 0, 8*MiB, 8*MiB, false, false, false, false, "buffer_8mb_no_write_no_use", "8MiB buffer allocations, no data writes, no use"));
68
basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(),
MEMOBJECTTYPE_BUFFER
, 0, 0, 8*MiB, 8*MiB, true, false, false, false, "buffer_8mb_write_no_use", "8MiB buffer allocations, data writes, no use"));
69
basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(),
MEMOBJECTTYPE_BUFFER
, 0, 0, 8*MiB, 8*MiB, false, true, false, false, "buffer_8mb_no_write_use", "8MiB buffer allocations, no data writes, data used"));
70
basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(),
MEMOBJECTTYPE_BUFFER
, 0, 0, 8*MiB, 8*MiB, true, true, false, false, "buffer_8mb_write_use", "8MiB buffer allocations, data writes, data used"));
72
basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(),
MEMOBJECTTYPE_BUFFER
, 0, 0, 32*MiB, 32*MiB, false, false, false, false, "buffer_32mb_no_write_no_use", "32MiB buffer allocations, no data writes, no use"));
73
basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(),
MEMOBJECTTYPE_BUFFER
, 0, 0, 32*MiB, 32*MiB, true, false, false, false, "buffer_32mb_write_no_use", "32MiB buffer allo (…)
[
all
...]
/external/deqp/modules/gles3/stress/
es3sMemoryTests.cpp
64
basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(),
MEMOBJECTTYPE_BUFFER
, 0, 0, 1*MiB, 1*MiB, false, false, false, false, "buffer_1mb_no_write_no_use", "1MiB buffer allocations, no data writes, no use"));
65
basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(),
MEMOBJECTTYPE_BUFFER
, 0, 0, 1*MiB, 1*MiB, true, false, false, false, "buffer_1mb_write_no_use", "1MiB buffer allocations, data writes, no use"));
66
basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(),
MEMOBJECTTYPE_BUFFER
, 0, 0, 1*MiB, 1*MiB, false, true, false, false, "buffer_1mb_no_write_use", "1MiB buffer allocations, no data writes, data used"));
67
basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(),
MEMOBJECTTYPE_BUFFER
, 0, 0, 1*MiB, 1*MiB, true, true, false, false, "buffer_1mb_write_use", "1MiB buffer allocations, data writes, data used"));
69
basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(),
MEMOBJECTTYPE_BUFFER
, 0, 0, 8*MiB, 8*MiB, false, false, false, false, "buffer_8mb_no_write_no_use", "8MiB buffer allocations, no data writes, no use"));
70
basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(),
MEMOBJECTTYPE_BUFFER
, 0, 0, 8*MiB, 8*MiB, true, false, false, false, "buffer_8mb_write_no_use", "8MiB buffer allocations, data writes, no use"));
71
basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(),
MEMOBJECTTYPE_BUFFER
, 0, 0, 8*MiB, 8*MiB, false, true, false, false, "buffer_8mb_no_write_use", "8MiB buffer allocations, no data writes, data used"));
72
basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(),
MEMOBJECTTYPE_BUFFER
, 0, 0, 8*MiB, 8*MiB, true, true, false, false, "buffer_8mb_write_use", "8MiB buffer allocations, data writes, data used"));
74
basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(),
MEMOBJECTTYPE_BUFFER
, 0, 0, 32*MiB, 32*MiB, false, false, false, false, "buffer_32mb_no_write_no_use", "32MiB buffer allocations, no data writes, no use"));
75
basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(),
MEMOBJECTTYPE_BUFFER
, 0, 0, 32*MiB, 32*MiB, true, false, false, false, "buffer_32mb_write_no_use", "32MiB buffer allo (…)
[
all
...]
/external/deqp/modules/glshared/
glsMemoryStressCase.hpp
40
MEMOBJECTTYPE_BUFFER
= (1 << 1),
glsMemoryStressCase.cpp
513
case
MEMOBJECTTYPE_BUFFER
:
Completed in 85 milliseconds