Searched refs:get_buf_ptr (Results 1 – 1 of 1) sorted by relevance
/external/virglrenderer/src/ |
D | vrend_decode.c | 57 static inline const void *get_buf_ptr(const uint32_t *buf, uint32_t offset) in get_buf_ptr() function 124 shd_text = get_buf_ptr(buf, shader_offset); in vrend_decode_create_shader() 201 const void *depth_ptr = get_buf_ptr(buf, VIRGL_OBJ_CLEAR_DEPTH_0); in vrend_decode_clear() 297 vrend_set_constants(ctx, shader, nc, get_buf_ptr(buf, VIRGL_SET_CONSTANT_BUFFER_DATA_START)); in vrend_decode_set_constant_buffer() 407 data = get_buf_ptr(buf, VIRGL_RESOURCE_IW_DATA_START); in vrend_decode_resource_inline_write() 1050 get_buf_ptr(buf, VIRGL_BIND_SAMPLER_STATES_S0_HANDLE)); in vrend_decode_bind_sampler_states() 1335 const uint32_t *flag_buf = get_buf_ptr(buf, VIRGL_SET_DEBUG_FLAGSTRING_OFFSET); in vrend_decode_set_debug_mask()
|