Home
last modified time | relevance | path

Searched refs:miplevel (Results 1 – 25 of 26) sorted by relevance

12

/external/mesa3d/src/intel/vulkan/
Danv_dump.c113 unsigned miplevel, unsigned array_layer) in dump_image_do_blit() argument
134 .baseMipLevel = miplevel, in dump_image_do_blit()
154 .mipLevel = miplevel, in dump_image_do_blit()
247 struct anv_image *image, unsigned miplevel, in anv_dump_image_to_ppm() argument
261 const uint32_t width = anv_minify(image->extent.width, miplevel); in anv_dump_image_to_ppm()
262 const uint32_t height = anv_minify(image->extent.height, miplevel); in anv_dump_image_to_ppm()
294 aspect, miplevel, array_layer); in anv_dump_image_to_ppm()
398 unsigned miplevel, unsigned array_layer, const char *filename) in dump_add_image() argument
400 const uint32_t width = anv_minify(image->extent.width, miplevel); in dump_add_image()
401 const uint32_t height = anv_minify(image->extent.height, miplevel); in dump_add_image()
[all …]
Danv_private.h3880 const uint8_t miplevel) in anv_image_aux_layers() argument
3885 assert(miplevel < image->levels); in anv_image_aux_layers()
3887 if (miplevel >= anv_image_aux_levels(image, aspect)) { in anv_image_aux_layers()
3894 return MAX2(image->array_size, image->extent.depth >> miplevel); in anv_image_aux_layers()
4471 struct anv_image *image, unsigned miplevel,
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsSampled.hpp50 const std::string& miplevel) const = 0;
82 const std::string& miplevel) const;
114 const std::string& miplevel) const;
132 const std::string& miplevel) const;
DvktSparseResourcesShaderIntrinsicsSampled.cpp400 const std::string& miplevel) const in sparseImageOpString()
404 …seSampleExplicitLod " << resultType << " " << image << " " << coord << " Lod " << miplevel << "\n"; in sparseImageOpString()
413 const std::string& miplevel) const in sparseImageOpString()
415 DE_UNREF(miplevel); in sparseImageOpString()
428 const std::string& miplevel) const in sparseImageOpString()
430 DE_UNREF(miplevel); in sparseImageOpString()
/external/mesa3d/include/CL/
Dcl_gl.h75 cl_GLint miplevel,
121 cl_GLint miplevel,
129 cl_GLint miplevel,
Dcl_icd.h743 cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel,
747 cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel,
751 cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel,
Dcl2.hpp4934 cl_GLint miplevel, in Image2DGL() argument
4943 miplevel, in Image2DGL()
5256 cl_GLint miplevel, in Image3DGL() argument
5265 miplevel, in Image3DGL()
5342 cl_GLint miplevel, in ImageGL() argument
5351 miplevel, in ImageGL()
Dcl.hpp4061 cl_GLint miplevel, in Image2DGL() argument
4070 miplevel, in Image2DGL()
4373 cl_GLint miplevel, in Image3DGL() argument
4382 miplevel, in Image3DGL()
4457 cl_GLint miplevel, in ImageGL() argument
4466 miplevel, in ImageGL()
/external/angle/include/CL/
Dcl_gl.h63 cl_GLint miplevel,
109 cl_GLint miplevel,
117 cl_GLint miplevel,
Dcl_icd.h743 cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel,
747 cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel,
751 cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel,
/external/OpenCL-CTS/dependencies/ocl-headers/CL/
Dcl_gl.h63 cl_GLint miplevel,
109 cl_GLint miplevel,
117 cl_GLint miplevel,
/external/OpenCL-CTS/test_common/gl/
Dhelpers.h52 GLint miplevel ,
60 GLint miplevel ,
68 GLint miplevel ,
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_surface.c150 unsigned int miplevel = i + mipoffset; in svga_texture_copy_handle_resource() local
153 if (svga_is_texture_level_defined(src_tex, j+layeroffset, miplevel)) { in svga_texture_copy_handle_resource()
155 u_minify(src_tex->b.b.depth0, miplevel) : 1); in svga_texture_copy_handle_resource()
168 miplevel, in svga_texture_copy_handle_resource()
171 u_minify(src_tex->b.b.width0, miplevel), in svga_texture_copy_handle_resource()
172 u_minify(src_tex->b.b.height0, miplevel), in svga_texture_copy_handle_resource()
/external/mesa3d/include/GL/
Dmesa_glinterop.h168 unsigned miplevel; member
/external/mesa3d/docs/relnotes/
D10.2.6.rst35 spec_glsl-1.30_execution_tex-miplevel-selection_textureGrad_1DArray
D19.2.0.rst297 - iris: Fix partial fast clear checks to account for miplevel.
D10.3.rst267 spec_glsl-1.30_execution_tex-miplevel-selection_textureGrad_1DArray
D20.3.0.rst2092 - v3dv: use the correct miplevel slice for the tile load operation
2181 - v3dv: take memory format from appropriate miplevel for image load/store
2281 - v3dv: handle miplevel correctly for blits
D19.3.0.rst2068 - iris: Fix partial fast clear checks to account for miplevel.
3203 - mesa/st: calculate texture size based on EGLImage miplevel
D7.10.rst1009 - r600g: move to per-miplevel array mode.
/external/OpenCL-CTS/test_common/gles/
Dhelpers.h56 GLint miplevel ,
/external/mesa3d/src/gallium/frontends/dri/
Ddri2.c1794 in->miplevel != 0) in dri2_interop_export_object()
1890 (in->miplevel > 0 && !obj->_MipmapComplete)) { in dri2_interop_export_object()
1921 if (in->miplevel < obj->BaseLevel || in->miplevel > obj->_MaxLevel) { in dri2_interop_export_object()
/external/mesa3d/.gitlab-ci/piglit/
Dquick_gl.txt1486 spec/glsl-1.20/execution/tex-miplevel-selection gl2:texture() cube: fail
1487 spec/glsl-1.20/execution/tex-miplevel-selection gl2:texture(bias) cube: fail
1488 spec/glsl-1.30/execution/tex-miplevel-selection texture() cube: fail
1489 spec/glsl-1.30/execution/tex-miplevel-selection texture() cubearray: fail
1490 spec/glsl-1.30/execution/tex-miplevel-selection texture() cubearrayshadow: fail
1491 spec/glsl-1.30/execution/tex-miplevel-selection texture() cubeshadow: fail
1492 spec/glsl-1.30/execution/tex-miplevel-selection texture(bias) cube: fail
1493 spec/glsl-1.30/execution/tex-miplevel-selection texture(bias) cubearray: fail
1494 spec/glsl-1.30/execution/tex-miplevel-selection texture(bias) cubeshadow: fail
1495 spec/glsl-1.30/execution/tex-miplevel-selection textureoffset 2darrayshadow: skip
/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

12