Searched defs:isCube (Results 1 – 12 of 12) sorted by relevance
59 inline bool isCube (const Texture& texture) in isCube() function
38 bool isCube = image->isCube(); in imageTypesMatch() local
357 bool Image::isCube() const in isCube() function in vk::Image
121 bool isCube = de::inRange<int>(program, PROGRAM_CUBE_FLOAT, PROGRAM_CUBE_SHADOW_BIAS); in getProgram() local
204 bool isCube = de::inRange<int>(program, PROGRAM_CUBE_FLOAT, PROGRAM_CUBE_SHADOW_BIAS); in initializePrograms() local327 const bool isCube = m_type == TYPE_CUBE_MAP; in updateTextureData() local
1355 const bool isCube = (actualCreateFlags & VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT) != 0u; in execTest() local
128 inline bool isCube (const VkImageViewType viewType) in isCube() function
1553 …const bool isCube = imageViewType == VK_IMAGE_VIEW_TYPE_CUBE || imageViewType == VK_IMAGE_… in createSamplerUniform() local
939 int isCube() const { return descTable[target].cube ? 1 : 0; } in isCube() function
2329 const bool isCube = target == GL_TEXTURE_CUBE_MAP; in getTestedSize() local
1084 const bool isCube = m_reference.getImageType() == TEXTURETYPE_CUBE; in operator ()() local
3740 …const bool isCube = (viewType == vk::VK_IMAGE_VIEW_TYPE_CUBE || viewType == vk::VK_IMAGE_VI… in createImage() local