Lines Matching defs:shader
433 enum pipe_shader_type shader)
435 struct st_bound_handles *bound_handles = &st->bound_texture_handles[shader];
473 enum pipe_shader_type shader)
475 struct st_bound_handles *bound_handles = &st->bound_image_handles[shader];
557 enum pipe_shader_type shader = pipe_shader_type_from_mesa(prog->info.stage);
558 struct st_bound_handles *bound_handles = &st->bound_texture_handles[shader];
564 st_destroy_bound_texture_handles_per_stage(st, shader);
604 enum pipe_shader_type shader = pipe_shader_type_from_mesa(prog->info.stage);
605 struct st_bound_handles *bound_handles = &st->bound_image_handles[shader];
611 st_destroy_bound_image_handles_per_stage(st, shader);