Home
last modified time | relevance | path

Searched refs:get_buf_ptr (Results 1 – 5 of 5) sorted by relevance

/external/libxcam/modules/soft/
Dsoft_copy_task.cpp30 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()
Dsoft_image.h92 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()
Dsoft_geo_mapper.cpp56 Float2 *ret = _lookup_table->get_buf_ptr (0, i); in set_lookup_table()
Dsoft_blender.cpp136 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/
Dvrend_decode.c58 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()