Searched defs:isCube (Results 1 – 12 of 12) sorted by relevance
62 inline bool isCube (const Texture& texture) in isCube() function
121 bool isCube = de::inRange<int>(program, PROGRAM_CUBE_FLOAT, PROGRAM_CUBE_SHADOW_BIAS); in getProgram() local
171 bool isCube() const in isCube() function
212 bool isCube = de::inRange<int>(program, PROGRAM_CUBE_FLOAT, PROGRAM_CUBE_SHADOW_BIAS); in initializePrograms() local354 const bool isCube = (m_type == TYPE_CUBE_MAP) || (m_type == TYPE_CUBE_ARRAY); in updateTextureData() local
480 bool isCube; member2156 bool isCube; in createImageClearingTestsCommon() member
132 inline bool isCube (const VkImageViewType viewType) in isCube() function
1535 const bool isCube = (actualCreateFlags & VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT) != 0u; in execTest() local
103 …const bool isCube = (viewType == VK_IMAGE_VIEW_TYPE_CUBE || viewType == VK_IMAGE_VIEW_TYPE_CU… in textureCreateFlags() local
992 int isCube() const { return descTable[target].cube ? 1 : 0; } in isCube() function
2339 const bool isCube = target == GL_TEXTURE_CUBE_MAP; in getTestedSize() local
1118 const bool isCube = m_reference.getImageType() == TEXTURETYPE_CUBE; in operator ()() local
3819 …const bool isCube = (viewType == vk::VK_IMAGE_VIEW_TYPE_CUBE || viewType == vk::VK_IMAGE_VI… in createImage() local