Searched defs:miplevels (Results 1 – 10 of 10) sorted by relevance
16 Type viewType, uint32_t miplevels, in Make()
22 uint32_t miplevels, in Make()
410 int miplevels = this->textureInfo().mipmapped() == Mipmapped::kYes in getImageView() local
182 unsigned miplevels; in fd5_sampler_view_create() local
183 unsigned miplevels; in fd3_sampler_view_create() local
181 unsigned miplevels; in fd4_sampler_view_create() local
257 unsigned miplevels; in fd6_sampler_view_create() local
568 uint32_t miplevels = VC4_GET_FIELD(p0, VC4_TEX_P0_MIPLVLS); in reloc_tex() local
789 int miplevels = (int)lima_fixed8_to_float(desc->max_lod); in parse_texture() local
1161 TestTexture2D::TestTexture2D(const tcu::TextureFormat &format, int width, int height, int miplevels) in TestTexture2D()