Lines Matching defs:shaders
1778 * commands for all the shaders (at least to zero length) before attempting
2643 /* This is always the first binding for compute shaders */
2900 struct anv_shader_bin **shaders,
2907 if (!shaders[i])
2910 gl_shader_stage stage = shaders[i]->stage;
2916 result = emit_samplers(cmd_buffer, pipe_state, shaders[i],
2922 result = emit_binding_table(cmd_buffer, pipe_state, shaders[i],
2946 if (!shaders[i])
2949 gl_shader_stage stage = shaders[i]->stage;
2951 result = emit_samplers(cmd_buffer, pipe_state, shaders[i],
2957 result = emit_binding_table(cmd_buffer, pipe_state, shaders[i],
3202 &pipeline->shaders[stage]->bind_map;
3285 &pipeline->shaders[stage]->bind_map;
3328 const struct anv_shader_bin *shader = pipeline->shaders[stage];
3373 const struct anv_shader_bin *shader = pipeline->shaders[stage];
3440 const struct anv_shader_bin *shader = pipeline->shaders[MESA_SHADER_TASK];
3463 const struct anv_shader_bin *shader = pipeline->shaders[MESA_SHADER_MESH];
4012 pipeline->shaders,
4013 ARRAY_SIZE(pipeline->shaders));