Home
last modified time | relevance | path

Searched refs:prsc (Results 76 - 86 of 86) sorted by relevance

1234

/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_query.c46 fd_resource((aq)->prsc)->bo, \
H A Dfd2_draw.c69 bufs[i].prsc = vb->buffer.resource;
231 {.prsc = fd2_ctx->solid_vertexbuf, .size = 36},
H A Dfd2_emit.c181 struct fd_resource *rsc = fd_resource(vbufs[i].prsc); in fd2_emit_vertex_bufs()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.c1484 struct pipe_resource *prsc = in iris_resource_from_memobj_wrapper() local
1486 if (!prsc) in iris_resource_from_memobj_wrapper()
1489 struct iris_resource *res = (struct iris_resource *) prsc; in iris_resource_from_memobj_wrapper()
1495 prsc->format = format; /* frob the format back to the "external" format */ in iris_resource_from_memobj_wrapper()
1501 iris_resource_destroy(pscreen, prsc); in iris_resource_from_memobj_wrapper()
1505 iris_resource_set_separate_stencil(prsc, stencil); in iris_resource_from_memobj_wrapper()
1506 return prsc; in iris_resource_from_memobj_wrapper()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_emit.c123 struct pipe_resource *prsc = psview->texture; in emit_one_texture() local
124 struct v3d_resource *rsc = v3d_resource(prsc); in emit_one_texture()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_query.c45 fd_resource((aq)->prsc)->bo, \
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_job.c1043 struct lima_context *ctx, struct pipe_resource *prsc) in lima_flush_previous_job_writing_resource()
1045 struct hash_entry *entry = _mesa_hash_table_search(ctx->write_jobs, prsc); in lima_flush_previous_job_writing_resource()
1042 lima_flush_previous_job_writing_resource( struct lima_context *ctx, struct pipe_resource *prsc) lima_flush_previous_job_writing_resource() argument
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_context.c1016 struct pipe_resource *prsc, in panfrost_create_stream_output_target()
1028 pipe_resource_reference(&target->buffer, prsc); in panfrost_create_stream_output_target()
1015 panfrost_create_stream_output_target(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned buffer_offset, unsigned buffer_size) panfrost_create_stream_output_target() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_gmem.c267 struct pipe_resource *prsc = psurf->texture; in patch_fb_read_gmem() local
268 struct fd_resource *rsc = fd_resource(prsc); in patch_fb_read_gmem()
276 A6XX_TEX_CONST_0_SAMPLES(fd_msaa_samples(prsc->nr_samples)) | in patch_fb_read_gmem()
/third_party/mesa3d/src/mesa/main/
H A Dfbobject.c5332 struct pipe_resource *prsc; in do_discard_framebuffer() local
5337 prsc = att->Renderbuffer->surface->texture; in do_discard_framebuffer()
5340 if (prsc->depth0 != 1 || prsc->array_size != 1 || prsc->last_level != 0) in do_discard_framebuffer()
5344 ctx->pipe->invalidate_resource(ctx->pipe, prsc); in do_discard_framebuffer()
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.c49 struct pipe_resource *prsc, in agx_create_stream_output_target()
61 pipe_resource_reference(&target->buffer, prsc); in agx_create_stream_output_target()
48 agx_create_stream_output_target(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned buffer_offset, unsigned buffer_size) agx_create_stream_output_target() argument

Completed in 23 milliseconds

1234