Home
last modified time | relevance | path

Searched refs:si_images (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c674 static void si_release_image_views(struct si_images *images) in si_release_image_views()
685 static void si_image_views_begin_new_cs(struct si_context *sctx, struct si_images *images) in si_image_views_begin_new_cs()
700 static bool si_image_views_check_encrypted(struct si_context *sctx, struct si_images *images, in si_image_views_check_encrypted()
720 struct si_images *images = &ctx->images[shader]; in si_disable_shader_image()
833 struct si_images *images = &ctx->images[shader]; in si_set_shader_image()
922 static void si_images_update_needs_color_decompress_mask(struct si_images *images) in si_images_update_needs_color_decompress_mask()
1803 struct si_images *images = &sctx->images[shader]; in si_rebind_buffer()
2008 struct si_images *images = &sctx->images[shader]; in si_update_all_texture_descriptors()
Dsi_pipe.h753 struct si_images { struct
1092 struct si_images images[SI_NUM_SHADERS];
Dsi_blit.c588 static void si_decompress_image_color_textures(struct si_context *sctx, struct si_images *images) in si_decompress_image_color_textures()
660 static void si_check_render_feedback_images(struct si_context *sctx, struct si_images *images, in si_check_render_feedback_images()
Dsi_compute.c915 struct si_images *images = &sctx->images[PIPE_SHADER_COMPUTE]; in si_check_needs_implicit_sync()