Searched refs:zink_image_view (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_batch.h | 44 struct zink_image_view; 172 struct zink_image_view *image_view);
|
| H A D | zink_descriptors.h | 79 struct zink_image_view; 208 zink_get_image_view_hash(struct zink_context *ctx, struct zink_image_view *image_view, bool is_buffer); 255 zink_get_image_view_hash(struct zink_context *ctx, struct zink_image_view *image_view, bool is_buffer);
|
| H A D | zink_context.h | 101 struct zink_image_view { struct 215 struct zink_image_view image_views[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_IMAGES];
|
| H A D | zink_descriptors.c | 129 get_image_view_hash(const struct zink_image_view *image_view) 146 zink_get_image_view_hash(struct zink_context *ctx, struct zink_image_view *image_view, bool is_buffer) 939 zink_image_view_desc_set_add(struct zink_image_view *image_view, struct zink_descriptor_set *zds, unsigned idx, bool is_buffer) 1169 desc_set_image_add(struct zink_context *ctx, struct zink_descriptor_set *zds, struct zink_image_view *image_view, 1375 struct zink_image_view *image_view = &ctx->image_views[stage][index + k];
|
| H A D | zink_context.c | 428 struct zink_image_view *image_view = &ctx->image_views[stage][idx]; 447 struct zink_image_view *image_view = &ctx->image_views[stage][idx]; 1263 struct zink_image_view *image_view = &ctx->image_views[stage][slot]; 1341 struct zink_image_view *image_view = &ctx->image_views[p_stage][start_slot + i]; 2323 struct zink_image_view *image_view = &ctx->image_views[stage][idx]; 2358 struct zink_image_view *iv = &ctx->image_views[stage][j]; 3726 struct zink_image_view *image_view = &ctx->image_views[shader][slot]; 3845 const struct zink_image_view *image_view = &ctx->image_views[shader][slot];
|
| H A D | zink_batch.c | 739 struct zink_image_view *image_view)
|
Completed in 13 milliseconds