Searched refs:sview_index (Results 1 – 2 of 2) sorted by relevance
201 const unsigned sview_index,213 const unsigned sview_index,216 const unsigned sview_index,222 const unsigned sview_index,
3528 const unsigned sview_index, in sp_tgsi_get_dims() argument3534 assert(sview_index < PIPE_MAX_SHADER_SAMPLER_VIEWS); in sp_tgsi_get_dims()3536 if (!sp_samp->sp_sview[sview_index].base.texture) { in sp_tgsi_get_dims()3540 sp_get_dims(&sp_samp->sp_sview[sview_index], level, dims); in sp_tgsi_get_dims()3546 const unsigned sview_index, in sp_tgsi_get_samples() argument3564 assert(sview_index < PIPE_MAX_SHADER_SAMPLER_VIEWS); in sp_tgsi_get_samples()3568 sp_sview = &sp_tgsi_samp->sp_sview[sview_index]; in sp_tgsi_get_samples()3604 const unsigned sview_index, in sp_tgsi_query_lod() argument3623 assert(sview_index < PIPE_MAX_SHADER_SAMPLER_VIEWS); in sp_tgsi_query_lod()3627 sp_sview = &sp_tgsi_samp->sp_sview[sview_index]; in sp_tgsi_query_lod()[all …]