Searched refs:miplevel (Results 1 - 25 of 34) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/include/CL/
H A Dcl_gl.h75 cl_GLint miplevel,
121 cl_GLint miplevel,
129 cl_GLint miplevel,
H A Dcl2.hpp4790 cl_GLint miplevel,
4799 miplevel,
5112 cl_GLint miplevel,
5121 miplevel,
5198 cl_GLint miplevel,
5207 miplevel,
4786 Image2DGL(const Context & context,cl_mem_flags flags,cl_GLenum target,cl_GLint miplevel,cl_GLuint texobj,cl_int * err=NULL) argument
5108 Image3DGL(const Context & context,cl_mem_flags flags,cl_GLenum target,cl_GLint miplevel,cl_GLuint texobj,cl_int * err=NULL) argument
5194 ImageGL(const Context & context,cl_mem_flags flags,cl_GLenum target,cl_GLint miplevel,cl_GLuint texobj,cl_int * err=NULL) argument
H A Dcl.hpp4061 cl_GLint miplevel,
4070 miplevel,
4373 cl_GLint miplevel,
4382 miplevel,
4457 cl_GLint miplevel,
4466 miplevel,
4057 Image2DGL(const Context & context,cl_mem_flags flags,cl_GLenum target,cl_GLint miplevel,cl_GLuint texobj,cl_int * err=NULL) argument
4369 Image3DGL(const Context & context,cl_mem_flags flags,cl_GLenum target,cl_GLint miplevel,cl_GLuint texobj,cl_int * err=NULL) argument
4453 ImageGL(const Context & context,cl_mem_flags flags,cl_GLenum target,cl_GLint miplevel,cl_GLuint texobj,cl_int * err=NULL) argument
/xsrc/external/mit/MesaLib/dist/include/CL/
H A Dcl_gl.h75 cl_GLint miplevel,
121 cl_GLint miplevel,
129 cl_GLint miplevel,
H A 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,
H A Dcl2.hpp4934 cl_GLint miplevel,
4943 miplevel,
5256 cl_GLint miplevel,
5265 miplevel,
5342 cl_GLint miplevel,
5351 miplevel,
4930 Image2DGL(const Context & context,cl_mem_flags flags,cl_GLenum target,cl_GLint miplevel,cl_GLuint texobj,cl_int * err=NULL) argument
5252 Image3DGL(const Context & context,cl_mem_flags flags,cl_GLenum target,cl_GLint miplevel,cl_GLuint texobj,cl_int * err=NULL) argument
5338 ImageGL(const Context & context,cl_mem_flags flags,cl_GLenum target,cl_GLint miplevel,cl_GLuint texobj,cl_int * err=NULL) argument
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_dump.c113 unsigned miplevel, unsigned array_layer)
134 .baseMipLevel = miplevel,
154 .mipLevel = miplevel,
247 struct anv_image *image, unsigned miplevel,
261 const uint32_t width = anv_minify(image->extent.width, miplevel);
262 const uint32_t height = anv_minify(image->extent.height, miplevel);
294 aspect, miplevel, array_layer);
398 unsigned miplevel, unsigned array_layer, const char *filename)
400 const uint32_t width = anv_minify(image->extent.width, miplevel);
401 const uint32_t height = anv_minify(image->extent.height, miplevel);
110 dump_image_do_blit(struct anv_device * device,struct dump_image * image,struct anv_cmd_buffer * cmd_buffer,struct anv_image * src,VkImageAspectFlagBits aspect,unsigned miplevel,unsigned array_layer) argument
246 anv_dump_image_to_ppm(struct anv_device * device,struct anv_image * image,unsigned miplevel,unsigned array_layer,VkImageAspectFlagBits aspect,const char * filename) argument
396 dump_add_image(struct anv_cmd_buffer * cmd_buffer,struct anv_image * image,VkImageAspectFlagBits aspect,unsigned miplevel,unsigned array_layer,const char * filename) argument
[all...]
H A Danv_private.h3128 const uint8_t miplevel)
3132 /* The miplevel must exist in the main buffer. */
3133 assert(miplevel < image->levels);
3135 if (miplevel >= anv_image_aux_levels(image, aspect)) {
3136 /* There are no layers with auxiliary data because the miplevel has no
3143 image->planes[plane].aux_surface.isl.logical_level0_px.depth >> miplevel);
3621 struct anv_image *image, unsigned miplevel,
3126 anv_image_aux_layers(const struct anv_image * const image,VkImageAspectFlagBits aspect,const uint8_t miplevel) argument
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dmesa_glinterop.h41 * as checking the target, miplevel, and texture completeness.
168 unsigned miplevel; member in struct:mesa_glinterop_export_in
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dmesa_glinterop.h41 * as checking the target, miplevel, and texture completeness.
168 unsigned miplevel; member in struct:mesa_glinterop_export_in
/xsrc/external/mit/MesaLib/dist/docs/isl/
H A Dhiz.rst40 HiZ surface at each miplevel of which only the upper left-hand corner of each
62 * anyway by manually offsetting to the specified miplevel.
H A Dunits.rst60 which gives the dimensions of the base miplevel of the surface in samples. The
H A Dccs.rst132 On Broadwell, each miplevel in the CCS is aligned to a cache-line pair
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/
H A Dtex3d-layout.lua7 -- address, and the miplevel #0 width/height/depth. Then work
9 -- and deducing the miplevel from the minified dimensions
H A Dtexturator-to-unit-test-5xx.lua5 -- texture state. This gives us the base address, and the miplevel #0
7 -- blits to the same dst buffer and deducing the miplevel from the
105 -- UBWC base on a5xx seems to be at the start of each miplevel, followed by pixels
H A Dtexturator-to-unit-test.lua5 -- texture state. This gives us the base address, and the miplevel #0
7 -- blits to the same dst buffer and deducing the miplevel from the
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_surface.c166 unsigned int miplevel = i + mipoffset; local in function:svga_texture_copy_handle_resource
169 if (svga_is_texture_level_defined(src_tex, j+layeroffset, miplevel)) {
171 u_minify(src_tex->b.b.depth0, miplevel) : 1);
184 miplevel,
187 u_minify(src_tex->b.b.width0, miplevel),
188 u_minify(src_tex->b.b.height0, miplevel),
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_surface.c150 unsigned int miplevel = i + mipoffset; local in function:svga_texture_copy_handle_resource
153 if (svga_is_texture_level_defined(src_tex, j+layeroffset, miplevel)) {
155 u_minify(src_tex->b.depth0, miplevel) : 1);
168 miplevel,
171 u_minify(src_tex->b.width0, miplevel),
172 u_minify(src_tex->b.height0, miplevel),
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.2.6.rst35 spec_glsl-1.30_execution_tex-miplevel-selection_textureGrad_1DArray
H A D10.3.rst267 spec_glsl-1.30_execution_tex-miplevel-selection_textureGrad_1DArray
H A D19.2.0.rst297 - iris: Fix partial fast clear checks to account for miplevel.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
H A Ddispatch.hpp500 cl_GLint miplevel,
508 cl_GLint miplevel,
762 cl_GLint miplevel,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
H A Ddri2.c1610 /* Validate the simple case of miplevel. */
1612 in->miplevel != 0)
1701 * type matches texture_target, if the specified miplevel of texture
1703 * miplevel is zero or if the GL texture object is incomplete."
1708 (in->miplevel > 0 && !obj->_MipmapComplete)) {
1732 * "CL_INVALID_MIP_LEVEL if miplevel is less than the value of
1739 if (in->miplevel < obj->BaseLevel || in->miplevel > obj->_MaxLevel) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddri2.c1882 /* Validate the simple case of miplevel. */
1884 in->miplevel != 0)
1973 * type matches texture_target, if the specified miplevel of texture
1975 * miplevel is zero or if the GL texture object is incomplete."
1980 (in->miplevel > 0 && !obj->_MipmapComplete)) {
2004 * "CL_INVALID_MIP_LEVEL if miplevel is less than the value of
2011 if (in->miplevel < obj->Attrib.BaseLevel || in->miplevel > obj->_MaxLevel) {
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_private.h4061 const uint8_t miplevel)
4065 /* The miplevel must exist in the main buffer. */
4066 assert(miplevel < image->vk.mip_levels);
4068 if (miplevel >= anv_image_aux_levels(image, aspect)) {
4069 /* There are no layers with auxiliary data because the miplevel has no
4075 return MAX2(image->vk.array_layers, image->vk.extent.depth >> miplevel);
4059 anv_image_aux_layers(const struct anv_image * const image,VkImageAspectFlagBits aspect,const uint8_t miplevel) argument

Completed in 69 milliseconds

12