Searched defs:data_ptr (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_move.c81 move_source_cb(nir_src *src, void *data_ptr) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_buffer.c59 unsigned char *data_ptr; local in function:sp_tgsi_load
116 unsigned char *data_ptr; local in function:sp_tgsi_store
158 handle_op_atomic(const struct pipe_shader_buffer * bview,bool just_read,unsigned char * data_ptr,uint qi,enum tgsi_opcode opcode,unsigned writemask,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE],float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
301 unsigned char *data_ptr; local in function:sp_tgsi_op
[all...]
H A Dsp_image.c217 char *data_ptr; local in function:sp_tgsi_load
318 char *data_ptr; local in function:sp_tgsi_store
381 handle_op_uint(const struct pipe_image_view * iview,const struct tgsi_image_params * params,bool just_read,char * data_ptr,uint qi,unsigned stride,enum tgsi_opcode opcode,int s,int t,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE],float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
498 handle_op_int(const struct pipe_image_view * iview,const struct tgsi_image_params * params,bool just_read,char * data_ptr,uint qi,unsigned stride,enum tgsi_opcode opcode,int s,int t,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE],float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
612 handle_op_r32f_xchg(const struct pipe_image_view * iview,const struct tgsi_image_params * params,bool just_read,char * data_ptr,uint qi,unsigned stride,enum tgsi_opcode opcode,int s,int t,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
667 char *data_ptr; local in function:sp_tgsi_op
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dmemory.cpp97 const void *data_ptr = NULL; local in function:root_buffer::resource_in
110 root_buffer::resource(command_queue &q, const void *data_ptr) { argument
184 const void *data_ptr = !data.empty() ? data.data() : NULL; local in function:image::resource_in
194 image::resource(command_queue &q, const void *data_ptr) { argument
H A Dresource.cpp157 root_resource(clover::device & dev,memory_obj & obj,command_queue & q,const void * data_ptr) argument
/xsrc/external/mit/libXt/dist/src/
H A DResConfig.c892 char *data_ptr; local in function:_XtResourceConfigurationEH
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dresource.cpp159 const void *data_ptr = !data.empty() ? data.data() : obj.host_ptr(); local in function:root_resource::root_resource
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_image.c217 char *data_ptr; local in function:sp_tgsi_load
299 char *data_ptr; local in function:sp_tgsi_store
348 handle_op_uint(const struct pipe_image_view * iview,const struct tgsi_image_params * params,bool just_read,char * data_ptr,uint qi,unsigned stride,enum tgsi_opcode opcode,int s,int t,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE],float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
465 handle_op_int(const struct pipe_image_view * iview,const struct tgsi_image_params * params,bool just_read,char * data_ptr,uint qi,unsigned stride,enum tgsi_opcode opcode,int s,int t,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE],float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
579 handle_op_r32f_xchg(const struct pipe_image_view * iview,const struct tgsi_image_params * params,bool just_read,char * data_ptr,uint qi,unsigned stride,enum tgsi_opcode opcode,int s,int t,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
634 char *data_ptr; local in function:sp_tgsi_op
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_sqtt.c632 void *data_ptr = (uint8_t *)thread_trace_ptr + data_offset; local in function:radv_get_thread_trace
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_sqtt.c520 void *data_ptr = thread_trace_ptr + data_offset; local in function:si_get_thread_trace
/xsrc/external/mit/libXpm/dist/src/
H A Dcreate.c1352 unsigned char *data_ptr, *max_data; local in function:PutImagePixels32
1448 unsigned char *data_ptr, *max_data; local in function:PutImagePixels16
1515 char *data_ptr, *max_data; local in function:PutImagePixels8
1578 char *data_ptr, *max_data; local in function:PutImagePixels1
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c370 lp_build_sample_fetch_image_nearest(struct lp_build_sample_context * bld,LLVMValueRef data_ptr,LLVMValueRef offset,LLVMValueRef x_subcoord,LLVMValueRef y_subcoord,LLVMValueRef * colors) argument
438 lp_build_sample_image_nearest(struct lp_build_sample_context * bld,LLVMValueRef int_size,LLVMValueRef row_stride_vec,LLVMValueRef img_stride_vec,LLVMValueRef data_ptr,LLVMValueRef mipoffsets,LLVMValueRef s,LLVMValueRef t,LLVMValueRef r,const LLVMValueRef * offsets,LLVMValueRef * colors) argument
559 lp_build_sample_fetch_image_linear(struct lp_build_sample_context * bld,LLVMValueRef data_ptr,LLVMValueRef offset[2][2][2],LLVMValueRef x_subcoord[2],LLVMValueRef y_subcoord[2],LLVMValueRef s_fpart,LLVMValueRef t_fpart,LLVMValueRef r_fpart,LLVMValueRef * colors) argument
747 lp_build_sample_image_linear(struct lp_build_sample_context * bld,LLVMValueRef int_size,LLVMValueRef row_stride_vec,LLVMValueRef img_stride_vec,LLVMValueRef data_ptr,LLVMValueRef mipoffsets,LLVMValueRef s,LLVMValueRef t,LLVMValueRef r,const LLVMValueRef * offsets,LLVMValueRef * colors) argument
[all...]
H A Dlp_bld_sample.c1035 LLVMValueRef indexes[2], data_ptr, mip_offset; local in function:lp_build_get_mipmap_level
H A Dlp_bld_sample_soa.c76 lp_build_sample_texel_soa(struct lp_build_sample_context * bld,LLVMValueRef width,LLVMValueRef height,LLVMValueRef depth,LLVMValueRef x,LLVMValueRef y,LLVMValueRef z,LLVMValueRef y_stride,LLVMValueRef z_stride,LLVMValueRef data_ptr,LLVMValueRef mipoffsets,LLVMValueRef texel_out[4]) argument
854 lp_build_sample_image_nearest(struct lp_build_sample_context * bld,LLVMValueRef size,LLVMValueRef row_stride_vec,LLVMValueRef img_stride_vec,LLVMValueRef data_ptr,LLVMValueRef mipoffsets,const LLVMValueRef * coords,const LLVMValueRef * offsets,LLVMValueRef colors_out[4]) argument
999 lp_build_sample_image_linear(struct lp_build_sample_context * bld,boolean is_gather,LLVMValueRef size,LLVMValueRef linear_mask,LLVMValueRef row_stride_vec,LLVMValueRef img_stride_vec,LLVMValueRef data_ptr,LLVMValueRef mipoffsets,const LLVMValueRef * coords,const LLVMValueRef * offsets,LLVMValueRef colors_out[4]) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c370 lp_build_sample_fetch_image_nearest(struct lp_build_sample_context * bld,LLVMValueRef data_ptr,LLVMValueRef offset,LLVMValueRef x_subcoord,LLVMValueRef y_subcoord,LLVMValueRef * colors) argument
438 lp_build_sample_image_nearest(struct lp_build_sample_context * bld,LLVMValueRef int_size,LLVMValueRef row_stride_vec,LLVMValueRef img_stride_vec,LLVMValueRef data_ptr,LLVMValueRef mipoffsets,LLVMValueRef s,LLVMValueRef t,LLVMValueRef r,const LLVMValueRef * offsets,LLVMValueRef * colors) argument
559 lp_build_sample_fetch_image_linear(struct lp_build_sample_context * bld,LLVMValueRef data_ptr,LLVMValueRef offset[2][2][2],LLVMValueRef x_subcoord[2],LLVMValueRef y_subcoord[2],LLVMValueRef s_fpart,LLVMValueRef t_fpart,LLVMValueRef r_fpart,LLVMValueRef * colors) argument
739 lp_build_sample_image_linear(struct lp_build_sample_context * bld,LLVMValueRef int_size,LLVMValueRef row_stride_vec,LLVMValueRef img_stride_vec,LLVMValueRef data_ptr,LLVMValueRef mipoffsets,LLVMValueRef s,LLVMValueRef t,LLVMValueRef r,const LLVMValueRef * offsets,LLVMValueRef * colors) argument
[all...]
H A Dlp_bld_sample.c1172 LLVMValueRef indexes[2], data_ptr, mip_offset; local in function:lp_build_get_mipmap_level
H A Dlp_bld_sample_soa.c78 lp_build_sample_texel_soa(struct lp_build_sample_context * bld,LLVMValueRef width,LLVMValueRef height,LLVMValueRef depth,LLVMValueRef x,LLVMValueRef y,LLVMValueRef z,LLVMValueRef y_stride,LLVMValueRef z_stride,LLVMValueRef data_ptr,LLVMValueRef mipoffsets,LLVMValueRef texel_out[4]) argument
864 lp_build_sample_image_nearest(struct lp_build_sample_context * bld,LLVMValueRef size,LLVMValueRef row_stride_vec,LLVMValueRef img_stride_vec,LLVMValueRef data_ptr,LLVMValueRef mipoffsets,const LLVMValueRef * coords,const LLVMValueRef * offsets,LLVMValueRef colors_out[4]) argument
1009 lp_build_sample_image_linear(struct lp_build_sample_context * bld,boolean is_gather,LLVMValueRef size,LLVMValueRef linear_mask,LLVMValueRef row_stride_vec,LLVMValueRef img_stride_vec,LLVMValueRef data_ptr,LLVMValueRef mipoffsets,const LLVMValueRef * coords,const LLVMValueRef * offsets,LLVMValueRef colors_out[4]) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
H A Dwsi_common_wayland.c939 void * data_ptr; member in struct:wsi_wl_image
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_sqtt.h67 void *data_ptr; member in struct:ac_thread_trace_se
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c799 LLVMValueRef data_ptr = draw_jit_header_data(gallivm, io_ptr); local in function:store_aos
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1171 LLVMValueRef data_ptr = draw_jit_header_data(gallivm, io_ptr); local in function:store_aos
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_drm.h867 uint64_t data_ptr; member in struct:drm_radeon_gem_pread
880 uint64_t data_ptr; member in struct:drm_radeon_gem_pwrite
/xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
H A Di915_drm.h675 __u64 data_ptr; member in struct:drm_i915_gem_pread
691 __u64 data_ptr; member in struct:drm_i915_gem_pwrite
1736 __u64 data_ptr; member in struct:drm_i915_query_item
/xsrc/external/mit/libdrm/dist/include/drm/
H A Di915_drm.h881 __u64 data_ptr; member in struct:drm_i915_gem_pread
897 __u64 data_ptr; member in struct:drm_i915_gem_pwrite
2964 __u64 data_ptr; member in struct:drm_i915_query_item
[all...]
H A Dradeon_drm.h903 __u64 data_ptr; member in struct:drm_radeon_gem_pread
916 __u64 data_ptr; member in struct:drm_radeon_gem_pwrite

Completed in 60 milliseconds

12