Searched refs:s_textures (Results 1 – 1 of 1) sorted by relevance
1292 static const Texture s_textures[] = variable1306 for (int textureNdx = 0; textureNdx < DE_LENGTH_OF_ARRAY(s_textures); ++textureNdx) in getTestTexture()1307 if (s_textures[textureNdx].type() == imageType) in getTestTexture()1308 return s_textures[textureNdx]; in getTestTexture()1311 return s_textures[0]; in getTestTexture()1341 for (int textureNdx = 0; textureNdx < DE_LENGTH_OF_ARRAY(s_textures); ++textureNdx) in createImageStoreTests()1343 const Texture& texture = s_textures[textureNdx]; in createImageStoreTests()1365 for (int textureNdx = 0; textureNdx < DE_LENGTH_OF_ARRAY(s_textures); ++textureNdx) in createImageLoadStoreTests()1367 const Texture& texture = s_textures[textureNdx]; in createImageLoadStoreTests()1390 for (int textureNdx = 0; textureNdx < DE_LENGTH_OF_ARRAY(s_textures); ++textureNdx) in createImageFormatReinterpretTests()[all …]