• Home
  • Raw
  • Download

Lines Matching refs:vrend_resource

82    struct vrend_resource *res;
319 struct vrend_resource base;
329 struct vrend_resource *texture;
342 struct vrend_resource *buffer;
364 struct vrend_resource *texture;
382 struct vrend_resource *texture;
386 struct vrend_resource *res;
566 static struct vrend_resource *vrend_renderer_ctx_res_lookup(struct vrend_context *ctx, int res_hand…
579 struct vrend_resource *res,
1499 struct vrend_resource *res; in vrend_create_surface()
1735 struct vrend_resource *res; in vrend_create_sampler_view()
1852 static void vrend_fb_bind_texture_id(struct vrend_resource *res, in vrend_fb_bind_texture_id()
1927 void vrend_fb_bind_texture(struct vrend_resource *res, in vrend_fb_bind_texture()
2353 struct vrend_resource *res; in vrend_set_uniform_buffer()
2365 vrend_resource_reference((struct vrend_resource **)&ctx->sub->cbs[shader][index].buffer, res); in vrend_set_uniform_buffer()
2371 … vrend_resource_reference((struct vrend_resource **)&ctx->sub->cbs[shader][index].buffer, NULL); in vrend_set_uniform_buffer()
2383 struct vrend_resource *res; in vrend_set_index_buffer()
2391 vrend_resource_reference((struct vrend_resource **)&ctx->sub->ib.buffer, NULL); in vrend_set_index_buffer()
2396 vrend_resource_reference((struct vrend_resource **)&ctx->sub->ib.buffer, res); in vrend_set_index_buffer()
2400 vrend_resource_reference((struct vrend_resource **)&ctx->sub->ib.buffer, NULL); in vrend_set_index_buffer()
2411 struct vrend_resource *res; in vrend_set_single_vbo()
2422 vrend_resource_reference((struct vrend_resource **)&ctx->sub->vbo[index].buffer, NULL); in vrend_set_single_vbo()
2431 vrend_resource_reference((struct vrend_resource **)&ctx->sub->vbo[index].buffer, res); in vrend_set_single_vbo()
2449 vrend_resource_reference((struct vrend_resource **)&ctx->sub->vbo[i].buffer, NULL); in vrend_set_num_vbo()
2578 struct vrend_resource *res; in vrend_set_single_image_view()
2609 struct vrend_resource *res; in vrend_set_single_ssbo()
3361 struct vrend_resource *res; in vrend_draw_bind_vertex_legacy()
3369 res = (struct vrend_resource *)ctx->sub->vbo[vbo_index].buffer; in vrend_draw_bind_vertex_legacy()
3461 struct vrend_resource *res = (struct vrend_resource *)ctx->sub->vbo[i].buffer; in vrend_draw_bind_vertex_binding()
3510 struct vrend_resource *texture = tview->texture; in vrend_draw_bind_samplers_shader()
3544 struct vrend_resource *res; in vrend_draw_bind_ubo_shader()
3565 res = (struct vrend_resource *)cb->buffer; in vrend_draw_bind_ubo_shader()
3601 struct vrend_resource *res; in vrend_draw_bind_ssbo_shader()
3618 res = (struct vrend_resource *)ssbo->res; in vrend_draw_bind_ssbo_shader()
3722 struct vrend_resource *indirect_res = NULL; in vrend_draw_vbo()
3877 struct vrend_resource *res = (struct vrend_resource *)ctx->sub->ib.buffer; in vrend_draw_vbo()
3993 struct vrend_resource *indirect_res = NULL; in vrend_launch_grid()
4798 struct vrend_resource *res, in vrend_apply_sampler_state()
5278 vrend_resource_reference((struct vrend_resource **)&sub->ib.buffer, NULL); in vrend_destroy_sub_context()
5368 struct vrend_resource *res; in vrend_renderer_resource_attach_iov()
5387 struct vrend_resource *res; in vrend_renderer_resource_detach_iov()
5493 static void vrend_create_buffer(struct vrend_resource *gr, uint32_t width) in vrend_create_buffer()
5503 struct vrend_resource *gr) in vrend_renderer_resource_copy_args()
5519 static int vrend_renderer_resource_allocate_texture(struct vrend_resource *gr, in vrend_renderer_resource_allocate_texture()
5666 struct vrend_resource *gr; in vrend_renderer_resource_create()
5673 gr = (struct vrend_resource *)CALLOC_STRUCT(vrend_texture); in vrend_renderer_resource_create()
5738 void vrend_renderer_resource_destroy(struct vrend_resource *res, bool remove) in vrend_renderer_resource_destroy()
5761 struct vrend_resource *res = obj_ptr; in vrend_destroy_resource_object()
5769 struct vrend_resource *res; in vrend_renderer_resource_unref()
5896 static bool check_transfer_bounds(struct vrend_resource *res, in check_transfer_bounds()
5943 static bool check_iov_bounds(struct vrend_resource *res, in check_iov_bounds()
5994 struct vrend_resource *res, in vrend_renderer_transfer_write_iov()
6225 static uint32_t vrend_get_texture_depth(struct vrend_resource *res, uint32_t level) in vrend_get_texture_depth()
6238 struct vrend_resource *res, in vrend_transfer_send_getteximage()
6316 struct vrend_resource *res, in vrend_transfer_send_readpixels()
6471 struct vrend_resource *res, in vrend_transfer_send_readonly()
6504 struct vrend_resource *res, in vrend_renderer_transfer_send_iov()
6553 struct vrend_resource *res; in vrend_renderer_transfer_iov()
6610 struct vrend_resource *res; in vrend_transfer_inline_write()
6814 struct vrend_resource *src_res, in vrend_resource_buffer_copy()
6815 struct vrend_resource *dst_res, in vrend_resource_buffer_copy()
6827 static void vrend_resource_copy_fallback(struct vrend_resource *src_res, in vrend_resource_copy_fallback()
6828 struct vrend_resource *dst_res, in vrend_resource_copy_fallback()
6993 vrend_copy_sub_image(struct vrend_resource* src_res, struct vrend_resource * dst_res, in vrend_copy_sub_image()
7013 struct vrend_resource *src_res, *dst_res; in vrend_renderer_resource_copy_region()
7098 struct vrend_resource *src_res, in vrend_renderer_blit_int()
7099 struct vrend_resource *dst_res, in vrend_renderer_blit_int()
7109 struct vrend_resource *intermediate_copy = 0; in vrend_renderer_blit_int()
7229 intermediate_copy = (struct vrend_resource *)CALLOC_STRUCT(vrend_texture); in vrend_renderer_blit_int()
7311 struct vrend_resource *src_res, *dst_res; in vrend_renderer_blit()
7542 struct vrend_resource *res; in vrend_create_query()
7765 struct vrend_resource *res; in vrend_create_so_target()
8244 struct vrend_resource *res; in vrend_renderer_get_cursor_contents()
8336 struct vrend_resource *res = vrend_resource_lookup(res_handle, 0); in vrend_renderer_get_rect()
8364 struct vrend_resource *res; in vrend_renderer_attach_res_ctx()
8378 struct vrend_resource *res; in vrend_renderer_detach_res_ctx_p()
8394 static struct vrend_resource *vrend_renderer_ctx_res_lookup(struct vrend_context *ctx, int res_hand… in vrend_renderer_ctx_res_lookup()
8396 struct vrend_resource *res = vrend_object_lookup(ctx->res_hash, res_handle, 1); in vrend_renderer_ctx_res_lookup()
8404 struct vrend_resource *res; in vrend_renderer_resource_get_info()