Searched refs:data_ptr (Results 1 - 25 of 47) sorted by relevance

12

/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
90 data_ptr = (unsigned char *)spr->data + bview->buffer_offset + s_coord;
92 format_desc->fetch_rgba_uint(sdata, data_ptr, 0, 0);
94 data_ptr += 4;
116 unsigned char *data_ptr; local in function:sp_tgsi_store
141 data_ptr = (unsigned char *)spr->data + bview->buffer_offset + s_coord;
146 unsigned char *dptr = data_ptr + (c * 4);
160 unsigned char *data_ptr,
173 unsigned char *dptr = data_ptr + (c * 4);
278 unsigned char *dptr = data_ptr
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
263 data_ptr = (char *)spr->data + offset;
270 data_ptr, stride,
278 data_ptr, stride,
286 data_ptr, stride,
318 char *data_ptr; local in function:sp_tgsi_store
353 data_ptr = (char *)spr->data + offset;
359 util_format_write_4i(pformat, sdata, 0, data_ptr, stride,
365 util_format_write_4ui(pformat, sdata, 0, data_ptr, stride,
371 util_format_write_4f(pformat, sdata, 0, data_ptr, strid
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
99 data_ptr = !data.empty() ? data.data() : host_ptr();
101 return resource(q, data_ptr);
110 root_buffer::resource(command_queue &q, const void *data_ptr) { argument
117 new root_resource(q.device(), *this, q, data_ptr));
184 const void *data_ptr = !data.empty() ? data.data() : NULL; local in function:image::resource_in
185 return resource(q, data_ptr);
194 image::resource(command_queue &q, const void *data_ptr) { argument
201 new root_resource(q.device(), *this, q, data_ptr));
H A Dresource.cpp158 command_queue &q, const void *data_ptr) :
195 if (data_ptr) {
201 0, info.width0, data_ptr);
204 rect, data_ptr, cpp * info.width0,
157 root_resource(clover::device & dev,memory_obj & obj,command_queue & q,const void * data_ptr) argument
H A Dresource.hpp94 command_queue &q, const void *data_ptr);
H A Dmemory.hpp106 resource(command_queue &q, const void *data_ptr);
162 resource(command_queue &q, const void *data_ptr);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_move.c81 move_source_cb(nir_src *src, void *data_ptr) argument
83 struct source_cb_data data = *(struct source_cb_data*)data_ptr;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_image.c217 char *data_ptr; local in function:sp_tgsi_load
263 data_ptr = (char *)spr->data + offset;
268 data_ptr, stride,
299 char *data_ptr; local in function:sp_tgsi_store
334 data_ptr = (char *)spr->data + offset;
339 util_format_write_4(pformat, sdata, 0, data_ptr, stride,
351 char *data_ptr,
366 data_ptr, stride,
457 util_format_write_4(params->format, sdata, 0, data_ptr, stride,
468 char *data_ptr,
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/libXpm/dist/src/
H A Dcreate.c1352 unsigned char *data_ptr, *max_data; local in function:PutImagePixels32
1359 data_ptr = data;
1360 max_data = data_ptr + (width << 2);
1362 while (data_ptr < max_data) {
1363 *((unsigned long *) data_ptr) = pixels[*(iptr++)];
1364 data_ptr += (1 << 2);
1372 data_ptr = data;
1373 max_data = data_ptr + (width << 2);
1375 while (data_ptr < max_data) {
1378 *data_ptr
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/xorg-server.old/dist/hw/xfree86/os-support/solaris/
H A Dsun_VTsw.c89 door_arg.data_ptr = (char *)&vt_door_arg;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/
H A Dsun_VTsw.c88 door_arg.data_ptr = (char *) &vt_door_arg;
/xsrc/external/mit/libXt/dist/src/
H A DResConfig.c892 char *data_ptr; local in function:_XtResourceConfigurationEH
967 resource_len = strtoul(data, &data_ptr, 10);
969 if (data_ptr != (char *) data) {
970 data_ptr++;
971 data_value = data_ptr + resource_len;
974 data_ptr = data_value = NULL;
976 if (data_value > data_ptr && data_value < data_end) {
982 resource = XtNewString(data_ptr);
/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_gem.h93 .data_ptr = (uintptr_t)buffer,
/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
165 0, info.width0, data_ptr);
168 rect, data_ptr, cpp * info.width0,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c371 LLVMValueRef data_ptr,
413 data_ptr, offset, TRUE);
422 data_ptr, offset,
442 LLVMValueRef data_ptr,
548 lp_build_sample_fetch_image_nearest(bld, data_ptr, offset,
560 LLVMValueRef data_ptr,
666 data_ptr, offset[k][j][i], TRUE);
675 data_ptr, offset[k][j][i],
743 LLVMValueRef data_ptr,
924 lp_build_sample_fetch_image_linear(bld, data_ptr, offse
370 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...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c371 LLVMValueRef data_ptr,
413 data_ptr, offset, TRUE);
422 data_ptr, offset,
442 LLVMValueRef data_ptr,
548 lp_build_sample_fetch_image_nearest(bld, data_ptr, offset,
560 LLVMValueRef data_ptr,
666 data_ptr, offset[k][j][i], TRUE);
675 data_ptr, offset[k][j][i],
751 LLVMValueRef data_ptr,
933 lp_build_sample_fetch_image_linear(bld, data_ptr, offse
370 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_soa.c85 LLVMValueRef data_ptr,
163 data_ptr, offset,
858 LLVMValueRef data_ptr,
930 data_ptr, mipoffsets, colors_out);
1005 LLVMValueRef data_ptr,
1327 data_ptr, mipoffsets, neighbors[0][0]);
1332 data_ptr, mipoffsets, neighbors[0][1]);
1365 data_ptr, mipoffsets, neighbors[1][0]);
1370 data_ptr, mipoffsets, neighbors[1][1]);
1657 data_ptr, mipoffset
76 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/amd/vulkan/
H A Dradv_sqtt.c632 void *data_ptr = (uint8_t *)thread_trace_ptr + data_offset; local in function:radv_get_thread_trace
650 thread_trace_se.data_ptr = data_ptr;
/xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
H A Dwsi_common_wayland.c939 void * data_ptr; member in struct:wsi_wl_image
1075 void *dptr = image->data_ptr;
1172 image->data_ptr = mmap(NULL, image->data_size, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0);
1173 if (image->data_ptr == MAP_FAILED) {
1236 if (chain->images[i].data_ptr)
1237 munmap(chain->images[i].data_ptr, chain->images[i].data_size);
/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/libdrm/dist/include/drm/
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
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
2904 * @data_ptr is also depends on the specific @query_id.
2931 * data to be written at the @data_ptr pointer. The kernel sets this
2958 * @data_ptr:
2960 * Data will be written at the location pointed by @data_ptr when the
2964 __u64 data_ptr; member in struct:drm_i915_query_item
2980 * &drm_i915_query_item.data_ptr equal to our newly allocated blob. Note that
3158 * // again, this time with the data_ptr pointing to our newly allocated
3160 * item.data_ptr
[all...]
/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/dist/src/intel/tools/
H A Dintel_noop_drm_shim.c227 (void *) (uintptr_t) item->data_ptr;
/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
1720 * data to be written at the data_ptr pointer. The kernel sets this
1732 * Data will be written at the location pointed by data_ptr when the
1736 __u64 data_ptr; member in struct:drm_i915_query_item

Completed in 46 milliseconds

12