/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_texture.h | 57 etna_texture_handle_incompatible(struct pipe_context *pctx, struct pipe_resource *prsc);
|
H A D | etnaviv_query_acc.h | 50 struct pipe_resource *prsc; member
|
H A D | etnaviv_state.c | 154 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 D | etnaviv_texture_desc.c | 126 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 D | etnaviv_texture_state.c | 162 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 D | etnaviv_context.c | 517 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 D | v3d_blit.c | 341 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 D | v3dx_draw.c | 260 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 D | fd2_emit.h | 38 struct pipe_resource *prsc; member
|
H A D | fd2_gmem.c | 150 {.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 D | fd6_compute.c | 143 struct pipe_resource *prsc = ctx->global_bindings.buf[i]; variable 144 OUT_RELOC(ring, fd_resource(prsc)->bo, 0, 0, 0);
|
H A D | fd6_query.c | 45 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 D | fd6_blitter.c | 168 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 D | fd4_compute.c | 159 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 D | freedreno_query_acc.h | 77 struct pipe_resource *prsc; member
|
H A D | freedreno_query_hw.h | 106 struct pipe_resource *prsc; member
|
H A D | freedreno_screen.h | 124 unsigned (*tile_mode)(const struct pipe_resource *prsc);
|
H A D | freedreno_state.c | 526 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 D | lima_blit.c | 178 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 D | lima_state.c | 350 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 D | lima_texture.h | 102 struct pipe_resource *prsc,
|
H A D | lima_resource.c | 877 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 D | lima_context.h | 335 struct lima_context *ctx, struct pipe_resource *prsc);
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_context.h | 496 struct pipe_resource *prsc); 498 struct pipe_resource *prsc);
|
H A D | vc4_blit.c | 32 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
|