Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkImageView.cpp16 Type viewType, uint32_t miplevels, in Make() argument
51 { VK_IMAGE_ASPECT_COLOR_BIT, 0, miplevels, 0, 1 }, // subresourceRange in Make()
DGrVkImageView.h26 Type viewType, uint32_t miplevels,
/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/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_texture.c253 unsigned miplevels; in fd3_sampler_view_create() local
256 miplevels = fd_sampler_last_level(cso) - lvl; in fd3_sampler_view_create()
258 so->texconst0 |= A3XX_TEX_CONST_0_MIPLVLS(miplevels); in fd3_sampler_view_create()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_texture.c263 unsigned miplevels; in fd5_sampler_view_create() local
266 miplevels = fd_sampler_last_level(cso) - lvl; in fd5_sampler_view_create()
269 so->texconst0 |= A5XX_TEX_CONST_0_MIPLVLS(miplevels); in fd5_sampler_view_create()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_texture.c265 unsigned miplevels; in fd4_sampler_view_create() local
268 miplevels = fd_sampler_last_level(cso) - lvl; in fd4_sampler_view_create()
271 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/.gitlab-ci/piglit/
Dquick_gl.txt445 spec/arb_depth_buffer_float/depthstencil-render-miplevels 1024 d=z32f_s8_s=z24_s8: skip
446 spec/arb_depth_buffer_float/depthstencil-render-miplevels 1024 d=z32f_s=z24_s8: skip
447 spec/arb_depth_buffer_float/depthstencil-render-miplevels 1024 s=z24_s8_d=z32f: skip
448 spec/arb_depth_buffer_float/depthstencil-render-miplevels 1024 s=z24_s8_d=z32f_s8: skip
449 spec/arb_depth_buffer_float/depthstencil-render-miplevels 146 d=z32f_s8_s=z24_s8: skip
450 spec/arb_depth_buffer_float/depthstencil-render-miplevels 146 d=z32f_s=z24_s8: skip
451 spec/arb_depth_buffer_float/depthstencil-render-miplevels 146 s=z24_s8_d=z32f: skip
452 spec/arb_depth_buffer_float/depthstencil-render-miplevels 146 s=z24_s8_d=z32f_s8: skip
453 spec/arb_depth_buffer_float/depthstencil-render-miplevels 273 d=z32f_s8_s=z24_s8: skip
454 spec/arb_depth_buffer_float/depthstencil-render-miplevels 273 d=z32f_s=z24_s8: skip
[all …]
Dquick_shader.txt357 spec/glsl-1.30/execution/fs-texturegrad-miplevels: fail
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_texture.c257 unsigned miplevels; in fd6_sampler_view_create() local
260 miplevels = fd_sampler_last_level(cso) - lvl; in fd6_sampler_view_create()
263 so->texconst0 |= A6XX_TEX_CONST_0_MIPLVLS(miplevels); in fd6_sampler_view_create()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_parser.c728 int miplevels = (int)lima_fixed8_to_float(desc->max_lod); in parse_texture() local
729 for (int k = 0; k < ((((miplevels + 1) * 26) + 64) / 32); k++) in parse_texture()
749 for (j = 1; j <= miplevels; j++) { in parse_texture()
/external/mesa3d/docs/relnotes/
D10.4.7.rst72 - freedreno/ir3: get the # of miplevels from getinfo
D10.5.1.rst118 - freedreno/ir3: get the # of miplevels from getinfo
D9.2.rst149 [softpipe] piglit depthstencil-render-miplevels 146 s=z24_s8
D20.0.0.rst1978 - st/mesa: Allocate full miplevels if MaxLevel is explicitly set
D20.3.0.rst3876 - isl: Allow CCS for 8bpp surfaces with 3+ miplevels
/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.hpp250 TestTexture2D (const tcu::TextureFormat& format, int width, int height, int miplevels);
DvktPipelineImageUtil.cpp1142 …stTexture2D::TestTexture2D (const tcu::TextureFormat& format, int width, int height, int miplevels) in TestTexture2D() argument
1144 , 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.mm367 // Either upload only the first miplevel or all miplevels
456 // Either upload only the first miplevel or all miplevels
/external/angle/src/tests/
DBUILD.gn601 "$gles1_conform_root/conform/conform/miplevels.c",