Searched refs:MAX_UBO_RANGE (Results 1 – 1 of 1) sorted by relevance
55 MAX_UBO_RANGE = 0x4000u, enumerator2234 DE_ASSERT(m_bufferType != BUFFER_TYPE_UNIFORM || m_resourceDesc.size.x() <= MAX_UBO_RANGE); in BufferSupport()2517 DE_ASSERT(m_bufferType != BUFFER_TYPE_UNIFORM || m_resourceDesc.size.x() <= MAX_UBO_RANGE); in CopyBufferSupport()5403 return resourceDesc.type == RESOURCE_TYPE_BUFFER && resourceDesc.size.x() <= MAX_UBO_RANGE; in isResourceSupported()