Lines Matching refs:object_hash
448 struct util_hash_table *object_hash; member
2026 zsurf = vrend_object_lookup(ctx->sub->object_hash, zsurf_handle, VIRGL_OBJECT_SURFACE); in vrend_set_framebuffer_state()
2045 surf = vrend_object_lookup(ctx->sub->object_hash, surf_handle[i], VIRGL_OBJECT_SURFACE); in vrend_set_framebuffer_state()
2314 v = vrend_object_lookup(ctx->sub->object_hash, handle, VIRGL_OBJECT_VERTEX_ELEMENTS); in vrend_bind_vertex_elements_state()
2464 view = vrend_object_lookup(ctx->sub->object_hash, handle, VIRGL_OBJECT_SAMPLER_VIEW); in vrend_set_single_sampler_view()
2980 sel = vrend_object_lookup(ctx->sub->object_hash, handle, VIRGL_OBJECT_SHADER); in vrend_create_shader()
3084 sel = vrend_object_lookup(ctx->sub->object_hash, handle, VIRGL_OBJECT_SHADER); in vrend_bind_shader()
4361 state = vrend_object_lookup(ctx->sub->object_hash, handle, VIRGL_OBJECT_BLEND); in vrend_object_bind_blend()
4410 state = vrend_object_lookup(ctx->sub->object_hash, handle, VIRGL_OBJECT_DSA); in vrend_object_bind_dsa()
4751 state = vrend_object_lookup(ctx->sub->object_hash, handle, VIRGL_OBJECT_RASTERIZER); in vrend_object_bind_rasterizer()
4790 state = vrend_object_lookup(ctx->sub->object_hash, handles[i], VIRGL_OBJECT_SAMPLER_STATE); in vrend_bind_sampler_states()
5280 vrend_object_fini_ctx_table(sub->object_hash); in vrend_destroy_sub_context()
6794 … target = vrend_object_lookup(ctx->sub->object_hash, handles[i], VIRGL_OBJECT_STREAMOUT_TARGET); in vrend_set_streamout_targets()
7528 vrend_object_remove(ctx->sub->object_hash, handle, 0); in vrend_renderer_object_destroy()
7534 return vrend_object_insert(ctx->sub->object_hash, data, size, handle, type); in vrend_renderer_object_insert()
7627 q = vrend_object_lookup(ctx->sub->object_hash, handle, VIRGL_OBJECT_QUERY); in vrend_begin_query()
7647 q = vrend_object_lookup(ctx->sub->object_hash, handle, VIRGL_OBJECT_QUERY); in vrend_end_query()
7679 q = vrend_object_lookup(ctx->sub->object_hash, handle, VIRGL_OBJECT_QUERY); in vrend_get_query_result()
7727 q = vrend_object_lookup(ctx->sub->object_hash, handle, VIRGL_OBJECT_QUERY); in vrend_render_condition()
8494 sub->object_hash = vrend_object_init_ctx_table(); in vrend_renderer_create_sub_ctx()