Searched refs:hasImage (Results 1 – 6 of 6) sorted by relevance
490 const bool hasImage = (descType == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) || in iterate() local501 if (!hasImage && !hasSampler) in iterate()518 else if (hasImage) in iterate()570 const bool hasImage = (descType == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) || in iterate() local579 if (hasImage || hasSampler) in iterate()
3454 const bool hasImage = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) || in runAndVerifyDefaultPipeline() local3463 if (!hasImage && !hasSampler) in runAndVerifyDefaultPipeline()3483 else if (hasImage) in runAndVerifyDefaultPipeline()3618 const bool hasImage = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) || in runAndVerifyDefaultPipeline() local3627 if (hasImage || hasSampler) in runAndVerifyDefaultPipeline()3750 ( (hasImage | hasSampler) ? &dImageInfos.back() : DE_NULL), // pImageInfo in runAndVerifyDefaultPipeline()3751 (!(hasImage | hasSampler) ? &dBufferInfos.back() : DE_NULL), // pBufferInfo in runAndVerifyDefaultPipeline()
8005 , hasImage (false) in State()8029 bool hasImage; member8114 else if (!state.hasImage && supportsBuffers) // Avoid creating buffer if there is already image in getAvailableOps()8125 if (state.hasImage) in getAvailableOps()8156 if (state.hasImage && (state.imageLayout != vk::VK_IMAGE_LAYOUT_UNDEFINED)) in getAvailableOps()8259 if (state.hasImage && (state.imageLayout != vk::VK_IMAGE_LAYOUT_UNDEFINED)) in getAvailableOps()8561 DE_ASSERT(!state.hasImage); in applyOp()8564 state.hasImage = true; in applyOp()8569 DE_ASSERT(state.hasImage); in applyOp()8572 state.hasImage = false; in applyOp()[all …]