Searched refs:miplevels (Results 1 – 13 of 13) sorted by relevance
/external/skqp/src/gpu/vk/ |
D | GrVkImageView.cpp | 14 Type viewType, uint32_t miplevels, in Create() argument 49 { VK_IMAGE_ASPECT_COLOR_BIT, 0, miplevels, 0, 1 }, // subresourceRange in Create()
|
D | GrVkImageView.h | 26 Type viewType, uint32_t miplevels,
|
/external/skia/src/gpu/vk/ |
D | GrVkImageView.cpp | 14 Type viewType, uint32_t miplevels, in Create() argument 49 { VK_IMAGE_ASPECT_COLOR_BIT, 0, miplevels, 0, 1 }, // subresourceRange in Create()
|
D | GrVkImageView.h | 26 Type viewType, uint32_t miplevels,
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_texture.c | 249 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/ |
D | fd5_texture.c | 254 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/ |
D | fd4_texture.c | 269 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/ |
D | CTS_ARB_sparse_texture_clamp.txt | 79 …Fill the texture with different values for miplevels [0, lodClamp) that for miplevels [lodClamp, l…
|
/external/mesa3d/src/gallium/drivers/vc4/kernel/ |
D | vc4_validate.c | 568 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/ |
D | vktPipelineImageUtil.hpp | 211 TestTexture2D (const tcu::TextureFormat& format, int width, int height, int miplevels);
|
D | vktPipelineImageUtil.cpp | 991 …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/ |
D | GrMtlGpu.mm | 163 // Either upload only the first miplevel or all miplevels
|
/external/skia/src/gpu/mtl/ |
D | GrMtlGpu.mm | 179 // Either upload only the first miplevel or all miplevels
|