Home
last modified time | relevance | path

Searched refs:miplevels (Results 1 – 13 of 13) sorted by relevance

/external/skqp/src/gpu/vk/
DGrVkImageView.cpp14 Type viewType, uint32_t miplevels, in Create() argument
49 { VK_IMAGE_ASPECT_COLOR_BIT, 0, miplevels, 0, 1 }, // subresourceRange in Create()
DGrVkImageView.h26 Type viewType, uint32_t miplevels,
/external/skia/src/gpu/vk/
DGrVkImageView.cpp14 Type viewType, uint32_t miplevels, in Create() argument
49 { VK_IMAGE_ASPECT_COLOR_BIT, 0, miplevels, 0, 1 }, // subresourceRange in Create()
DGrVkImageView.h26 Type viewType, uint32_t miplevels,
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_texture.c249 unsigned miplevels; in fd3_sampler_view_create() local
252 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()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_texture.c254 unsigned miplevels; in fd5_sampler_view_create() local
257 miplevels = fd_sampler_last_level(cso) - lvl; in fd5_sampler_view_create()
260 so->texconst0 |= A5XX_TEX_CONST_0_MIPLVLS(miplevels); in fd5_sampler_view_create()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_texture.c269 unsigned miplevels; in fd4_sampler_view_create() local
272 miplevels = fd_sampler_last_level(cso) - lvl; in fd4_sampler_view_create()
275 so->texconst0 |= A4XX_TEX_CONST_0_MIPLVLS(miplevels); in fd4_sampler_view_create()
/external/deqp/external/openglcts/docs/specs/
DCTS_ARB_sparse_texture_clamp.txt79 …Fill the texture with different values for miplevels [0, lodClamp) that for miplevels [lodClamp, l…
/external/mesa3d/src/gallium/drivers/vc4/kernel/
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()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.hpp211 TestTexture2D (const tcu::TextureFormat& format, int width, int height, int miplevels);
DvktPipelineImageUtil.cpp991 …stTexture2D::TestTexture2D (const tcu::TextureFormat& format, int width, int height, int miplevels) in TestTexture2D() argument
993 , m_texture(format, width, height, miplevels) in TestTexture2D()
/external/skqp/src/gpu/mtl/
DGrMtlGpu.mm163 // Either upload only the first miplevel or all miplevels
/external/skia/src/gpu/mtl/
DGrMtlGpu.mm179 // Either upload only the first miplevel or all miplevels