Lines Matching refs:curr
283 assert(shader_type < ARRAY_SIZE(svga->curr.num_sampler_views));
288 key->num_textures = MAX2(svga->curr.num_sampler_views[shader_type],
289 svga->curr.num_samplers[shader_type]);
298 svga_use_sampler_state_mapping(svga, svga->curr.num_samplers[shader_type]);
304 struct pipe_sampler_view *view = svga->curr.sampler_views[shader_type][i];
306 *sampler = svga->curr.sampler[shader_type][i];
438 if (svga->curr.sampler[shader_type][j] == sampler) {
485 &svga->curr.image_views[shader_type][0];
487 for (unsigned i = 0; i < ARRAY_SIZE(svga->curr.image_views[shader_type]);
520 &svga->curr.shader_buffers[shader_type][0];
522 for (unsigned i = 0; i < ARRAY_SIZE(svga->curr.shader_buffers[shader_type]);
531 const struct svga_shader_buffer *cur_buf = &svga->curr.atomic_buffers[0];
533 for (unsigned i = 0; i < ARRAY_SIZE(svga->curr.atomic_buffers);
557 key->clamp_vertex_color = svga->curr.rast ?
558 svga->curr.rast->templ.clamp_vertex_color : 0;