Searched defs:miplevels (Results 1 – 9 of 9) sorted by relevance
21 uint32_t miplevels, in Make()
22 uint32_t miplevels, in Make()
412 int miplevels = this->textureInfo().mipmapped() == Mipmapped::kYes in getImageView() local
165 unsigned miplevels; in fd3_sampler_view_create() local
164 unsigned miplevels; in fd5_sampler_view_create() local
163 unsigned miplevels; in fd4_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()