Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c655 static void si_release_image_views(struct si_images *images) in si_release_image_views()
666 static void si_image_views_begin_new_cs(struct si_context *sctx, struct si_images *images) in si_image_views_begin_new_cs()
681 static bool si_image_views_check_encrypted(struct si_context *sctx, struct si_images *images, in si_image_views_check_encrypted()
701 struct si_images *images = &ctx->images[shader]; in si_disable_shader_image()
802 struct si_images *images = &ctx->images[shader]; in si_set_shader_image()
891 static void si_images_update_needs_color_decompress_mask(struct si_images *images) in si_images_update_needs_color_decompress_mask()
1707 struct si_images *images = &sctx->images[shader]; in si_rebind_buffer()
1912 struct si_images *images = &sctx->images[shader]; in si_update_all_texture_descriptors()
Dsi_compute_blit.c488 struct si_images *images = &sctx->images[PIPE_SHADER_COMPUTE]; in si_compute_copy_image()
807 struct si_images *images = &sctx->images[PIPE_SHADER_COMPUTE]; in si_compute_clear_render_target()
Dsi_pipe.h713 struct si_images { struct
1052 struct si_images images[SI_NUM_SHADERS];
Dsi_blit.c574 static void si_decompress_image_color_textures(struct si_context *sctx, struct si_images *images) in si_decompress_image_color_textures()
646 static void si_check_render_feedback_images(struct si_context *sctx, struct si_images *images, in si_check_render_feedback_images()
Dsi_compute.c880 struct si_images *images = &sctx->images[PIPE_SHADER_COMPUTE]; in si_check_needs_implicit_sync()