Lines Matching refs:ret_handle
1833 uint32_t ret_handle; in vrend_create_surface() local
1900 ret_handle = vrend_renderer_object_insert(ctx, surf, handle, VIRGL_OBJECT_SURFACE); in vrend_create_surface()
1901 if (ret_handle == 0) { in vrend_create_surface()
2034 int ret_handle; in vrend_create_sampler_state() local
2073 ret_handle = vrend_renderer_object_insert(ctx, state, handle, in vrend_create_sampler_state()
2075 if (!ret_handle) { in vrend_create_sampler_state()
2106 int ret_handle; in vrend_create_sampler_view() local
2277 ret_handle = vrend_renderer_object_insert(ctx, view, handle, VIRGL_OBJECT_SAMPLER_VIEW); in vrend_create_sampler_view()
2278 if (ret_handle == 0) { in vrend_create_sampler_view()
2689 uint32_t ret_handle; in vrend_create_vertex_elements_state() local
2788 ret_handle = vrend_renderer_object_insert(ctx, v, handle, in vrend_create_vertex_elements_state()
2790 if (!ret_handle) { in vrend_create_vertex_elements_state()
3554 int ret_handle; in vrend_create_shader() local
3685 ret_handle = vrend_renderer_object_insert(ctx, sel, handle, VIRGL_OBJECT_SHADER); in vrend_create_shader()
3686 if (ret_handle == 0) { in vrend_create_shader()
9430 uint32_t ret_handle; in vrend_create_query() local
9510 ret_handle = vrend_renderer_object_insert(ctx, q, handle, in vrend_create_query()
9512 if (!ret_handle) { in vrend_create_query()
9778 int ret_handle; in vrend_create_so_target() local
9796 ret_handle = vrend_renderer_object_insert(ctx, target, handle, in vrend_create_so_target()
9798 if (ret_handle == 0) { in vrend_create_so_target()