Searched refs:isDst (Results 1 – 2 of 2) sorted by relevance
286 const bool isDst = (desc.usageFlags & CORE_IMAGE_USAGE_TRANSFER_DST_BIT); in BindToFbo() local294 PLUGIN_UNUSED(isDst); in BindToFbo()299 PLUGIN_ASSERT((!isSrc) && (!isDst) && (!isSample) && (!isStorage) && (!isInput)); in BindToFbo()338 const bool isDst = (desc.usageFlags & CORE_IMAGE_USAGE_TRANSFER_DST_BIT); in BindToFboMultisampled() local346 PLUGIN_UNUSED(isDst); in BindToFboMultisampled()352 PLUGIN_ASSERT((!isSrc) && (!isDst) && (!isSample) && (!isStorage) && (!isInput)); in BindToFboMultisampled()
182 const bool isDst = (desc_.usageFlags & CORE_IMAGE_USAGE_TRANSFER_DST_BIT); in GpuImageGLES() local189 if ((!isSrc) && (!isDst) && (!isSample) && (!isStorage) && (!isInput)) { in GpuImageGLES()