Home
last modified time | relevance | path

Searched refs:get_buffer_resource (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_descriptor_set.c235 get_buffer_resource(struct pipe_context *ctx, const VkDescriptorAddressInfoEXT *bda) in get_buffer_resource() function
268 struct pipe_resource *pres = get_buffer_resource(ctx, bda); in get_texture_handle_bda()
301 struct pipe_resource *pres = get_buffer_resource(ctx, bda); in get_image_handle_bda()
H A Dlvp_execute.c210 get_buffer_resource(struct pipe_context *ctx, void *mem) in get_buffer_resource() function
1168 state->vb[idx].buffer.resource = get_buffer_resource(state->pctx, mem); in handle_vertex_buffers2()
2704 index = get_buffer_resource(state->pctx, mem + state->index_offset); in handle_draw_indirect()
3264 index = get_buffer_resource(state->pctx, mem + state->index_offset); in handle_draw_indirect_count()
4163 …struct pipe_resource *pres = get_buffer_resource(state->pctx, (void *)(uintptr_t)bind->binding_inf… in handle_descriptor_buffers()