Searched refs:s_textures (Results 1 – 2 of 2) sorted by relevance
1244 static const Texture s_textures[] = variable1258 for (int textureNdx = 0; textureNdx < DE_LENGTH_OF_ARRAY(s_textures); ++textureNdx) in getTestTexture()1259 if (s_textures[textureNdx].type() == imageType) in getTestTexture()1260 return s_textures[textureNdx]; in getTestTexture()1263 return s_textures[0]; in getTestTexture()1295 for (int textureNdx = 0; textureNdx < DE_LENGTH_OF_ARRAY(s_textures); ++textureNdx) in createImageStoreTests()1297 const Texture& texture = s_textures[textureNdx]; in createImageStoreTests()1329 for (int textureNdx = 0; textureNdx < DE_LENGTH_OF_ARRAY(s_textures); ++textureNdx) in createImageLoadStoreTests()1331 const Texture& texture = s_textures[textureNdx]; in createImageLoadStoreTests()1361 for (int textureNdx = 0; textureNdx < DE_LENGTH_OF_ARRAY(s_textures); ++textureNdx) in createImageFormatReinterpretTests()[all …]
150 static const Texture s_textures[] = variable1783 for (int textureNdx = 0; textureNdx < DE_LENGTH_OF_ARRAY(s_textures); ++textureNdx) in createImageMutableTests()1785 const Texture& texture = s_textures[textureNdx]; in createImageMutableTests()2299 for (int textureNdx = 0; textureNdx < DE_LENGTH_OF_ARRAY(s_textures); ++textureNdx) in createSwapchainImageMutableTests()2301 const Texture& texture = s_textures[textureNdx]; in createSwapchainImageMutableTests()