Searched refs:miplevels (Results 1 – 6 of 6) sorted by relevance
13 Type viewType, uint32_t miplevels) { in Create() argument28 { VK_IMAGE_ASPECT_COLOR_BIT, 0, miplevels, 0, 1 }, // subresourceRange in Create()
25 Type viewType, uint32_t miplevels);
249 unsigned miplevels; in fd3_sampler_view_create() local252 miplevels = fd_sampler_last_level(cso) - lvl; in fd3_sampler_view_create()254 so->texconst0 |= A3XX_TEX_CONST_0_MIPLVLS(miplevels); in fd3_sampler_view_create()
260 unsigned miplevels; in fd5_sampler_view_create() local263 miplevels = fd_sampler_last_level(cso) - lvl; in fd5_sampler_view_create()266 so->texconst0 |= A5XX_TEX_CONST_0_MIPLVLS(miplevels); in fd5_sampler_view_create()
263 unsigned miplevels; in fd4_sampler_view_create() local266 miplevels = fd_sampler_last_level(cso) - lvl; in fd4_sampler_view_create()269 so->texconst0 |= A4XX_TEX_CONST_0_MIPLVLS(miplevels); in fd4_sampler_view_create()
568 uint32_t miplevels = VC4_GET_FIELD(p0, VC4_TEX_P0_MIPLVLS); in reloc_tex() local679 for (i = 1; i <= miplevels; i++) { in reloc_tex()