Searched refs:image_surfaces (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_context.h327 struct zink_descriptor_surface image_surfaces[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_IMAGES]; member in struct:zink_context::__anonffe3f6a50b08
H A Dzink_context.c550 ctx->di.image_surfaces[shader][slot].bufferview = bv;
551 ctx->di.image_surfaces[shader][slot].is_buffer = true;
556 ctx->di.image_surfaces[shader][slot].surface = surface;
557 ctx->di.image_surfaces[shader][slot].is_buffer = false;
570 memset(&ctx->di.image_surfaces[shader][slot], 0, sizeof(ctx->di.image_surfaces[shader][slot]));
H A Dzink_descriptors.c1033 pdd_cached(pg)->refs[type][ref_idx].dsurf = &ctx->di.image_surfaces[stage][index + k];
1577 ctx->di.image_surfaces[shader][idx + k].is_buffer = is_buffer;

Completed in 12 milliseconds