Searched refs:m_limits (Results 1 – 3 of 3) sorted by relevance
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 314 , m_limits (limits) in ReferenceContext() 318 , m_clientVertexArray (0, m_limits.maxVertexAttribs) in ReferenceContext() 323 , m_textureUnits (m_limits.maxTextureImageUnits) in ReferenceContext() 380 , m_currentAttribs (m_limits.maxVertexAttribs, rr::GenericVec4(tcu::Vec4(0, 0, 0, 1))) in ReferenceContext() 604 …RC_IF_ERROR(glu::isContextTypeES(m_limits.contextType) && (target == GL_TEXTURE_1D), GL_INVALID_EN… in bindTexture() 1042 if (target == GL_TEXTURE_1D && glu::isContextTypeGLCore(m_limits.contextType)) in texImage3D() 1045 …RC_IF_ERROR(width > m_limits.maxTexture2DSize || height != 1 || depth != 1, GL_INVALID_VALUE, RC_R… in texImage3D() 1046 RC_IF_ERROR(level > deLog2Floor32(m_limits.maxTexture2DSize), GL_INVALID_VALUE, RC_RET_VOID); in texImage3D() 1080 …RC_IF_ERROR(width > m_limits.maxTexture2DSize || height > m_limits.maxTexture2DSize || depth != 1,… in texImage3D() 1081 RC_IF_ERROR(level > deLog2Floor32(m_limits.maxTexture2DSize), GL_INVALID_VALUE, RC_RET_VOID); in texImage3D() [all …]
|
D | sglrReferenceContext.hpp | 870 ReferenceContextLimits m_limits; member in sglr::ReferenceContext
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryMappingTests.cpp | 1062 , m_limits (memoryLimits) in MemoryHeap() 1109 const PlatformMemoryLimits& m_limits; member in vkt::memory::__anond26d821d0111::MemoryHeap 1124 const bool isUMA = m_limits.totalDeviceLocalMemory == 0; in full() 1126 …locationSize = de::max(m_minAtomSize, memClass == MEMORY_CLASS_DEVICE ? m_limits.devicePageSize : … in full() 1135 const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.totalSystemMemory; in full() 1145 const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.totalSystemMemory; in full() 1148 ? m_limits.totalSystemMemory in full() 1149 : m_limits.totalDeviceLocalMemory; in full() 1169 const bool isUMA = m_limits.totalDeviceLocalMemory == 0; in allocateRandom() 1178 …onSizeGranularity = de::max(atomSize, memClass == MEMORY_CLASS_DEVICE ? m_limits.devicePageSize : … in allocateRandom() [all …]
|