Home
last modified time | relevance | path

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

1234

/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_texture.h57 etna_texture_handle_incompatible(struct pipe_context *pctx, struct pipe_resource *prsc);
H A Detnaviv_query_acc.h50 struct pipe_resource *prsc; member
H A Detnaviv_state.c154 etna_update_render_resource(pctx, etna_resource(cbuf->prsc)); in etna_set_framebuffer_state()
254 etna_update_render_resource(pctx, etna_resource(zsbuf->prsc)); in etna_set_framebuffer_state()
796 if (!etna_resource(surf->prsc)->explicit_flush) { in etna_record_flush_resources()
799 _mesa_set_search_or_add(ctx->flush_resources, surf->prsc, &found); in etna_record_flush_resources()
802 pipe_reference(NULL, &surf->prsc->reference); in etna_record_flush_resources()
H A Detnaviv_texture_desc.c126 etna_create_sampler_view_desc(struct pipe_context *pctx, struct pipe_resource *prsc, in etna_create_sampler_view_desc() argument
143 struct etna_resource *res = etna_texture_handle_incompatible(pctx, prsc); in etna_create_sampler_view_desc()
150 pipe_resource_reference(&sv->base.texture, prsc); in etna_create_sampler_view_desc()
H A Detnaviv_texture_state.c162 etna_create_sampler_view_state(struct pipe_context *pctx, struct pipe_resource *prsc, in etna_create_sampler_view_state() argument
179 struct etna_resource *res = etna_texture_handle_incompatible(pctx, prsc); in etna_create_sampler_view_state()
188 pipe_resource_reference(&sv->base.texture, prsc); in etna_create_sampler_view_state()
H A Detnaviv_context.c517 struct pipe_resource *prsc = (struct pipe_resource *)entry->key; in etna_flush() local
519 pctx->flush_resource(pctx, prsc); in etna_flush()
520 pipe_resource_reference(&prsc, NULL); in etna_flush()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_blit.c341 struct pipe_resource *prsc, in v3d_generate_mipmap()
348 if (format != prsc->format) in v3d_generate_mipmap()
358 prsc, prsc, in v3d_generate_mipmap()
402 struct pipe_resource *prsc, in v3d_get_blit_surface()
414 return pctx->create_surface(pctx, prsc, &tmpl); in v3d_get_blit_surface()
340 v3d_generate_mipmap(struct pipe_context *pctx, struct pipe_resource *prsc, enum pipe_format format, unsigned int base_level, unsigned int last_level, unsigned int first_layer, unsigned int last_layer) v3d_generate_mipmap() argument
401 v3d_get_blit_surface(struct pipe_context *pctx, struct pipe_resource *prsc, enum pipe_format format, unsigned level, int16_t layer) v3d_get_blit_surface() argument
H A Dv3dx_draw.c260 struct pipe_resource *prsc, in v3d_state_reads_resource()
263 struct v3d_resource *rsc = v3d_resource(prsc); in v3d_state_reads_resource()
344 struct pipe_resource *prsc = (struct pipe_resource *)entry->key; in v3d_emit_wait_for_tf_if_needed() local
356 if (v3d_state_reads_resource(v3d, prsc, s)) { in v3d_emit_wait_for_tf_if_needed()
1142 struct pipe_resource *prsc; in v3d_draw_vbo() local
1145 prsc = NULL; in v3d_draw_vbo()
1149 &offset, &prsc); in v3d_draw_vbo()
1151 prsc = info->index.resource; in v3d_draw_vbo()
1153 struct v3d_resource *rsc = v3d_resource(prsc); in v3d_draw_vbo()
1211 pipe_resource_reference(&prsc, NUL in v3d_draw_vbo()
259 v3d_state_reads_resource(struct v3d_context *v3d, struct pipe_resource *prsc, enum pipe_shader_type s) v3d_state_reads_resource() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_emit.h38 struct pipe_resource *prsc; member
H A Dfd2_gmem.c150 {.prsc = fd2_ctx->solid_vertexbuf, .size = 36},
295 {.prsc = fd2_ctx->solid_vertexbuf, .size = 36},
296 {.prsc = fd2_ctx->solid_vertexbuf, .size = 24, .offset = 36},
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_compute.c143 struct pipe_resource *prsc = ctx->global_bindings.buf[i]; variable
144 OUT_RELOC(ring, fd_resource(prsc)->bo, 0, 0, 0);
H A Dfd6_query.c45 fd_resource((aq)->prsc)->bo, \
278 OUT_RELOC(ring, fd_resource((aq)->prsc)->bo, \
281 OUT_RELOC(ring, fd_resource((aq)->prsc)->bo, \
H A Dfd6_blitter.c168 is_ubwc(struct pipe_resource *prsc, unsigned level) in is_ubwc() argument
170 return fd_resource_ubwc_enabled(fd_resource(prsc), level); in is_ubwc()
533 emit_blit_dst(struct fd_ringbuffer *ring, struct pipe_resource *prsc, in emit_blit_dst() argument
536 struct fd_resource *dst = fd_resource(prsc); in emit_blit_dst()
538 enum a6xx_tile_mode tile = fd_resource_tile_mode(prsc, level); in emit_blit_dst()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_compute.c159 struct pipe_resource *prsc = ctx->global_bindings.buf[i]; variable
160 OUT_RELOC(ring, fd_resource(prsc)->bo, 0, 0, 0);
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_query_acc.h77 struct pipe_resource *prsc; member
H A Dfreedreno_query_hw.h106 struct pipe_resource *prsc; member
H A Dfreedreno_screen.h124 unsigned (*tile_mode)(const struct pipe_resource *prsc);
H A Dfreedreno_state.c526 struct pipe_resource *prsc, in fd_create_stream_output_target()
530 struct fd_resource *rsc = fd_resource(prsc); in fd_create_stream_output_target()
537 pipe_resource_reference(&target->base.buffer, prsc); in fd_create_stream_output_target()
525 fd_create_stream_output_target(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned buffer_offset, unsigned buffer_size) fd_create_stream_output_target() argument
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_blit.c178 struct pipe_resource *prsc, in lima_get_blit_surface()
184 tmpl.format = prsc->format; in lima_get_blit_surface()
189 return pctx->create_surface(pctx, prsc, &tmpl); in lima_get_blit_surface()
177 lima_get_blit_surface(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned level) lima_get_blit_surface() argument
H A Dlima_state.c350 lima_create_sampler_view(struct pipe_context *pctx, struct pipe_resource *prsc, in lima_create_sampler_view() argument
360 pipe_reference(NULL, &prsc->reference); in lima_create_sampler_view()
361 so->base.texture = prsc; in lima_create_sampler_view()
H A Dlima_texture.h102 struct pipe_resource *prsc,
H A Dlima_resource.c877 struct pipe_resource *prsc, in lima_texture_subdata()
886 struct lima_resource *res = lima_resource(prsc); in lima_texture_subdata()
889 u_default_texture_subdata(pctx, prsc, level, usage, box, in lima_texture_subdata()
898 .resource = prsc, in lima_texture_subdata()
876 lima_texture_subdata(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) lima_texture_subdata() argument
H A Dlima_context.h335 struct lima_context *ctx, struct pipe_resource *prsc);
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_context.h496 struct pipe_resource *prsc);
498 struct pipe_resource *prsc);
H A Dvc4_blit.c32 struct pipe_resource *prsc, unsigned level) in vc4_get_blit_surface()
37 tmpl.format = prsc->format; in vc4_get_blit_surface()
42 return pctx->create_surface(pctx, prsc, &tmpl); in vc4_get_blit_surface()
31 vc4_get_blit_surface(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned level) vc4_get_blit_surface() argument

Completed in 21 milliseconds

1234