Searched refs:get_buf_ptr (Results 1 – 5 of 5) sorted by relevance
/external/libxcam/modules/soft/ |
D | soft_copy_task.cpp | 30 const typename ImageT::Type *in_ptr = in->get_buf_ptr (0, y); in copy_line() 31 typename ImageT::Type *out_ptr = out->get_buf_ptr (0, y); in copy_line()
|
D | soft_image.h | 92 T *get_buf_ptr (int32_t x, int32_t y) { in get_buf_ptr() function 95 const T *get_buf_ptr (int32_t x, int32_t y) const { in get_buf_ptr() function 327 uint8_t *line_ptr = buf->get_buf_ptr (0, index); in read_buf() 352 uint8_t *line_ptr = buf->get_buf_ptr (0, index); in write_buf()
|
D | soft_geo_mapper.cpp | 56 Float2 *ret = _lookup_table->get_buf_ptr (0, i); in set_lookup_table()
|
D | soft_blender.cpp | 136 typename SoftImageT::Type *ptr = image->get_buf_ptr (0, 0); in dump_soft() 287 Uchar *ptr = orig_mask->get_buf_ptr (0, h); in init_first_masks()
|
/external/virglrenderer/src/ |
D | vrend_decode.c | 58 static inline void *get_buf_ptr(struct vrend_decode_ctx *ctx, in get_buf_ptr() function 117 shd_text = get_buf_ptr(ctx, shader_offset); in vrend_decode_create_shader() 193 depth = *(double *)(uint64_t *)get_buf_ptr(ctx, VIRGL_OBJ_CLEAR_DEPTH_0); in vrend_decode_clear() 262 …vrend_set_constants(ctx->grctx, shader, index, nc, get_buf_ptr(ctx, VIRGL_SET_CONSTANT_BUFFER_DATA… in vrend_decode_set_constant_buffer() 366 data = get_buf_ptr(ctx, VIRGL_RESOURCE_IW_DATA_START); in vrend_decode_resource_inline_write() 995 get_buf_ptr(ctx, VIRGL_BIND_SAMPLER_STATES_S0_HANDLE)); in vrend_decode_bind_sampler_states()
|