Home
last modified time | relevance | path

Searched refs:iris_resource (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.h55 struct iris_resource { struct
236 struct iris_resource *res;
305 struct iris_resource *res = (void *) p_res; in iris_resource_bo()
324 struct iris_resource **out_z,
325 struct iris_resource **out_s);
327 struct iris_resource *res,
341 struct iris_resource *res);
343 unsigned iris_get_num_logical_layers(const struct iris_resource *res,
346 void iris_resource_disable_aux(struct iris_resource *res);
354 struct iris_resource *re
[all...]
H A Diris_resolve.c48 struct iris_resource *tex_res, in disable_rb_aux_buffer()
66 struct iris_resource *rb_res = (void *) surf->base.texture; in disable_rb_aux_buffer()
129 struct iris_resource *res = (void *) pview->resource; in resolve_image_views()
197 struct iris_resource *z_res, *s_res; in iris_predraw_resolve_framebuffer()
221 struct iris_resource *res = (void *) cso_fb->cbufs[i]->texture; in iris_predraw_resolve_framebuffer()
237 struct iris_resource *res = (void *) surf->base.texture; in iris_predraw_resolve_framebuffer()
287 struct iris_resource *z_res, *s_res; in iris_postdraw_update_resolve_tracking()
317 struct iris_resource *res = (void *) surf->base.texture; in iris_postdraw_update_resolve_tracking()
383 struct iris_resource *res = (void *)cbuf->buffer; in flush_ubos()
399 struct iris_resource *re in flush_ssbos()
[all...]
H A Diris_resource.c24 * @file iris_resource.c
49 #include "iris_resource.h"
410 struct iris_resource **out_z, in iris_get_depth_stencil_resources()
411 struct iris_resource **out_s) in iris_get_depth_stencil_resources()
429 iris_resource_disable_aux(struct iris_resource *res) in iris_resource_disable_aux()
490 struct iris_resource *res = (struct iris_resource *) p_res; in iris_resource_destroy()
504 static struct iris_resource *
508 struct iris_resource *res = calloc(1, sizeof(struct iris_resource)); in iris_alloc_resource()
[all...]
H A Diris_blit.c34 #include "iris_resource.h"
240 struct iris_resource *res = (void *) p_res; in iris_blorp_surf_for_resource()
323 static struct iris_resource *
327 struct iris_resource *junk, *s_res; in iris_resource_for_aspect()
331 return (struct iris_resource *)p_res; in iris_resource_for_aspect()
348 clear_color_is_fully_zero(const struct iris_resource *res) in clear_color_is_fully_zero()
483 struct iris_resource *src_res = in iris_blit()
485 struct iris_resource *dst_res = in iris_blit()
562 iris_dirty_for_history(ice, (struct iris_resource *)info->dst.resource); in iris_blit()
568 struct iris_resource *re in get_copy_region_aux_settings()
[all...]
H A Diris_clear.c34 #include "iris_resource.h"
75 struct iris_resource *res = (void *) p_res; in can_fast_clear_color()
165 struct iris_resource *res, in fast_clear_color()
315 struct iris_resource *res = (void *) p_res; in clear_color()
378 struct iris_resource *res, in can_fast_clear_depth()
423 struct iris_resource *res, in fast_clear_depth()
521 struct iris_resource *res = (void *) p_res; in clear_depth_stencil()
536 struct iris_resource *z_res; in clear_depth_stencil()
537 struct iris_resource *stencil_res; in clear_depth_stencil()
699 struct iris_resource *re in iris_clear_texture()
[all...]
H A Diris_utrace.c48 struct iris_resource *res = (void *) timestamps; in iris_utrace_record_ts()
73 struct iris_resource *res = (void *) timestamps; in iris_utrace_read_ts()
H A Diris_state.c111 #include "iris_resource.h"
904 struct iris_resource *res = (struct iris_resource *)ice->state.pixel_hashing_tables; in upload_pixel_hashing_tables()
1701 struct iris_resource *zres, *sres; in want_pma_fix()
2338 struct iris_resource *res, in fill_buffer_surface_state()
2464 struct iris_resource *res, in fill_surface_state()
2507 struct iris_resource *res, in fill_surface_states()
2550 struct iris_resource *zres, *sres; in iris_create_sampler_view()
2559 isv->res = (struct iris_resource *) tex; in iris_create_sampler_view()
2678 struct iris_resource *re in iris_create_surface()
[all...]
H A Diris_screen.h36 #include "iris_resource.h"
76 struct iris_resource *res);
H A Diris_program_cache.c46 #include "iris_resource.h"
167 struct iris_resource *res = (void *) shader->assembly.res; in iris_upload_shader()
H A Diris_query.c46 #include "iris_resource.h"
664 struct iris_resource *res = (void *) p_res; in iris_get_query_result_resource()
H A Diris_program.c213 struct iris_resource *res = (void *) buf->buffer; in iris_upload_ubo_ssbo_surf_state()

Completed in 21 milliseconds