Searched refs:sview_index (Results 1 – 2 of 2) sorted by relevance
192 const unsigned sview_index,204 const unsigned sview_index,207 const unsigned sview_index,213 const unsigned sview_index,
3544 const unsigned sview_index, in sp_tgsi_get_dims() argument3550 assert(sview_index < PIPE_MAX_SHADER_SAMPLER_VIEWS); in sp_tgsi_get_dims()3552 if (!sp_samp->sp_sview[sview_index].base.texture) { in sp_tgsi_get_dims()3556 sp_get_dims(&sp_samp->sp_sview[sview_index], level, dims); in sp_tgsi_get_dims()3562 const unsigned sview_index, in sp_tgsi_get_samples() argument3580 assert(sview_index < PIPE_MAX_SHADER_SAMPLER_VIEWS); in sp_tgsi_get_samples()3584 sp_sview = &sp_tgsi_samp->sp_sview[sview_index]; in sp_tgsi_get_samples()3620 const unsigned sview_index, in sp_tgsi_query_lod() argument3639 assert(sview_index < PIPE_MAX_SHADER_SAMPLER_VIEWS); in sp_tgsi_query_lod()3643 sp_sview = &sp_tgsi_samp->sp_sview[sview_index]; in sp_tgsi_query_lod()[all …]