Lines Matching refs:target
274 const unsigned target = fullinst->Texture.Texture;
275 assert(target < TGSI_TEXTURE_UNKNOWN);
277 * target matches the previous sampler view declaration (if there
282 info->sampler_targets[index] = target;
284 /* Make sure the texture instruction's sampler/target info
287 assert(info->sampler_targets[index] == target);
632 unsigned index, target, type;
800 target = fulldecl->SamplerView.Resource;
803 assert(target < TGSI_TEXTURE_UNKNOWN);
805 /* Save sampler target for this sampler index */
806 info->sampler_targets[reg] = target;
810 assert(info->sampler_targets[reg] == target);