Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_shader.c552 struct vrend_array *last_array = &ctx->image_arrays[ctx->num_image_arrays - 1]; in add_images() local
557 if ((last_array->first + last_array->array_size == first) && in add_images()
558 …!memcmp(&ctx->images[last_array->first].decl, &ctx->images[first].decl, sizeof(ctx->images[first].… in add_images()
559 ctx->images[last_array->first].image_return == ctx->images[first].image_return) { in add_images()
560 last_array->array_size += last - first + 1; in add_images()
628 struct vrend_array *last_array = &ctx->sampler_arrays[ctx->num_sampler_arrays - 1]; in add_samplers() local
629 if ((last_array->first + last_array->array_size == first) && in add_samplers()
630 ctx->samplers[last_array->first].tgsi_sampler_type == sview_type && in add_samplers()
631 ctx->samplers[last_array->first].tgsi_sampler_return == sview_rtype) { in add_samplers()
632 last_array->array_size += last - first + 1; in add_samplers()