| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_pixel_read.c | 99 struct radeon_bo *dst_buffer; local in function:do_blit_readpixels
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_prim_restart.c | 41 util_translate_prim_restart_ib(struct pipe_context * context,const struct pipe_draw_info * info,struct pipe_resource ** dst_buffer) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| H A D | i915_blit.c | 36 i915_fill_blit(struct i915_context * i915,unsigned cpp,unsigned rgba_mask,unsigned short dst_pitch,struct i915_winsys_buffer * dst_buffer,unsigned dst_offset,short x,short y,short w,short h,unsigned color) argument 89 i915_copy_blit(struct i915_context * i915,unsigned cpp,unsigned short src_pitch,struct i915_winsys_buffer * src_buffer,unsigned src_offset,unsigned short dst_pitch,struct i915_winsys_buffer * dst_buffer,unsigned dst_offset,short src_x,short src_y,short dst_x,short dst_y,short w,short h) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_pixel_read.c | 81 drm_intel_bo *dst_buffer; local in function:do_blit_readpixels
|
| H A D | intel_blit.c | 78 emit_copy_blit(struct intel_context * intel,GLuint cpp,GLshort src_pitch,drm_intel_bo * src_buffer,GLuint src_offset,uint32_t src_tiling,GLshort dst_pitch,drm_intel_bo * dst_buffer,GLuint dst_offset,uint32_t dst_tiling,GLshort src_x,GLshort src_y,GLshort dst_x,GLshort dst_y,GLshort w,GLshort h,enum gl_logicop_mode logic_op) argument 497 intelEmitImmediateColorExpandBlit(struct intel_context * intel,GLuint cpp,GLubyte * src_bits,GLuint src_size,GLuint fg_color,GLshort dst_pitch,drm_intel_bo * dst_buffer,GLuint dst_offset,uint32_t dst_tiling,GLshort x,GLshort y,GLshort w,GLshort h,enum gl_logicop_mode logic_op) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| H A D | i915_blit.c | 34 i915_fill_blit(struct i915_context * i915,unsigned cpp,unsigned rgba_mask,unsigned short dst_pitch,struct i915_winsys_buffer * dst_buffer,unsigned dst_offset,short x,short y,short w,short h,unsigned color) argument 79 i915_copy_blit(struct i915_context * i915,unsigned cpp,unsigned short src_pitch,struct i915_winsys_buffer * src_buffer,unsigned src_offset,unsigned short dst_pitch,struct i915_winsys_buffer * dst_buffer,unsigned dst_offset,short src_x,short src_y,short dst_x,short dst_y,short w,short h) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_pixel_read.c | 81 drm_intel_bo *dst_buffer; local in function:do_blit_readpixels
|
| H A D | intel_blit.c | 78 emit_copy_blit(struct intel_context * intel,GLuint cpp,GLshort src_pitch,drm_intel_bo * src_buffer,GLuint src_offset,uint32_t src_tiling,GLshort dst_pitch,drm_intel_bo * dst_buffer,GLuint dst_offset,uint32_t dst_tiling,GLshort src_x,GLshort src_y,GLshort dst_x,GLshort dst_y,GLshort w,GLshort h,enum gl_logicop_mode logic_op) argument 497 intelEmitImmediateColorExpandBlit(struct intel_context * intel,GLuint cpp,GLubyte * src_bits,GLuint src_size,GLuint fg_color,GLshort dst_pitch,drm_intel_bo * dst_buffer,GLuint dst_offset,uint32_t dst_tiling,GLshort x,GLshort y,GLshort w,GLshort h,enum gl_logicop_mode logic_op) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_pixel_read.c | 99 struct radeon_bo *dst_buffer; local in function:do_blit_readpixels
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_meta_copy.c | 418 tu_copy_image_to_buffer_step(struct tu_cmd_buffer * cmdbuf,struct tu_image * src_image,struct tu_buffer * dst_buffer,const VkBufferImageCopy * copy_info,VkFormat format,uint32_t layer,uint64_t dst_va) argument 534 tu_copy_image_to_buffer(struct tu_cmd_buffer * cmdbuf,struct tu_image * src_image,struct tu_buffer * dst_buffer,const VkBufferImageCopy * copy_info) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_state_constants.c | 481 struct pipe_resource *dst_buffer = NULL; local in function:emit_constbuf_vgpu10
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_prim_restart.c | 101 util_translate_prim_restart_ib(struct pipe_context * context,const struct pipe_draw_info * info,const struct pipe_draw_indirect_info * indirect_info,const struct pipe_draw_start_count_bias * draw,struct pipe_resource ** dst_buffer) argument
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_meta_buffer.c | 205 struct radv_buffer dst_buffer; local in function:fill_buffer_shader 249 struct radv_buffer src_buffer, dst_buffer; local in function:copy_buffer_shader 374 copy_buffer(struct radv_cmd_buffer * cmd_buffer,struct radv_buffer * src_buffer,struct radv_buffer * dst_buffer,const VkBufferCopy2KHR * region) argument [all...] |
| H A D | radv_meta_bufimage.c | 1627 VkBuffer src_buffer, dst_buffer; local in function:radv_meta_image_to_image_cs_r32g32b32
|
| H A D | radv_meta_clear.c | 829 struct radv_buffer dst_buffer; local in function:clear_htile_mask
|
| H A D | radv_query.c | 814 struct radv_buffer src_buffer, dst_buffer; local in function:radv_query_shader [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_meta_buffer.c | 300 struct radv_buffer dst_buffer = { local in function:fill_buffer_shader 353 struct radv_buffer dst_buffer = { local in function:copy_buffer_shader [all...] |
| H A D | radv_meta_bufimage.c | 1944 VkBuffer src_buffer, dst_buffer; local in function:radv_meta_image_to_image_cs_r32g32b32
|
| H A D | radv_query.c | 945 struct radv_buffer dst_buffer = { local in function:radv_query_shader [all...] |
| H A D | radv_meta_clear.c | 819 struct radv_buffer dst_buffer = { local in function:clear_htile_mask
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | intel_blit.c | 244 emit_copy_blit(struct brw_context * brw,GLuint cpp,int32_t src_pitch,struct brw_bo * src_buffer,GLuint src_offset,enum isl_tiling src_tiling,int32_t dst_pitch,struct brw_bo * dst_buffer,GLuint dst_offset,enum isl_tiling dst_tiling,GLshort src_x,GLshort src_y,GLshort dst_x,GLshort dst_y,GLshort w,GLshort h,enum gl_logicop_mode logic_op) argument 621 intelEmitImmediateColorExpandBlit(struct brw_context * brw,GLuint cpp,GLubyte * src_bits,GLuint src_size,GLuint fg_color,GLshort dst_pitch,struct brw_bo * dst_buffer,GLuint dst_offset,enum isl_tiling dst_tiling,GLshort x,GLshort y,GLshort w,GLshort h,enum gl_logicop_mode logic_op) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_state_constants.c | 590 struct pipe_resource *dst_buffer = NULL; local in function:emit_constbuf [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_blit.c | 252 emit_copy_blit(struct brw_context * brw,GLuint cpp,int32_t src_pitch,struct brw_bo * src_buffer,GLuint src_offset,enum isl_tiling src_tiling,int32_t dst_pitch,struct brw_bo * dst_buffer,GLuint dst_offset,enum isl_tiling dst_tiling,GLshort src_x,GLshort src_y,GLshort dst_x,GLshort dst_y,GLshort w,GLshort h,enum gl_logicop_mode logic_op) argument 629 brw_emit_immediate_color_expand_blit(struct brw_context * brw,GLuint cpp,GLubyte * src_bits,GLuint src_size,GLuint fg_color,GLshort dst_pitch,struct brw_bo * dst_buffer,GLuint dst_offset,enum isl_tiling dst_tiling,GLshort x,GLshort y,GLshort w,GLshort h,enum gl_logicop_mode logic_op) argument
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_blorp.c | 832 copy_buffer(struct anv_device * device,struct blorp_batch * batch,struct anv_buffer * src_buffer,struct anv_buffer * dst_buffer,const VkBufferCopy2KHR * region) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_clear_blit.c | 1099 void (*dst_buffer)(struct tu_cs *cs, VkFormat vk_format, uint64_t va, uint32_t pitch); member in struct:blit_ops 1574 tu_copy_image_to_buffer(struct tu_cmd_buffer * cmd,struct tu_image * src_image,struct tu_buffer * dst_buffer,const VkBufferImageCopy * info) argument [all...] |