| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_pixel_draw.c | 47 const struct gl_pixelstore_attrib *unpack, 52 unpack, pixels); 57 unpack, pixels); 42 intelDrawPixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels) argument
|
| H A D | intel_pixel_bitmap.c | 67 const struct gl_pixelstore_attrib *unpack, 72 if (!_mesa_validate_pbo_access(2, unpack, width, height, 1, 79 buf = (GLubyte *) ctx->Driver.MapBufferRange(ctx, 0, unpack->BufferObj->Size, 81 unpack->BufferObj, 105 const struct gl_pixelstore_attrib *unpack, 113 GLuint src_offset = (x + unpack->SkipPixels) & 0x7; 114 GLuint mask = unpack->LsbFirst ? 0 : 7; 122 __func__, x,y,w,h,width,height,unpack->SkipPixels, src_offset, mask); 138 const GLubyte *rowsrc = _mesa_image_address2d(unpack, bitmap, 177 const struct gl_pixelstore_attrib *unpack, 65 map_pbo(struct gl_context * ctx,GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLubyte * bitmap) argument 104 get_bitmap_rect(GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLubyte * bitmap,GLuint x,GLuint y,GLuint w,GLuint h,GLubyte * dest,GLuint row_align,bool invert) argument 174 do_blit_bitmap(struct gl_context * ctx,GLint dstx,GLint dsty,GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLubyte * bitmap) argument 345 intelBitmap(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLubyte * pixels) argument [all...] |
| H A D | intel_pixel.h | 49 const struct gl_pixelstore_attrib *unpack, 60 const struct gl_pixelstore_attrib *unpack,
|
| H A D | intel_tex_image.c | 109 const struct gl_pixelstore_attrib *unpack, 114 struct intel_buffer_object *pbo = intel_buffer_object(unpack->BufferObj); 118 if (!_mesa_is_bufferobj(unpack->BufferObj)) 124 unpack->SkipPixels || unpack->SkipRows) { 149 _mesa_image_row_stride(unpack, image->Width, format, type); 183 const struct gl_pixelstore_attrib *unpack) 192 try_pbo_upload(ctx, texImage, unpack, format, type, pixels)) { 201 format, type, pixels, unpack); 107 try_pbo_upload(struct gl_context * ctx,struct gl_texture_image * image,const struct gl_pixelstore_attrib * unpack,GLenum format,GLenum type,const void * pixels) argument 179 intelTexImage(struct gl_context * ctx,GLuint dims,struct gl_texture_image * texImage,GLenum format,GLenum type,const void * pixels,const struct gl_pixelstore_attrib * unpack) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_pixel_draw.c | 47 const struct gl_pixelstore_attrib *unpack, 52 unpack, pixels); 57 unpack, pixels); 42 intelDrawPixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels) argument
|
| H A D | intel_pixel_bitmap.c | 67 const struct gl_pixelstore_attrib *unpack, 72 if (!_mesa_validate_pbo_access(2, unpack, width, height, 1, 79 buf = (GLubyte *) ctx->Driver.MapBufferRange(ctx, 0, unpack->BufferObj->Size, 81 unpack->BufferObj, 105 const struct gl_pixelstore_attrib *unpack, 113 GLuint src_offset = (x + unpack->SkipPixels) & 0x7; 114 GLuint mask = unpack->LsbFirst ? 0 : 7; 122 __func__, x,y,w,h,width,height,unpack->SkipPixels, src_offset, mask); 138 const GLubyte *rowsrc = _mesa_image_address2d(unpack, bitmap, 177 const struct gl_pixelstore_attrib *unpack, 65 map_pbo(struct gl_context * ctx,GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLubyte * bitmap) argument 104 get_bitmap_rect(GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLubyte * bitmap,GLuint x,GLuint y,GLuint w,GLuint h,GLubyte * dest,GLuint row_align,bool invert) argument 174 do_blit_bitmap(struct gl_context * ctx,GLint dstx,GLint dsty,GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLubyte * bitmap) argument 345 intelBitmap(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLubyte * pixels) argument [all...] |
| H A D | intel_pixel.h | 49 const struct gl_pixelstore_attrib *unpack, 60 const struct gl_pixelstore_attrib *unpack,
|
| H A D | intel_tex_image.c | 109 const struct gl_pixelstore_attrib *unpack, 114 struct intel_buffer_object *pbo = intel_buffer_object(unpack->BufferObj); 118 if (!unpack->BufferObj) 124 unpack->SkipPixels || unpack->SkipRows) { 149 _mesa_image_row_stride(unpack, image->Width, format, type); 183 const struct gl_pixelstore_attrib *unpack) 192 try_pbo_upload(ctx, texImage, unpack, format, type, pixels)) { 201 format, type, pixels, unpack); 107 try_pbo_upload(struct gl_context * ctx,struct gl_texture_image * image,const struct gl_pixelstore_attrib * unpack,GLenum format,GLenum type,const void * pixels) argument 179 intelTexImage(struct gl_context * ctx,GLuint dims,struct gl_texture_image * texImage,GLenum format,GLenum type,const void * pixels,const struct gl_pixelstore_attrib * unpack) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | pbo.c | 149 const struct gl_pixelstore_attrib *unpack, 154 if (unpack->BufferObj) { 155 /* unpack from PBO */ 157 unpack->BufferObj->Size, 159 unpack->BufferObj, 167 /* unpack from normal memory */ 181 const struct gl_pixelstore_attrib *unpack, 189 if (!_mesa_validate_pbo_access(dimensions, unpack, width, height, depth, 191 if (unpack->BufferObj) { 203 if (!unpack 148 _mesa_map_pbo_source(struct gl_context * ctx,const struct gl_pixelstore_attrib * unpack,const GLvoid * src) argument 180 _mesa_validate_pbo_source(struct gl_context * ctx,GLuint dimensions,const struct gl_pixelstore_attrib * unpack,GLsizei width,GLsizei height,GLsizei depth,GLenum format,GLenum type,GLsizei clientMemSize,const GLvoid * ptr,const char * where) argument 223 _mesa_validate_pbo_source_compressed(struct gl_context * ctx,GLuint dimensions,const struct gl_pixelstore_attrib * unpack,GLsizei imageSize,const GLvoid * pixels,const char * where) argument 260 _mesa_map_validate_pbo_source(struct gl_context * ctx,GLuint dimensions,const struct gl_pixelstore_attrib * unpack,GLsizei width,GLsizei height,GLsizei depth,GLenum format,GLenum type,GLsizei clientMemSize,const GLvoid * ptr,const char * where) argument 283 _mesa_unmap_pbo_source(struct gl_context * ctx,const struct gl_pixelstore_attrib * unpack) argument 338 _mesa_map_validate_pbo_dest(struct gl_context * ctx,GLuint dimensions,const struct gl_pixelstore_attrib * unpack,GLsizei width,GLsizei height,GLsizei depth,GLenum format,GLenum type,GLsizei clientMemSize,GLvoid * ptr,const char * where) argument 397 _mesa_validate_pbo_teximage(struct gl_context * ctx,GLuint dimensions,GLsizei width,GLsizei height,GLsizei depth,GLenum format,GLenum type,const GLvoid * pixels,const struct gl_pixelstore_attrib * unpack,const char * funcName) argument 478 _mesa_unmap_teximage_pbo(struct gl_context * ctx,const struct gl_pixelstore_attrib * unpack) argument [all...] |
| H A D | pbo.h | 45 const struct gl_pixelstore_attrib *unpack, 51 const struct gl_pixelstore_attrib *unpack, 58 const struct gl_pixelstore_attrib *unpack); 68 const struct gl_pixelstore_attrib *unpack, 82 const struct gl_pixelstore_attrib *unpack, 94 const struct gl_pixelstore_attrib *unpack); 99 const struct gl_pixelstore_attrib *unpack, 107 const struct gl_pixelstore_attrib *unpack,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | pbo.c | 149 const struct gl_pixelstore_attrib *unpack, 154 if (_mesa_is_bufferobj(unpack->BufferObj)) { 155 /* unpack from PBO */ 157 unpack->BufferObj->Size, 159 unpack->BufferObj, 167 /* unpack from normal memory */ 181 const struct gl_pixelstore_attrib *unpack, 189 if (!_mesa_validate_pbo_access(dimensions, unpack, width, height, depth, 191 if (_mesa_is_bufferobj(unpack->BufferObj)) { 203 if (!_mesa_is_bufferobj(unpack 148 _mesa_map_pbo_source(struct gl_context * ctx,const struct gl_pixelstore_attrib * unpack,const GLvoid * src) argument 180 _mesa_validate_pbo_source(struct gl_context * ctx,GLuint dimensions,const struct gl_pixelstore_attrib * unpack,GLsizei width,GLsizei height,GLsizei depth,GLenum format,GLenum type,GLsizei clientMemSize,const GLvoid * ptr,const char * where) argument 223 _mesa_validate_pbo_source_compressed(struct gl_context * ctx,GLuint dimensions,const struct gl_pixelstore_attrib * unpack,GLsizei imageSize,const GLvoid * pixels,const char * where) argument 260 _mesa_map_validate_pbo_source(struct gl_context * ctx,GLuint dimensions,const struct gl_pixelstore_attrib * unpack,GLsizei width,GLsizei height,GLsizei depth,GLenum format,GLenum type,GLsizei clientMemSize,const GLvoid * ptr,const char * where) argument 283 _mesa_unmap_pbo_source(struct gl_context * ctx,const struct gl_pixelstore_attrib * unpack) argument 338 _mesa_map_validate_pbo_dest(struct gl_context * ctx,GLuint dimensions,const struct gl_pixelstore_attrib * unpack,GLsizei width,GLsizei height,GLsizei depth,GLenum format,GLenum type,GLsizei clientMemSize,GLvoid * ptr,const char * where) argument 397 _mesa_validate_pbo_teximage(struct gl_context * ctx,GLuint dimensions,GLsizei width,GLsizei height,GLsizei depth,GLenum format,GLenum type,const GLvoid * pixels,const struct gl_pixelstore_attrib * unpack,const char * funcName) argument 478 _mesa_unmap_teximage_pbo(struct gl_context * ctx,const struct gl_pixelstore_attrib * unpack) argument [all...] |
| H A D | pbo.h | 45 const struct gl_pixelstore_attrib *unpack, 51 const struct gl_pixelstore_attrib *unpack, 58 const struct gl_pixelstore_attrib *unpack); 68 const struct gl_pixelstore_attrib *unpack, 82 const struct gl_pixelstore_attrib *unpack, 94 const struct gl_pixelstore_attrib *unpack); 99 const struct gl_pixelstore_attrib *unpack, 107 const struct gl_pixelstore_attrib *unpack,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | intel_pixel_draw.c | 54 const struct gl_pixelstore_attrib *unpack, 58 struct intel_buffer_object *src = intel_buffer_object(unpack->BufferObj); 91 if (unpack->SwapBytes || unpack->LsbFirst || 92 unpack->SkipPixels || unpack->SkipRows) { 97 int src_stride = _mesa_image_row_stride(unpack, width, format, type); 99 /* Mesa flips the src_stride for unpack->Invert, but we want our mt to have 102 if (unpack->Invert) { 108 src_offset += _mesa_image_offset(2, unpack, widt 51 do_blit_drawpixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels) argument 147 intelDrawPixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels) argument [all...] |
| H A D | intel_pixel_bitmap.c | 64 const struct gl_pixelstore_attrib *unpack, 69 if (!_mesa_validate_pbo_access(2, unpack, width, height, 1, 76 buf = (GLubyte *) ctx->Driver.MapBufferRange(ctx, 0, unpack->BufferObj->Size, 78 unpack->BufferObj, 102 const struct gl_pixelstore_attrib *unpack, 110 GLuint src_offset = (x + unpack->SkipPixels) & 0x7; 111 GLuint mask = unpack->LsbFirst ? 0 : 7; 119 __func__, x,y,w,h,width,height,unpack->SkipPixels, src_offset, mask); 135 const GLubyte *rowsrc = _mesa_image_address2d(unpack, bitmap, 174 const struct gl_pixelstore_attrib *unpack, 62 map_pbo(struct gl_context * ctx,GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLubyte * bitmap) argument 101 get_bitmap_rect(GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLubyte * bitmap,GLuint x,GLuint y,GLuint w,GLuint h,GLubyte * dest,GLuint row_align,bool invert) argument 171 do_blit_bitmap(struct gl_context * ctx,GLint dstx,GLint dsty,GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLubyte * bitmap) argument 345 intelBitmap(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLubyte * pixels) argument [all...] |
| H A D | intel_pixel.h | 47 const struct gl_pixelstore_attrib *unpack, 58 const struct gl_pixelstore_attrib *unpack,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_pixel_draw.c | 54 const struct gl_pixelstore_attrib *unpack, 58 struct brw_buffer_object *src = brw_buffer_object(unpack->BufferObj); 91 if (unpack->SwapBytes || unpack->LsbFirst || 92 unpack->SkipPixels || unpack->SkipRows) { 97 int src_stride = _mesa_image_row_stride(unpack, width, format, type); 99 /* Mesa flips the src_stride for unpack->Invert, but we want our mt to have 102 if (unpack->Invert) { 108 src_offset += _mesa_image_offset(2, unpack, widt 51 do_blit_drawpixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels) argument 147 brw_drawpixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels) argument [all...] |
| H A D | brw_pixel_bitmap.c | 65 const struct gl_pixelstore_attrib *unpack, 70 if (!_mesa_validate_pbo_access(2, unpack, width, height, 1, 77 buf = (GLubyte *) ctx->Driver.MapBufferRange(ctx, 0, unpack->BufferObj->Size, 79 unpack->BufferObj, 104 const struct gl_pixelstore_attrib *unpack, 112 GLuint src_offset = (x + unpack->SkipPixels) & 0x7; 113 GLuint mask = unpack->LsbFirst ? 0 : 7; 121 __func__, x,y,w,h,width,height,unpack->SkipPixels, src_offset, mask); 137 const GLubyte *rowsrc = _mesa_image_address2d(unpack, bitmap, 176 const struct gl_pixelstore_attrib *unpack, 63 map_pbo(struct gl_context * ctx,GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLubyte * bitmap) argument 103 get_bitmap_rect(GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLubyte * bitmap,GLuint x,GLuint y,GLuint w,GLuint h,GLubyte * dest,GLuint row_align,bool invert) argument 173 do_blit_bitmap(struct gl_context * ctx,GLint dstx,GLint dsty,GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLubyte * bitmap) argument 347 brw_bitmap(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLubyte * pixels) argument [all...] |
| H A D | brw_pixel.h | 47 const struct gl_pixelstore_attrib *unpack, 58 const struct gl_pixelstore_attrib *unpack,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_bitmap.c | 51 const struct gl_pixelstore_attrib *unpack, 63 bitmap = (const GLubyte *) _mesa_map_pbo_source(ctx, unpack, bitmap); 78 const GLubyte *src = (const GLubyte *) _mesa_image_address2d(unpack, 81 if (unpack->LsbFirst) { 83 GLubyte mask = 1U << (unpack->SkipPixels & 0x7); 105 GLubyte mask = 128U >> (unpack->SkipPixels & 0x7); 137 _mesa_unmap_pbo_source(ctx, unpack); 150 const struct gl_pixelstore_attrib *unpack, 176 const GLubyte *src = (const GLubyte *) _mesa_image_address2d(unpack, 179 if (unpack 49 _swrast_Bitmap(struct gl_context * ctx,GLint px,GLint py,GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLubyte * bitmap) argument [all...] |
| H A D | s_drawpix.c | 57 const struct gl_pixelstore_attrib *unpack, 62 _mesa_image_address2d(unpack, pixels, width, 64 const GLint srcRowStride = _mesa_image_row_stride(unpack, width, 106 const struct gl_pixelstore_attrib *unpack, 111 _mesa_image_address2d(unpack, pixels, width, 114 _mesa_image_row_stride(unpack, width, GL_RGBA, GL_UNSIGNED_BYTE); 157 const struct gl_pixelstore_attrib *unpack, 162 _mesa_image_address2d(unpack, pixels, width, 165 _mesa_image_row_stride(unpack, width, format, type); 209 struct gl_pixelstore_attrib unpack; local in function:fast_draw_rgba_pixels 53 fast_draw_rgb_ubyte_pixels(struct gl_context * ctx,struct gl_renderbuffer * rb,GLint x,GLint y,GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels,bool flip_y) argument 102 fast_draw_rgba_ubyte_pixels(struct gl_context * ctx,struct gl_renderbuffer * rb,GLint x,GLint y,GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels,bool flip_y) argument 152 fast_draw_generic_pixels(struct gl_context * ctx,struct gl_renderbuffer * rb,GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels,bool flip_y) argument 269 draw_stencil_pixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum type,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels) argument 313 draw_depth_pixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum type,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels) argument 419 draw_rgba_pixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels) argument 565 fast_draw_depth_stencil(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels) argument 605 draw_depth_stencil_pixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum type,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels) argument 704 _swrast_DrawPixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_bitmap.c | 51 const struct gl_pixelstore_attrib *unpack, 63 bitmap = (const GLubyte *) _mesa_map_pbo_source(ctx, unpack, bitmap); 78 const GLubyte *src = (const GLubyte *) _mesa_image_address2d(unpack, 81 if (unpack->LsbFirst) { 83 GLubyte mask = 1U << (unpack->SkipPixels & 0x7); 105 GLubyte mask = 128U >> (unpack->SkipPixels & 0x7); 137 _mesa_unmap_pbo_source(ctx, unpack); 150 const struct gl_pixelstore_attrib *unpack, 176 const GLubyte *src = (const GLubyte *) _mesa_image_address2d(unpack, 179 if (unpack 49 _swrast_Bitmap(struct gl_context * ctx,GLint px,GLint py,GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLubyte * bitmap) argument [all...] |
| H A D | s_drawpix.c | 57 const struct gl_pixelstore_attrib *unpack, 62 _mesa_image_address2d(unpack, pixels, width, 64 const GLint srcRowStride = _mesa_image_row_stride(unpack, width, 106 const struct gl_pixelstore_attrib *unpack, 111 _mesa_image_address2d(unpack, pixels, width, 114 _mesa_image_row_stride(unpack, width, GL_RGBA, GL_UNSIGNED_BYTE); 157 const struct gl_pixelstore_attrib *unpack, 162 _mesa_image_address2d(unpack, pixels, width, 165 _mesa_image_row_stride(unpack, width, format, type); 209 struct gl_pixelstore_attrib unpack; local in function:fast_draw_rgba_pixels 53 fast_draw_rgb_ubyte_pixels(struct gl_context * ctx,struct gl_renderbuffer * rb,GLint x,GLint y,GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels,bool flip_y) argument 102 fast_draw_rgba_ubyte_pixels(struct gl_context * ctx,struct gl_renderbuffer * rb,GLint x,GLint y,GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels,bool flip_y) argument 152 fast_draw_generic_pixels(struct gl_context * ctx,struct gl_renderbuffer * rb,GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels,bool flip_y) argument 269 draw_stencil_pixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum type,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels) argument 313 draw_depth_pixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum type,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels) argument 419 draw_rgba_pixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels) argument 591 fast_draw_depth_stencil(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels) argument 630 draw_depth_stencil_pixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum type,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels) argument 729 _swrast_DrawPixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_qpu_emit.c | 166 struct qinst *inst, uint64_t *unpack) 190 /* If we had an unpack on this A-file source, we need to put 194 *last_inst(block) |= *unpack; 195 *unpack = 0; 209 MAYBE_UNUSED uint32_t unpack = QPU_GET_FIELD(*last_inst(block), QPU_UNPACK); local in function:set_last_dst_pack 217 assert(!unpack || had_pm); 220 assert(!unpack || !had_pm); 296 uint64_t unpack = 0; local in function:vc4_generate_code_block 308 assert(!unpack || 309 unpack 163 fixup_raddr_conflict(struct qblock * block,struct qpu_reg dst,struct qpu_reg * src0,struct qpu_reg * src1,struct qinst * inst,uint64_t * unpack) argument [all...] |
| H A D | vc4_opt_copy_propagation.c | 101 uint8_t unpack; local in function:try_copy_prop 103 /* Make sure that the meaning of the unpack 112 /* There's only one unpack field, so make sure 130 unpack = mov->src[0].pack; 132 unpack = inst->src[i].pack; 142 inst->src[i].pack = unpack;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_qpu_emit.c | 166 struct qinst *inst, uint64_t *unpack) 190 /* If we had an unpack on this A-file source, we need to put 194 *last_inst(block) |= *unpack; 195 *unpack = 0; 209 ASSERTED uint32_t unpack = QPU_GET_FIELD(*last_inst(block), QPU_UNPACK); local in function:set_last_dst_pack 217 assert(!unpack || had_pm); 220 assert(!unpack || !had_pm); 296 uint64_t unpack = 0; local in function:vc4_generate_code_block 308 assert(!unpack || 309 unpack 163 fixup_raddr_conflict(struct qblock * block,struct qpu_reg dst,struct qpu_reg * src0,struct qpu_reg * src1,struct qinst * inst,uint64_t * unpack) argument [all...] |