Home
last modified time | relevance | path

Searched refs:m_info (Results 1 – 21 of 21) sorted by relevance

/third_party/boost/libs/container/test/
Dmonotonic_buffer_resource_test.cpp31 BOOST_TEST(mrl.m_info.size() == 0u); in test_constructor()
45 BOOST_TEST(mrl.m_info.size() == (i+1)); in test_allocate()
47 BOOST_TEST(mrl.m_info[i].bytes > alloc); in test_allocate()
48 BOOST_TEST(mrl.m_info[i].alignment == memory_resource::max_align); in test_allocate()
50 BOOST_TEST(mrl.m_info[i].address < addr); in test_allocate()
51 BOOST_TEST(addr < (mrl.m_info[i].address + mrl.m_info[i].bytes)); in test_allocate()
53 BOOST_TEST((addr + alloc) <= (mrl.m_info[i].address + mrl.m_info[i].bytes)); in test_allocate()
72 BOOST_TEST(mrl.m_info.size() == AllocCount); in test_release()
77 BOOST_TEST(mrl.m_info.size() == 0u); in test_release()
103 BOOST_TEST(mrl.m_info.size() == AllocCount); in test_destructor()
[all …]
Dmemory_resource_logger.hpp29 boost::container::vector<allocation_info> m_info; member in memory_resource_logger
33 : m_info() in memory_resource_logger()
50 m_info.push_back(info); in do_allocate()
56 std::size_t i = 0, max = m_info.size(); in do_deallocate()
57 while(i != max && m_info[i].address != p){ in do_deallocate()
64 const allocation_info &info = m_info[i]; in do_deallocate()
67 m_info.erase(m_info.nth(i)); in do_deallocate()
78 while(!m_info.empty()){ in reset()
79 std::free(m_info.back().address); in reset()
80 m_info.pop_back(); in reset()
Dpool_resource_test.hpp86 BOOST_TEST(mrl.m_info.size() == 0u); in test_options_constructor()
95 BOOST_TEST(mrl.m_info.size() == 0u); in test_options_constructor()
100 BOOST_TEST(mrl.m_info.size() == 0u); in test_options_constructor()
111 BOOST_TEST(mrl.m_info.size() == 0u); in test_options_constructor()
116 BOOST_TEST(mrl.m_info.size() == 0u); in test_options_constructor()
126 BOOST_TEST(mrl.m_info.size() == 0u); in test_options_constructor()
131 BOOST_TEST(mrl.m_info.size() == 0u); in test_options_constructor()
142 BOOST_TEST(mrl.m_info.size() == 0u); in test_options_constructor()
243 BOOST_TEST(mrl.m_info.size() == 2u); in test_do_allocate_deallocate()
247 BOOST_TEST(mrl.m_info.size() == 3u); in test_do_allocate_deallocate()
[all …]
/third_party/vk-gl-cts/modules/egl/
DteglChooseConfigReference.cpp160 …return getCaveatRank((EGLenum)a.m_info.configCaveat) < getCaveatRank((EGLenum)b.m_info.configCavea… in compareCaveat()
165 …return getColorBufferTypeRank((EGLenum)a.m_info.colorBufferType) < getColorBufferTypeRank((EGLenum… in compareColorBufferType()
170 return getYuvOrderRank((EGLenum)a.m_info.yuvOrder) < getYuvOrderRank((EGLenum)b.m_info.yuvOrder); in compareYuvOrder()
175 …rn getColorComponentTypeRank((EGLenum)a.m_info.colorComponentType) < getColorComponentTypeRank((EG… in compareColorComponentType()
180 DE_ASSERT(a.m_info.colorBufferType == b.m_info.colorBufferType); in compareColorBufferBits()
181 switch (a.m_info.colorBufferType) in compareColorBufferBits()
187 …return (a.m_info.redSize * mask[0] + a.m_info.greenSize * mask[1] + a.m_info.blueSize * mask[2] + … in compareColorBufferBits()
188 …> (b.m_info.redSize * mask[0] + b.m_info.greenSize * mask[1] + b.m_info.blueSize * mask[2] + b.m_i… in compareColorBufferBits()
195 …return (a.m_info.luminanceSize * mask[0] + a.m_info.alphaSize * mask[1]) > (b.m_info.luminanceSize… in compareColorBufferBits()
199 return yuvPlaneBppSpecified ? (a.m_info.yuvPlaneBpp > b.m_info.yuvPlaneBpp) : false; in compareColorBufferBits()
[all …]
/third_party/vk-gl-cts/framework/opengl/
DgluShaderProgram.cpp44 m_info.type = shaderType; in Shader()
54 m_info.type = shaderType; in Shader()
70 m_info.source.clear(); in setSources()
74 m_info.source += std::string(sourceStrings[ndx], length); in setSources()
80 m_info.compileOk = false; in compile()
81 m_info.compileTimeUs = 0; in compile()
82 m_info.infoLog.clear(); in compile()
87 m_info.compileTimeUs = deGetMicroseconds() - compileStart; in compile()
99 m_info.compileOk = compileStatus != GL_FALSE; in compile()
124 m_info.infoLog = std::string(&infoLog[0], infoLog.size()); in compile()
[all …]
DgluShaderProgram.hpp97 const ShaderInfo& getInfo (void) const { return m_info; } in getInfo()
112 ShaderInfo m_info; //!< Client-side clone of state for debug / perf reasons. member in glu::Shader
135 const ProgramInfo& getInfo (void) const { return m_info; } in getInfo()
153 ProgramInfo m_info; member in glu::Program
/third_party/vk-gl-cts/framework/common/
DtcuWaiverUtil.cpp42 m_info << std::hex in SessionInfo()
52 m_info << "#sessionInfo vendor \"" << vendor << "\"\n" in SessionInfo()
60 m_info << "#sessionInfo waiverUrls \"" << m_waiverUrls << "\"\n"; in get()
65 m_info << "#sessionInfo commandLineParameters \"" << m_cmdLine << "\"\n"; in get()
68 return m_info.str(); in get()
DtcuWaiverUtil.hpp60 std::stringstream m_info; member in tcu::SessionInfo
/third_party/libunwind/include/mingw/
Dfreebsd-elf32.h151 Elf32_Word m_info; /* size + index */ member
Dfreebsd-elf64.h169 Elf64_Xword m_info; /* size + index */ member
/third_party/libunwind/include/win/
Dfreebsd-elf32.h151 Elf32_Word m_info; /* size + index */ member
Dfreebsd-elf64.h169 Elf64_Xword m_info; /* size + index */ member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp1255 m_info.sType = VK_STRUCTURE_TYPE_ACQUIRE_NEXT_IMAGE_INFO_KHR; in AcquireNextImage2Wrapper()
1256 m_info.pNext = DE_NULL; in AcquireNextImage2Wrapper()
1257 m_info.swapchain = swapchain; in AcquireNextImage2Wrapper()
1258 m_info.timeout = timeout; in AcquireNextImage2Wrapper()
1259 m_info.semaphore = DE_NULL; in AcquireNextImage2Wrapper()
1260 m_info.fence = DE_NULL; in AcquireNextImage2Wrapper()
1261 m_info.deviceMask = deviceMask; in AcquireNextImage2Wrapper()
1271 m_info.semaphore = semaphore; in call()
1272 m_info.fence = fence; in call()
1274 &m_info, in call()
[all …]
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp712 const DrawBufferInfo m_info; member in deqp::gles31::Functional::__anon444b8c150111::FragmentShader
718 , m_info (info) in FragmentShader()
722 switch (tcu::getTextureChannelClass(m_info.getFormat().type)) in FragmentShader()
750 DE_UNREF(m_info); in shadeFragments()
763 switch (tcu::getTextureChannelClass(m_info.getFormat().type)) in shadeFragments()
Des31fCopyImageTests.cpp458 deUint32 getTarget (void) const { return m_info.getTarget(); } in getTarget()
462 const ImageInfo m_info; member in deqp::gles31::Functional::__anon400649f70111::TextureImageIterator
471 , m_info (info) in TextureImageIterator()
491 m_levelSize = getLevelSize(m_info.getTarget(), m_info.getSize(), m_currentLevel); in nextImage()
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h1093 Elf32_Word m_info; member
1101 Elf64_Xword m_info; member
/third_party/musl/porting/uniproton/kernel/include/
Delf.h1093 Elf32_Word m_info; member
1101 Elf64_Xword m_info; member
/third_party/musl/ndk_musl_include/
Delf.h1093 Elf32_Word m_info; member
1101 Elf64_Xword m_info; member
/third_party/musl/porting/linux/user/include/
Delf.h1098 Elf32_Word m_info; member
1106 Elf64_Xword m_info; member
/third_party/musl/include/
Delf.h1093 Elf32_Word m_info; member
1101 Elf64_Xword m_info; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h1093 Elf32_Word m_info; member
1101 Elf64_Xword m_info; member