Searched refs:SVGA3D_DX_MAX_SAMPLERS (Results 1 – 5 of 5) sorted by relevance
475 if (nsamplers > SVGA3D_DX_MAX_SAMPLERS) { in update_samplers()477 nsamplers = SVGA3D_DX_MAX_SAMPLERS; in update_samplers()
1019 num_sampler_states > SVGA3D_DX_MAX_SAMPLERS); in svga_use_sampler_state_mapping()
449 MIN2(key->num_samplers, SVGA3D_DX_MAX_SAMPLERS-1); in svga_init_shader_key_common()
717 return sws->have_gl43 ? PIPE_MAX_SAMPLERS : SVGA3D_DX_MAX_SAMPLERS; in vgpu10_get_shader_param()
129 #define SVGA3D_DX_MAX_SAMPLERS 16 macro2107 uint32 samplers[SVGA3D_DX_MAX_SAMPLERS];