Searched refs:SI_NUM_SAMPLERS (Results 1 – 5 of 5) sorted by relevance
38 #define SI_NUM_SAMPLERS 32 /* OpenGL textures units per shader */ macro244 struct pipe_sampler_view *views[SI_NUM_SAMPLERS];245 struct si_sampler_state *sampler_states[SI_NUM_SAMPLERS];
48 space += si_descriptor_list_cs_space(SI_NUM_SAMPLERS, 16); in si_ce_needed_cs_space()
633 return SI_NUM_SAMPLERS; in si_get_shader_param()
1907 SI_SGPR_SAMPLERS, 16, SI_NUM_SAMPLERS, in si_init_all_descriptors()
4441 SI_NUM_SAMPLERS); in tex_fetch_ptrs()5633 params[SI_PARAM_SAMPLERS] = const_array(ctx->v8i32, SI_NUM_SAMPLERS); in create_function()