Searched refs:image_height (Results 1 - 25 of 27) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dvx_image.c121 tex.image_height = image->vk.extent.height * msaa_scale;
128 tex.image_height = tex.image_width >> 14;
131 tex.image_height &= (1 << 14) - 1;
179 tex.image_height = tex.image_width >> 14;
181 tex.image_height &= (1 << 14) - 1;
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dindirect_reqsize.c70 GLint image_height = 0; local in function:__glXBitmapReqSize
86 image_height, row_length, skip_images,
150 GLint image_height = 0; local in function:__glXPolygonStippleReqSize
162 image_height, row_length, skip_images,
184 GLint image_height = 0; local in function:__glXTexImage1DReqSize
204 image_height, row_length, skip_images,
212 GLint image_height = 0; local in function:__glXTexImage2DReqSize
234 image_height, row_length, skip_images,
308 GLint image_height = 0; local in function:__glXDrawPixelsReqSize
328 image_height, row_lengt
348 GLint image_height = 0; local in function:__glXTexSubImage1DReqSize
376 GLint image_height = 0; local in function:__glXTexSubImage2DReqSize
406 GLint image_height = 0; local in function:__glXColorTableReqSize
448 GLint image_height = 0; local in function:__glXColorSubTableReqSize
476 GLint image_height = 0; local in function:__glXConvolutionFilter1DReqSize
504 GLint image_height = 0; local in function:__glXConvolutionFilter2DReqSize
548 GLint image_height = *(GLint *) (pc + 8); local in function:__glXTexImage3DReqSize
585 GLint image_height = *(GLint *) (pc + 8); local in function:__glXTexSubImage3DReqSize
[all...]
/xsrc/external/mit/xorg-server/dist/glx/
H A Dindirect_reqsize.c68 GLint image_height = 0; local in function:__glXBitmapReqSize
84 image_height, row_length, skip_images,
148 GLint image_height = 0; local in function:__glXPolygonStippleReqSize
160 image_height, row_length, skip_images,
182 GLint image_height = 0; local in function:__glXTexImage1DReqSize
202 image_height, row_length, skip_images,
210 GLint image_height = 0; local in function:__glXTexImage2DReqSize
232 image_height, row_length, skip_images,
306 GLint image_height = 0; local in function:__glXDrawPixelsReqSize
326 image_height, row_lengt
346 GLint image_height = 0; local in function:__glXTexSubImage1DReqSize
374 GLint image_height = 0; local in function:__glXTexSubImage2DReqSize
404 GLint image_height = 0; local in function:__glXColorTableReqSize
446 GLint image_height = 0; local in function:__glXColorSubTableReqSize
474 GLint image_height = 0; local in function:__glXConvolutionFilter1DReqSize
502 GLint image_height = 0; local in function:__glXConvolutionFilter2DReqSize
546 GLint image_height = *(GLint *) (pc + 8); local in function:__glXTexImage3DReqSize
583 GLint image_height = *(GLint *) (pc + 8); local in function:__glXTexSubImage3DReqSize
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_pbo.h42 unsigned image_height; member in struct:st_pbo_addresses
H A Dst_pbo.c88 + (addr->height - 1 + (addr->depth - 1) * addr->image_height) * addr->pixels_per_row;
99 addr->constants.image_size = addr->pixels_per_row * addr->image_height;
129 addr->image_height = 1;
131 addr->image_height = store->ImageHeight > 0 ? store->ImageHeight : addr->height;
152 offset_rows += addr->image_height * store->SkipImages;
447 /* param = [ -xoffset + skip_pixels, -yoffset, stride, image_height ] */
484 /* pbo_addr += image_height * layer */
631 /* Note: const0 = [ -xoffset + skip_pixels, -yoffset, stride, image_height ] */
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_pbo.h42 unsigned image_height; member in struct:st_pbo_addresses
H A Dst_pbo.c90 + (addr->height - 1 + (addr->depth - 1) * addr->image_height) * addr->pixels_per_row;
101 addr->constants.image_size = addr->pixels_per_row * addr->image_height;
131 addr->image_height = 1;
133 addr->image_height = store->ImageHeight > 0 ? store->ImageHeight : addr->height;
154 offset_rows += addr->image_height * store->SkipImages;
436 /* param = [ -xoffset + skip_pixels, -yoffset, stride, image_height ] */
478 /* pbo_addr += image_height * layer */
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
H A Dmemory.cpp175 if (!desc->image_width || !desc->image_height)
181 desc->image_height > max);
186 desc->image_width, desc->image_height,
190 if (!desc->image_width || !desc->image_height || !desc->image_depth)
196 desc->image_height > max ||
202 desc->image_width, desc->image_height,
H A Ddispatch.hpp138 size_t image_height,
148 size_t image_height,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/
H A Dmemory.cpp232 if (!desc->image_width || !desc->image_height)
238 desc->image_height > max);
243 desc->image_width, desc->image_height,
247 if (!desc->image_width || !desc->image_height || !desc->image_depth)
253 desc->image_height > max ||
259 desc->image_slice_pitch : row_pitch * desc->image_height;
262 desc->image_width, desc->image_height,
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Cursors.c534 int image_height = cursor_info->MaxHeight; local in function:xf86_crtc_load_cursor_argb
536 for (y = 0; y < image_height; y++)
539 xf86_crtc_rotate_coord (crtc->rotation, image_width, image_height,
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Cursors.c612 int image_height = cursor_info->MaxHeight; local in function:xf86_crtc_load_cursor_argb
615 for (y = 0; y < image_height; y++)
617 xf86_crtc_rotate_coord(rotation, image_width, image_height, x, y,
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dxf86dgaproto.h99 CARD16 image_height; member in struct:__anonaa4f22390408
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrvideo.c57 int image_width, image_height ; member in struct:_EphyrPortPriv
981 port_priv->image_height = a_height ;
1026 port_priv->image_width, port_priv->image_height,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3dx_state.c839 tex->image_height = prsc->height0 * msaa_scale;
847 tex->image_height = tex->image_width >> 14;
851 tex->image_height &= (1 << 14) - 1;
/xsrc/external/mit/MesaLib.old/dist/include/CL/
H A Dcl.h133 size_t image_height; member in struct:_cl_image_desc
1740 size_t image_height,
1750 size_t image_height,
H A Dcl_ext.h362 size_t image_height,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3dx_state.c837 tex->image_height = prsc->height0 * msaa_scale;
845 tex->image_height = tex->image_width >> 14;
849 tex->image_height &= (1 << 14) - 1;
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyrvideo.c59 int image_width, image_height; member in struct:_EphyrPortPriv
1030 port_priv->image_height = a_height;
1073 port_priv->image_width, port_priv->image_height,
/xsrc/external/mit/MesaLib/dist/include/CL/
H A Dcl_ext.h387 size_t image_height,
H A Dcl.h129 size_t image_height; member in struct:_cl_image_desc
1867 size_t image_height,
1877 size_t image_height,
H A Dcl_icd.h711 size_t image_width, size_t image_height, size_t image_row_pitch,
716 size_t image_width, size_t image_height, size_t image_depth,
/xsrc/external/mit/libXxf86dga/dist/src/
H A DXF86DGA2.c326 modes[i].imageHeight = info.image_height;
414 dev->mode.imageHeight = info.image_height;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dixmods/extmod/
H A Dxf86dga2.c209 info.image_height = mode[i].imageHeight;
338 info.image_height = mode.imageHeight;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86DGA.c1350 info.image_height = mode[i].imageHeight;
1476 info.image_height = mode.imageHeight;

Completed in 34 milliseconds

12