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.h780 struct iris_shader_state { struct
782 struct pipe_shader_buffer constbuf[PIPE_MAX_CONSTANT_BUFFERS];
783 struct iris_state_ref constbuf_surf_state[PIPE_MAX_CONSTANT_BUFFERS];
785 bool sysvals_need_upload;
788 struct pipe_shader_buffer ssbo[PIPE_MAX_SHADER_BUFFERS];
789 struct iris_state_ref ssbo_surf_state[PIPE_MAX_SHADER_BUFFERS];
792 struct iris_image_view image[PIPE_MAX_SHADER_IMAGES];
794 struct iris_state_ref sampler_table;
795 struct iris_sampler_state *samplers[IRIS_MAX_SAMPLERS];
796 struct iris_sampler_view *textures[IRIS_MAX_TEXTURES];
[all …]