Searched refs:s_textures (Results 1 – 2 of 2) sorted by relevance
1178 static const Texture s_textures[] = variable1192 for (int textureNdx = 0; textureNdx < DE_LENGTH_OF_ARRAY(s_textures); ++textureNdx) in getTestTexture()1193 if (s_textures[textureNdx].type() == imageType) in getTestTexture()1194 return s_textures[textureNdx]; in getTestTexture()1197 return s_textures[0]; in getTestTexture()1227 for (int textureNdx = 0; textureNdx < DE_LENGTH_OF_ARRAY(s_textures); ++textureNdx) in createImageStoreTests()1229 const Texture& texture = s_textures[textureNdx]; in createImageStoreTests()1251 for (int textureNdx = 0; textureNdx < DE_LENGTH_OF_ARRAY(s_textures); ++textureNdx) in createImageLoadStoreTests()1253 const Texture& texture = s_textures[textureNdx]; in createImageLoadStoreTests()1276 for (int textureNdx = 0; textureNdx < DE_LENGTH_OF_ARRAY(s_textures); ++textureNdx) in createImageFormatReinterpretTests()[all …]
145 static const Texture s_textures[] = variable1774 for (int textureNdx = 0; textureNdx < DE_LENGTH_OF_ARRAY(s_textures); ++textureNdx) in createImageMutableTests()1776 const Texture& texture = s_textures[textureNdx]; in createImageMutableTests()