Home
last modified time | relevance | path

Searched refs:m_limits (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp330 , m_limits (limits) in ReferenceContext()
334 , m_clientVertexArray (0, m_limits.maxVertexAttribs) in ReferenceContext()
339 , m_textureUnits (m_limits.maxTextureImageUnits) in ReferenceContext()
396 , m_currentAttribs (m_limits.maxVertexAttribs, rr::GenericVec4(tcu::Vec4(0, 0, 0, 1))) in ReferenceContext()
458 for (int unitNdx = 0; unitNdx < m_limits.maxTextureImageUnits; unitNdx++) in ReferenceContext()
623 RC_IF_ERROR(glu::isContextTypeES(m_limits.contextType) && (target == GL_TEXTURE_1D), GL_INVALID_ENUM, RC_RET_VOID); in bindTexture()
664 bool seamlessCubeMap = !isES2Context(m_limits.contextType); in bindTexture()
1062 if (target == GL_TEXTURE_1D && glu::isContextTypeGLCore(m_limits.contextType))
1065 RC_IF_ERROR(width > m_limits.maxTexture2DSize || height != 1 || depth != 1, GL_INVALID_VALUE, RC_RET_VOID);
1066 RC_IF_ERROR(level > deLog2Floor32(m_limits
[all...]
H A DsglrReferenceContext.hpp872 ReferenceContextLimits m_limits; member in sglr::ReferenceContext
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryMappingTests.cpp1201 , m_limits (memoryLimits)
1248 const tcu::PlatformMemoryLimits& m_limits;
1263 const bool isUMA = m_limits.totalDeviceLocalMemory == 0;
1265 const VkDeviceSize minAllocationSize = de::max(m_minAtomSize, memClass == MEMORY_CLASS_DEVICE ? m_limits.devicePageSize : getHostPageSize());
1274 const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.totalSystemMemory;
1284 const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.totalSystemMemory;
1287 ? m_limits.totalSystemMemory
1288 : m_limits.totalDeviceLocalMemory;
1308 const bool isUMA = m_limits.totalDeviceLocalMemory == 0;
1317 const VkDeviceSize allocationSizeGranularity = de::max(atomSize, memClass == MEMORY_CLASS_DEVICE ? m_limits
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryMappingTests.cpp1250 , m_limits (memoryLimits)
1297 const tcu::PlatformMemoryLimits& m_limits;
1312 const bool isUMA = m_limits.totalDeviceLocalMemory == 0;
1314 const VkDeviceSize minAllocationSize = de::max(m_minAtomSize, memClass == MEMORY_CLASS_DEVICE ? m_limits.devicePageSize : getHostPageSize());
1323 const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.totalSystemMemory;
1333 const VkDeviceSize totalSysMem = (VkDeviceSize)m_limits.totalSystemMemory;
1336 ? m_limits.totalSystemMemory
1337 : m_limits.totalDeviceLocalMemory;
1357 const bool isUMA = m_limits.totalDeviceLocalMemory == 0;
1366 const VkDeviceSize allocationSizeGranularity = de::max(atomSize, memClass == MEMORY_CLASS_DEVICE ? m_limits
[all...]

Completed in 8 milliseconds