Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
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/skia/src/gpu/vk/
DGrVkImageView.cpp16 Type viewType, uint32_t miplevels, in Make() argument
60 { VK_IMAGE_ASPECT_COLOR_BIT, 0, miplevels, 0, 1 }, // subresourceRange in Make()
DGrVkImageView.h28 Type viewType, uint32_t miplevels,
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
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/a4xx/
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/vk-gl-cts/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…
/third_party/mesa3d/src/gallium/drivers/lima/
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()
810 for (j = 1; j <= miplevels; j++) { in parse_texture()
/third_party/mesa3d/src/gallium/drivers/d3d12/ci/
Dd3d12-quick_gl.txt403 spec/arb_depth_buffer_float/depthstencil-render-miplevels 1024 d=z32f_s8_s=z24_s8: skip
404 spec/arb_depth_buffer_float/depthstencil-render-miplevels 1024 d=z32f_s=z24_s8: skip
405 spec/arb_depth_buffer_float/depthstencil-render-miplevels 1024 s=z24_s8_d=z32f: skip
406 spec/arb_depth_buffer_float/depthstencil-render-miplevels 1024 s=z24_s8_d=z32f_s8: skip
407 spec/arb_depth_buffer_float/depthstencil-render-miplevels 146 d=z32f_s8_s=z24_s8: skip
408 spec/arb_depth_buffer_float/depthstencil-render-miplevels 146 d=z32f_s=z24_s8: skip
409 spec/arb_depth_buffer_float/depthstencil-render-miplevels 146 s=z24_s8_d=z32f: skip
410 spec/arb_depth_buffer_float/depthstencil-render-miplevels 146 s=z24_s8_d=z32f_s8: skip
411 spec/arb_depth_buffer_float/depthstencil-render-miplevels 273 d=z32f_s8_s=z24_s8: skip
412 spec/arb_depth_buffer_float/depthstencil-render-miplevels 273 d=z32f_s=z24_s8: skip
[all …]
/third_party/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
/third_party/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()
/third_party/mesa3d/src/panfrost/ci/
Dpanfrost-g52-fails.txt47 spec@arb_depth_buffer_float@depthstencil-render-miplevels 1024 d=s=z32f_s8,Fail
48 spec@arb_depth_buffer_float@depthstencil-render-miplevels 1024 ds=z32f_s8,Fail
49 spec@arb_depth_buffer_float@depthstencil-render-miplevels 1024 s=d=z32f_s8,Fail
50 spec@arb_depth_buffer_float@depthstencil-render-miplevels 146 d=s=z32f_s8,Fail
51 spec@arb_depth_buffer_float@depthstencil-render-miplevels 146 ds=z32f_s8,Fail
52 spec@arb_depth_buffer_float@depthstencil-render-miplevels 146 s=d=z32f_s8,Fail
53 spec@arb_depth_buffer_float@depthstencil-render-miplevels 273 d=s=z32f_s8,Fail
54 spec@arb_depth_buffer_float@depthstencil-render-miplevels 273 ds=z32f_s8,Fail
55 spec@arb_depth_buffer_float@depthstencil-render-miplevels 273 s=d=z32f_s8,Fail
56 spec@arb_depth_buffer_float@depthstencil-render-miplevels 292 d=s=z32f_s8,Fail
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineImageUtil.hpp253 TestTexture2D (const tcu::TextureFormat& format, int width, int height, int miplevels);
DvktPipelineImageUtil.cpp1185 …stTexture2D::TestTexture2D (const tcu::TextureFormat& format, int width, int height, int miplevels) in TestTexture2D() argument
1187 , m_texture(format, width, height, miplevels) in TestTexture2D()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.hpp253 TestTexture2D (const tcu::TextureFormat& format, int width, int height, int miplevels);
DvktPipelineImageUtil.cpp1185 …stTexture2D::TestTexture2D (const tcu::TextureFormat& format, int width, int height, int miplevels) in TestTexture2D() argument
1187 , m_texture(format, width, height, miplevels) in TestTexture2D()
/third_party/mesa3d/docs/isl/
Dunits.rst63 calculations of how the different miplevels and array slices are laid out is
Dccs.rst130 not to the miplevels within a slice.
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_compressed_paletted_texture.txt73 the number of miplevels described in the "data" component.
/third_party/openGLES/extensions/OES/
DOES_compressed_paletted_texture.txt83 the number of miplevels described in the "data" component.
/third_party/skia/src/gpu/mtl/
DGrMtlGpu.mm333 // Either upload only the first miplevel or all miplevels
430 // Either upload only the first miplevel or all miplevels
/third_party/skia/third_party/externals/angle2/src/tests/
DBUILD.gn636 "$gles1_conform_root/conform/conform/miplevels.c",
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
Dglossary.txt250 The entire set of miplevels that can be provided for an image, from the
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dtextures.adoc3295 code:miplevels equal to `1`, code:samples equal to

12