Home
last modified time | relevance | path

Searched defs:iris_shader_state (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.h520 struct iris_shader_state { struct
522 struct pipe_shader_buffer constbuf[PIPE_MAX_CONSTANT_BUFFERS];
523 struct iris_state_ref constbuf_surf_state[PIPE_MAX_CONSTANT_BUFFERS];
525 bool sysvals_need_upload;
528 struct pipe_shader_buffer ssbo[PIPE_MAX_SHADER_BUFFERS];
529 struct iris_state_ref ssbo_surf_state[PIPE_MAX_SHADER_BUFFERS];
532 struct iris_image_view image[PIPE_MAX_SHADER_IMAGES];
534 struct iris_state_ref sampler_table;
535 struct iris_sampler_state *samplers[IRIS_MAX_TEXTURE_SAMPLERS];
536 struct iris_sampler_view *textures[IRIS_MAX_TEXTURE_SAMPLERS];
[all …]