Lines Matching +defs:val +defs:buf
56 static inline uint32_t get_buf_entry(const uint32_t *buf, uint32_t offset) in get_buf_entry()
61 static inline const void *get_buf_ptr(const uint32_t *buf, uint32_t offset) in get_buf_ptr()
67 const uint32_t *buf, in vrend_decode_create_shader()
134 static int vrend_decode_create_stream_output_target(struct vrend_context *ctx, const uint32_t *buf, in vrend_decode_create_stream_output_target()
150 static int vrend_decode_set_framebuffer_state(struct vrend_context *ctx, const uint32_t *buf, uint3… in vrend_decode_set_framebuffer_state()
172 …_decode_set_framebuffer_state_no_attach(struct vrend_context *ctx, const uint32_t *buf, uint32_t l… in vrend_decode_set_framebuffer_state_no_attach()
193 static int vrend_decode_clear(struct vrend_context *ctx, const uint32_t *buf, uint32_t length) in vrend_decode_clear()
213 static int vrend_decode_clear_texture(struct vrend_context *ctx, const uint32_t *buf, uint32_t leng… in vrend_decode_clear_texture()
239 static int vrend_decode_set_viewport_state(struct vrend_context *ctx, const uint32_t *buf, uint32_t… in vrend_decode_set_viewport_state()
268 static int vrend_decode_set_index_buffer(struct vrend_context *ctx, const uint32_t *buf, uint32_t l… in vrend_decode_set_index_buffer()
279 static int vrend_decode_set_constant_buffer(struct vrend_context *ctx, const uint32_t *buf, uint32_… in vrend_decode_set_constant_buffer()
297 static int vrend_decode_set_uniform_buffer(struct vrend_context *ctx, const uint32_t *buf, uint32_t… in vrend_decode_set_uniform_buffer()
318 static int vrend_decode_set_vertex_buffers(struct vrend_context *ctx, const uint32_t *buf, uint32_t… in vrend_decode_set_vertex_buffers()
341 static int vrend_decode_set_sampler_views(struct vrend_context *ctx, const uint32_t *buf, uint32_t … in vrend_decode_set_sampler_views()
369 static void vrend_decode_transfer_common(const uint32_t *buf, in vrend_decode_transfer_common()
386 static int vrend_decode_resource_inline_write(struct vrend_context *ctx, const uint32_t *buf, in vrend_decode_resource_inline_write()
415 static int vrend_decode_draw_vbo(struct vrend_context *ctx, const uint32_t *buf, uint32_t length) in vrend_decode_draw_vbo()
456 static int vrend_decode_create_blend(struct vrend_context *ctx, const uint32_t *buf, uint32_t handl… in vrend_decode_create_blend()
501 static int vrend_decode_create_dsa(struct vrend_context *ctx, const uint32_t *buf, uint32_t handle,… in vrend_decode_create_dsa()
545 static int vrend_decode_create_rasterizer(struct vrend_context *ctx, const uint32_t *buf, uint32_t … in vrend_decode_create_rasterizer()
611 static int vrend_decode_create_surface_common(struct vrend_context *ctx, const uint32_t *buf, uint3… in vrend_decode_create_surface_common()
624 static int vrend_decode_create_surface(struct vrend_context *ctx, const uint32_t *buf, uint32_t han… in vrend_decode_create_surface()
632 static int vrend_decode_create_msaa_surface(struct vrend_context *ctx, const uint32_t *buf, uint32_… in vrend_decode_create_msaa_surface()
641 static int vrend_decode_create_sampler_view(struct vrend_context *ctx, const uint32_t *buf, uint32_… in vrend_decode_create_sampler_view()
656 static int vrend_decode_create_sampler_state(struct vrend_context *ctx, const uint32_t *buf, uint32… in vrend_decode_create_sampler_state()
692 static int vrend_decode_create_ve(struct vrend_context *ctx, const uint32_t *buf, uint32_t handle, … in vrend_decode_create_ve()
733 static int vrend_decode_create_query(struct vrend_context *ctx, const uint32_t *buf, uint32_t handl… in vrend_decode_create_query()
754 static int vrend_decode_create_object(struct vrend_context *ctx, const uint32_t *buf, uint32_t leng… in vrend_decode_create_object()
813 static int vrend_decode_bind_object(struct vrend_context *ctx, const uint32_t *buf, uint32_t length) in vrend_decode_bind_object()
846 static int vrend_decode_destroy_object(struct vrend_context *ctx, const uint32_t *buf, uint32_t len… in vrend_decode_destroy_object()
862 static int vrend_decode_set_stencil_ref(struct vrend_context *ctx, const uint32_t *buf, uint32_t le… in vrend_decode_set_stencil_ref()
868 uint32_t val = get_buf_entry(buf, VIRGL_SET_STENCIL_REF); in vrend_decode_set_stencil_ref() local
876 static int vrend_decode_set_blend_color(struct vrend_context *ctx, const uint32_t *buf, uint32_t le… in vrend_decode_set_blend_color()
891 static int vrend_decode_set_scissor_state(struct vrend_context *ctx, const uint32_t *buf, uint32_t … in vrend_decode_set_scissor_state()
924 static int vrend_decode_set_polygon_stipple(struct vrend_context *ctx, const uint32_t *buf, uint32_… in vrend_decode_set_polygon_stipple()
939 static int vrend_decode_set_clip_state(struct vrend_context *ctx, const uint32_t *buf, uint32_t len… in vrend_decode_set_clip_state()
954 static int vrend_decode_set_sample_mask(struct vrend_context *ctx, const uint32_t *buf, uint32_t le… in vrend_decode_set_sample_mask()
965 static int vrend_decode_set_min_samples(struct vrend_context *ctx, const uint32_t *buf, uint32_t le… in vrend_decode_set_min_samples()
976 static int vrend_decode_resource_copy_region(struct vrend_context *ctx, const uint32_t *buf, uint32… in vrend_decode_resource_copy_region()
1008 static int vrend_decode_blit(struct vrend_context *ctx, const uint32_t *buf, uint32_t length) in vrend_decode_blit()
1051 static int vrend_decode_bind_sampler_states(struct vrend_context *ctx, const uint32_t *buf, uint32_… in vrend_decode_bind_sampler_states()
1068 static int vrend_decode_begin_query(struct vrend_context *ctx, const uint32_t *buf, uint32_t length) in vrend_decode_begin_query()
1078 static int vrend_decode_end_query(struct vrend_context *ctx, const uint32_t *buf, uint32_t length) in vrend_decode_end_query()
1088 static int vrend_decode_get_query_result(struct vrend_context *ctx, const uint32_t *buf, uint32_t l… in vrend_decode_get_query_result()
1100 static int vrend_decode_get_query_result_qbo(struct vrend_context *ctx, const uint32_t *buf, uint32… in vrend_decode_get_query_result_qbo()
1116 static int vrend_decode_set_render_condition(struct vrend_context *ctx, const uint32_t *buf, uint32… in vrend_decode_set_render_condition()
1129 static int vrend_decode_set_sub_ctx(struct vrend_context *ctx, const uint32_t *buf, uint32_t length) in vrend_decode_set_sub_ctx()
1140 static int vrend_decode_create_sub_ctx(struct vrend_context *ctx, const uint32_t *buf, uint32_t len… in vrend_decode_create_sub_ctx()
1151 static int vrend_decode_destroy_sub_ctx(struct vrend_context *ctx, const uint32_t *buf, uint32_t le… in vrend_decode_destroy_sub_ctx()
1162 static int vrend_decode_link_shader(struct vrend_context *ctx, const uint32_t *buf, uint32_t length) in vrend_decode_link_shader()
1179 static int vrend_decode_bind_shader(struct vrend_context *ctx, const uint32_t *buf, uint32_t length) in vrend_decode_bind_shader()
1193 const uint32_t *buf, uint32_t length) in vrend_decode_set_tess_state()
1208 static int vrend_decode_set_shader_buffers(struct vrend_context *ctx, const uint32_t *buf, uint32_t… in vrend_decode_set_shader_buffers()
1239 static int vrend_decode_set_atomic_buffers(struct vrend_context *ctx, const uint32_t *buf, uint32_t… in vrend_decode_set_atomic_buffers()
1267 static int vrend_decode_set_shader_images(struct vrend_context *ctx, const uint32_t *buf, uint32_t … in vrend_decode_set_shader_images()
1300 static int vrend_decode_memory_barrier(struct vrend_context *ctx, const uint32_t *buf, uint32_t len… in vrend_decode_memory_barrier()
1310 static int vrend_decode_launch_grid(struct vrend_context *ctx, const uint32_t *buf, uint32_t length) in vrend_decode_launch_grid()
1330 const uint32_t *buf, uint32_t length) in vrend_decode_set_streamout_targets()
1349 static int vrend_decode_texture_barrier(struct vrend_context *ctx, const uint32_t *buf, uint32_t le… in vrend_decode_texture_barrier()
1359 static int vrend_decode_set_debug_mask(struct vrend_context *ctx, const uint32_t *buf, uint32_t len… in vrend_decode_set_debug_mask()
1383 static int vrend_decode_set_tweaks(struct vrend_context *ctx, const uint32_t *buf, uint32_t length) in vrend_decode_set_tweaks()
1398 static int vrend_decode_transfer3d(struct vrend_context *ctx, const uint32_t *buf, uint32_t length) in vrend_decode_transfer3d()
1421 static int vrend_decode_copy_transfer3d(struct vrend_context *ctx, const uint32_t *buf, uint32_t le… in vrend_decode_copy_transfer3d()
1459 static int vrend_decode_pipe_resource_create(struct vrend_context *ctx, const uint32_t *buf, uint32… in vrend_decode_pipe_resource_create()
1482 static int vrend_decode_pipe_resource_set_type(struct vrend_context *ctx, const uint32_t *buf, uint… in vrend_decode_pipe_resource_set_type()
1602 static int vrend_decode_get_memory_info(struct vrend_context *ctx, const uint32_t *buf, uint32_t le… in vrend_decode_get_memory_info()
1615 static int vrend_decode_send_string_marker(struct vrend_context *ctx, const uint32_t *buf, uint32_t… in vrend_decode_send_string_marker()
1639 const uint32_t *buf, in vrend_decode_create_video_codec()
1666 const uint32_t *buf, in vrend_decode_destroy_video_codec()
1681 const uint32_t *buf, in vrend_decode_create_video_buffer()
1712 const uint32_t *buf, in vrend_decode_destroy_video_buffer()
1727 const uint32_t *buf, in vrend_decode_begin_frame()
1743 const uint32_t *buf, in vrend_decode_decode_bitstream()
1764 const uint32_t *buf, in vrend_decode_encode_bitstream()
1785 const uint32_t *buf, in vrend_decode_end_frame()
1804 const uint32_t *buf, in vrend_unsupported()
1818 static int vrend_decode_dummy(struct vrend_context *ctx, const uint32_t *buf, uint32_t length) in vrend_decode_dummy()
1922 const uint32_t *buf = &typed_buf[buf_offset]; in vrend_decode_ctx_submit_cmd() local