Searched refs:image_surfaces (Results 1 – 3 of 3) sorted by relevance
364 struct zink_descriptor_surface image_surfaces[PIPE_SHADER_TYPES][ZINK_MAX_SHADER_IMAGES]; member
646 ctx->di.image_surfaces[shader][slot].bufferview = bv; in update_descriptor_state_image()647 ctx->di.image_surfaces[shader][slot].is_buffer = true; in update_descriptor_state_image()652 ctx->di.image_surfaces[shader][slot].surface = surface; in update_descriptor_state_image()653 ctx->di.image_surfaces[shader][slot].is_buffer = false; in update_descriptor_state_image()666 … memset(&ctx->di.image_surfaces[shader][slot], 0, sizeof(ctx->di.image_surfaces[shader][slot])); in update_descriptor_state_image()722 if (surface && ctx->di.image_surfaces[shader][start_slot + i].surface != surface) { in zink_bind_sampler_states()724 ctx->di.image_surfaces[shader][start_slot + i].surface = surface; in zink_bind_sampler_states()
1093 … pdd_cached(pg)->refs[type][ref_idx].dsurf = &ctx->di.image_surfaces[stage][index + k]; in create_descriptor_ref_template()1445 …desc_set_image_add(ctx, zds, &ctx->di.image_surfaces[stage][index + k], num_resources++, cache_hit… in update_descriptors_internal()1677 ctx->di.image_surfaces[shader][idx + k].is_buffer = is_buffer; in calc_descriptor_state_hash_image()