Lines Matching refs:src_desc
2316 const auto src_desc = src_set->descriptors_[index + di].get(); in VerifyCopyUpdateContents() local
2317 if (!src_desc->updated) continue; in VerifyCopyUpdateContents()
2318 if (!src_desc->IsImmutableSampler()) { in VerifyCopyUpdateContents()
2319 auto update_sampler = static_cast<SamplerDescriptor *>(src_desc)->GetSampler(); in VerifyCopyUpdateContents()
2335 const auto src_desc = src_set->descriptors_[index + di].get(); in VerifyCopyUpdateContents() local
2336 if (!src_desc->updated) continue; in VerifyCopyUpdateContents()
2337 auto img_samp_desc = static_cast<const ImageSamplerDescriptor *>(src_desc); in VerifyCopyUpdateContents()
2365 const auto src_desc = src_set->descriptors_[index + di].get(); in VerifyCopyUpdateContents() local
2366 if (!src_desc->updated) continue; in VerifyCopyUpdateContents()
2367 auto img_desc = static_cast<const ImageDescriptor *>(src_desc); in VerifyCopyUpdateContents()
2381 const auto src_desc = src_set->descriptors_[index + di].get(); in VerifyCopyUpdateContents() local
2382 if (!src_desc->updated) continue; in VerifyCopyUpdateContents()
2383 auto buffer_view = static_cast<TexelDescriptor *>(src_desc)->GetBufferView(); in VerifyCopyUpdateContents()
2404 const auto src_desc = src_set->descriptors_[index + di].get(); in VerifyCopyUpdateContents() local
2405 if (!src_desc->updated) continue; in VerifyCopyUpdateContents()
2406 auto buffer = static_cast<BufferDescriptor *>(src_desc)->GetBuffer(); in VerifyCopyUpdateContents()