| /xsrc/external/mit/MesaLib.old/dist/include/CL/ |
| H A D | cl_gl.h | 75 cl_GLint miplevel, 121 cl_GLint miplevel, 129 cl_GLint miplevel,
|
| H A D | cl2.hpp | 4790 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 D | cl.hpp | 4061 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 D | cl_gl.h | 75 cl_GLint miplevel, 121 cl_GLint miplevel, 129 cl_GLint miplevel,
|
| H A D | cl_icd.h | 743 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 D | cl2.hpp | 4934 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 D | anv_dump.c | 113 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 D | anv_private.h | 3128 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 D | mesa_glinterop.h | 41 * 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 D | mesa_glinterop.h | 41 * 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 D | hiz.rst | 40 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 D | units.rst | 60 which gives the dimensions of the base miplevel of the surface in samples. The
|
| H A D | ccs.rst | 132 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 D | tex3d-layout.lua | 7 -- address, and the miplevel #0 width/height/depth. Then work 9 -- and deducing the miplevel from the minified dimensions
|
| H A D | texturator-to-unit-test-5xx.lua | 5 -- 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 D | texturator-to-unit-test.lua | 5 -- 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 D | svga_surface.c | 166 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 D | svga_surface.c | 150 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 D | 10.2.6.rst | 35 spec_glsl-1.30_execution_tex-miplevel-selection_textureGrad_1DArray
|
| H A D | 10.3.rst | 267 spec_glsl-1.30_execution_tex-miplevel-selection_textureGrad_1DArray
|
| H A D | 19.2.0.rst | 297 - iris: Fix partial fast clear checks to account for miplevel.
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/ |
| H A D | dispatch.hpp | 500 cl_GLint miplevel, 508 cl_GLint miplevel, 762 cl_GLint miplevel,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/ |
| H A D | dri2.c | 1610 /* 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 D | dri2.c | 1882 /* 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 D | anv_private.h | 4061 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
|