Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A Diris_context.h775 struct iris_shader_state { struct
777 struct pipe_shader_buffer constbuf[PIPE_MAX_CONSTANT_BUFFERS];
778 struct iris_state_ref constbuf_surf_state[PIPE_MAX_CONSTANT_BUFFERS];
780 bool sysvals_need_upload;
783 struct pipe_shader_buffer ssbo[PIPE_MAX_SHADER_BUFFERS];
784 struct iris_state_ref ssbo_surf_state[PIPE_MAX_SHADER_BUFFERS];
787 struct iris_image_view image[PIPE_MAX_SHADER_IMAGES];
789 struct iris_state_ref sampler_table;
790 struct iris_sampler_state *samplers[IRIS_MAX_SAMPLERS];
791 struct iris_sampler_view *textures[IRIS_MAX_TEXTURES];
[all …]