Lines Matching refs:testTexture
1211 vk::VkImageSubresourceRange resolveSubresourceRange (const TestTexture& testTexture, const vk::VkIm… in resolveSubresourceRange() argument
1216 resolved.levelCount = testTexture.getNumLevels()-subresource.baseMipLevel; in resolveSubresourceRange()
1219 resolved.layerCount = testTexture.getArraySize()-subresource.baseArrayLayer; in resolveSubresourceRange()
1224 MovePtr<tcu::Texture1DView> getTexture1DView (const TestTexture& testTexture, const vk::VkImageSubr… in getTexture1DView() argument
1232 …const tcu::ConstPixelBufferAccess& srcLevel = testTexture.getLevel((int)subresource.baseMipLevel+l… in getTexture1DView()
1240 MovePtr<tcu::Texture1DArrayView> getTexture1DArrayView (const TestTexture& testTexture, const vk::V… in getTexture1DArrayView() argument
1242 const TestTexture1D* tex1D = dynamic_cast<const TestTexture1D*>(&testTexture); in getTexture1DArrayView()
1243 const TestTexture1DArray* tex1DArray = dynamic_cast<const TestTexture1DArray*>(&testTexture); in getTexture1DArrayView()
1261 MovePtr<tcu::Texture2DView> getTexture2DView (const TestTexture& testTexture, const vk::VkImageSubr… in getTexture2DView() argument
1263 const TestTexture2D* tex2D = dynamic_cast<const TestTexture2D*>(&testTexture); in getTexture2DView()
1264 const TestTexture2DArray* tex2DArray = dynamic_cast<const TestTexture2DArray*>(&testTexture); in getTexture2DView()
1283 MovePtr<tcu::Texture2DArrayView> getTexture2DArrayView (const TestTexture& testTexture, const vk::V… in getTexture2DArrayView() argument
1285 const TestTexture2D* tex2D = dynamic_cast<const TestTexture2D*>(&testTexture); in getTexture2DArrayView()
1286 const TestTexture2DArray* tex2DArray = dynamic_cast<const TestTexture2DArray*>(&testTexture); in getTexture2DArrayView()
1304 MovePtr<tcu::TextureCubeView> getTextureCubeView (const TestTexture& testTexture, const vk::VkImage… in getTextureCubeView() argument
1316 const TestTextureCube* texCube = dynamic_cast<const TestTextureCube*>(&testTexture); in getTextureCubeView()
1317 const TestTextureCubeArray* texCubeArray = dynamic_cast<const TestTextureCubeArray*>(&testTexture); in getTextureCubeView()
1346 MovePtr<tcu::TextureCubeArrayView> getTextureCubeArrayView (const TestTexture& testTexture, const v… in getTextureCubeArrayView() argument
1348 const TestTextureCubeArray* texCubeArray = dynamic_cast<const TestTextureCubeArray*>(&testTexture); in getTextureCubeArrayView()
1365 MovePtr<tcu::Texture3DView> getTexture3DView (const TestTexture& testTexture, const vk::VkImageSubr… in getTexture3DView() argument
1372 …levels[levelNdx] = testTexture.getLevel((int)subresource.baseMipLevel+levelNdx, subresource.baseAr… in getTexture3DView()