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.h545 struct iris_shader_state { struct
547 struct pipe_shader_buffer constbuf[PIPE_MAX_CONSTANT_BUFFERS];
548 struct iris_state_ref constbuf_surf_state[PIPE_MAX_CONSTANT_BUFFERS];
550 bool sysvals_need_upload;
553 struct pipe_shader_buffer ssbo[PIPE_MAX_SHADER_BUFFERS];
554 struct iris_state_ref ssbo_surf_state[PIPE_MAX_SHADER_BUFFERS];
557 struct iris_image_view image[PIPE_MAX_SHADER_IMAGES];
559 struct iris_state_ref sampler_table;
560 struct iris_sampler_state *samplers[IRIS_MAX_TEXTURE_SAMPLERS];
561 struct iris_sampler_view *textures[IRIS_MAX_TEXTURE_SAMPLERS];
[all …]