Searched refs:miplevels (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/src/gpu/vk/ |
H A D | GrVkImageView.cpp | 16 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 D | GrVkImageView.h | 28 Type viewType, uint32_t miplevels,
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_texture.c | 182 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 D | fd3_texture.c | 183 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 D | fd4_texture.c | 181 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 D | lima_parser.c | 789 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 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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineImageUtil.hpp | 253 TestTexture2D (const tcu::TextureFormat& format, int width, int height, int miplevels);
|
H A D | vktPipelineImageUtil.cpp | 1195 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 D | vktPipelineImageUtil.hpp | 253 TestTexture2D (const tcu::TextureFormat& format, int width, int height, int miplevels);
|
H A D | vktPipelineImageUtil.cpp | 1185 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