Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.h220 struct crocus_sampler_view { struct
Dcrocus_context.h415 struct crocus_sampler_view *textures[CROCUS_MAX_TEXTURE_SAMPLERS];
Dcrocus_state.c2444 struct crocus_sampler_view *tex, in crocus_upload_border_color()
2622 struct crocus_sampler_view *tex = shs->textures[i]; in crocus_upload_sampler_states()
2676 struct crocus_sampler_view *isv = calloc(1, sizeof(struct crocus_sampler_view)); in crocus_create_sampler_view()
2819 struct crocus_sampler_view *isv = (void *) state; in crocus_sampler_view_destroy()
3166 shs->textures[start + i] = (struct crocus_sampler_view *)pview; in crocus_set_sampler_views()
3172 struct crocus_sampler_view *view = (void *) pview; in crocus_set_sampler_views()
5195 struct crocus_sampler_view *isv) in emit_sampler_view()
5456 struct crocus_sampler_view *view = shs->textures[i]; in crocus_populate_binding_table()
5467 struct crocus_sampler_view *view = shs->textures[i]; in crocus_populate_binding_table()
8415 struct crocus_sampler_view *isv = shs->textures[i];
Dcrocus_resolve.c99 struct crocus_sampler_view *isv = shs->textures[i]; in resolve_sampler_views()
Dcrocus_program.c71 const struct crocus_sampler_view *t) in crocus_get_texture_swizzle()
162 struct crocus_sampler_view *texture = ice->state.shaders[stage].textures[s]; in crocus_populate_sampler_prog_key_data()