Home
last modified time | relevance | path

Searched refs:miplevels (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/src/gpu/vk/
H A DGrVkImageView.cpp16 Type viewType, uint32_t miplevels, in Make()
60 { VK_IMAGE_ASPECT_COLOR_BIT, 0, miplevels, 0, 1 }, // subresourceRange in Make()
13 Make(GrVkGpu* gpu, VkImage image, VkFormat format, Type viewType, uint32_t miplevels, const GrVkYcbcrConversionInfo& ycbcrInfo) Make() argument
H A DGrVkImageView.h28 Type viewType, uint32_t miplevels,
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_texture.c182 unsigned miplevels; in fd5_sampler_view_create() local
185 miplevels = fd_sampler_last_level(cso) - lvl; in fd5_sampler_view_create()
188 so->texconst0 |= A5XX_TEX_CONST_0_MIPLVLS(miplevels); in fd5_sampler_view_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_texture.c183 unsigned miplevels; in fd3_sampler_view_create() local
186 miplevels = fd_sampler_last_level(cso) - lvl; in fd3_sampler_view_create()
188 so->texconst0 |= A3XX_TEX_CONST_0_MIPLVLS(miplevels); in fd3_sampler_view_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_texture.c181 unsigned miplevels; in fd4_sampler_view_create() local
184 miplevels = fd_sampler_last_level(cso) - lvl; in fd4_sampler_view_create()
187 so->texconst0 |= A4XX_TEX_CONST_0_MIPLVLS(miplevels); in fd4_sampler_view_create()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_parser.c789 int miplevels = (int)lima_fixed8_to_float(desc->max_lod); in parse_texture() local
790 for (int k = 0; k < ((((miplevels + 1) * 26) + 64) / 32); k++) in parse_texture()
803 /* second level up to desc->miplevels */ in parse_texture()
810 for (j = 1; j <= miplevels; j++) { in parse_texture()
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/
H A Dvc4_validate.c568 uint32_t miplevels = VC4_GET_FIELD(p0, VC4_TEX_P0_MIPLVLS); in reloc_tex() local
679 for (i = 1; i <= miplevels; i++) { in reloc_tex()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageUtil.hpp253 TestTexture2D (const tcu::TextureFormat& format, int width, int height, int miplevels);
H A DvktPipelineImageUtil.cpp1195 TestTexture2D::TestTexture2D (const tcu::TextureFormat& format, int width, int height, int miplevels) in TestTexture2D() argument
1197 , m_texture(format, width, height, miplevels) in TestTexture2D()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageUtil.hpp253 TestTexture2D (const tcu::TextureFormat& format, int width, int height, int miplevels);
H A DvktPipelineImageUtil.cpp1185 TestTexture2D::TestTexture2D (const tcu::TextureFormat& format, int width, int height, int miplevels) in TestTexture2D() argument
1187 , m_texture(format, width, height, miplevels) in TestTexture2D()

Completed in 11 milliseconds