Home
last modified time | relevance | path

Searched refs:isCompatible (Results 1 – 25 of 60) sorted by relevance

123

/third_party/skia/src/gpu/vk/
DGrVkRenderPass.cpp370 bool GrVkRenderPass::isCompatible(const AttachmentsDescriptor& desc, in isCompatible() function in GrVkRenderPass
380 if (!fAttachmentsDescriptor.fColor.isCompatible(desc.fColor)) { in isCompatible()
385 if (!fAttachmentsDescriptor.fResolve.isCompatible(desc.fResolve)) { in isCompatible()
390 if (!fAttachmentsDescriptor.fStencil.isCompatible(desc.fStencil)) { in isCompatible()
406 bool GrVkRenderPass::isCompatible(GrVkRenderTarget* target, in isCompatible() function in GrVkRenderPass
416 return this->isCompatible(desc, flags, selfDepFlags, loadFromResolve); in isCompatible()
419 bool GrVkRenderPass::isCompatible(const GrVkRenderPass& renderPass) const { in isCompatible() function in GrVkRenderPass
421 return this->isCompatible(renderPass.fAttachmentsDescriptor, renderPass.fAttachmentFlags, in isCompatible()
DGrVkRenderPass.h71 bool isCompatible(const AttachmentDesc& desc) const { in isCompatible() function
131 bool isCompatible(GrVkRenderTarget* target,
135 bool isCompatible(const GrVkRenderPass& renderPass) const;
137 bool isCompatible(const AttachmentsDescriptor&,
DGrVkResourceProvider.cpp135 if (fRenderPassArray[i].isCompatible(*desc, attachmentFlags, selfDepFlags, in findCompatibleRenderPass()
291 if (fMSAALoadPipelines[i].fRenderPass->isCompatible(renderPass)) { in findOrCreateMSAALoadPipeline()
347 if (fDescriptorSetManagers[i]->isCompatible(type, &uniformHandler)) { in getSamplerDescriptorSetHandle()
606 bool GrVkResourceProvider::CompatibleRenderPassSet::isCompatible( in isCompatible() function in GrVkResourceProvider::CompatibleRenderPassSet
614 return fRenderPasses[0]->isCompatible(attachmentsDescriptor, attachmentFlags, selfDepFlags, in isCompatible()
DGrVkSecondaryCBDrawContext.cpp134 bool GrVkSecondaryCBDrawContext::isCompatible( in isCompatible() function in GrVkSecondaryCBDrawContext
193 if (!ddl || !this->isCompatible(ddl->characterization())) {
DGrVkDescriptorPool.h31 bool isCompatible(VkDescriptorType type, uint32_t count) const;
DGrVkSecondaryCBDrawContext.h114 bool isCompatible(const SkSurfaceCharacterization& characterization) const;
DGrVkDescriptorPool.cpp45 bool GrVkDescriptorPool::isCompatible(VkDescriptorType type, uint32_t count) const { in isCompatible() function in GrVkDescriptorPool
DGrVkDescriptorSetManager.h48 bool isCompatible(VkDescriptorType type, const GrVkUniformHandler*) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleList.cpp32 if (!isCompatible(R)) in operator ==()
59 assert(isCompatible(R)); in operator <()
72 assert(isCompatible(R)); in operator -()
149 bool DbiModuleSourceFilesIterator::isCompatible( in isCompatible() function in DbiModuleSourceFilesIterator
/third_party/skia/src/gpu/ops/
DGrSimpleMeshDrawOpHelperWithStencil.cpp38 bool GrSimpleMeshDrawOpHelperWithStencil::isCompatible( in isCompatible() function in GrSimpleMeshDrawOpHelperWithStencil
41 return INHERITED::isCompatible(that, caps, thisBounds, thatBounds, ignoreAAType) && in isCompatible()
DAtlasInstancedHelper.h44 bool isCompatible(const AtlasInstancedHelper& helper) { in isCompatible() function
DGrSimpleMeshDrawOpHelperWithStencil.h69 bool isCompatible(const GrSimpleMeshDrawOpHelperWithStencil& that, const GrCaps&,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIModeRegister.cpp82 bool isCompatible(Status &S) { in isCompatible() function
87 return !(Mask & S.Mask) || isCompatible(S); in isCombinable()
276 } else if (!NewInfo->Change.isCompatible(InstrMode)) { in processBlockPhase1()
366 if (!BlockInfo[ThisBlock]->Pred.isCompatible(BlockInfo[ThisBlock]->Require)) { in processBlockPhase3()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkQueryUtil.hpp121 bool isCompatible (const VkExtensionProperties& extensionProperties, const RequiredE…
122 bool isCompatible (const VkLayerProperties& layerProperties, const RequiredLayer& re…
343 if (isCompatible(*cur, required)) in isExtensionStructSupported()
354 if (isCompatible(*cur, required)) in isLayerSupported()
/third_party/skia/tests/
DDeferredDisplayListTest.cpp248 SkASSERT(result->isCompatible(c)); in make()
290 SkASSERT(c.isCompatible(texture)); in make()
293 SkASSERT(surface->isCompatible(c)); in make()
684 surfaces[s]->isCompatible(characterizations[c])); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
703 REPORTER_ASSERT(reporter, scbDrawContext->isCompatible(characterization)); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
792 REPORTER_ASSERT(reporter, c.isCompatible(backend)); in test_make_render_target()
794 REPORTER_ASSERT(reporter, s->isCompatible(c)); in test_make_render_target()
802 REPORTER_ASSERT(reporter, s->isCompatible(c)); in test_make_render_target()
/third_party/skia/third_party/externals/oboe/src/common/
DAudioStreamBuilder.cpp82 bool AudioStreamBuilder::isCompatible(AudioStreamBase &other) { in isCompatible() function in oboe::AudioStreamBuilder
118 if (isCompatible(*tempStream)) { in openStream()
/third_party/skia/src/gpu/d3d/
DGrD3DRootSignature.h29 bool isCompatible(int numTextureSamplers, int numUAVs) const;
DGrD3DCommandSignature.h24 bool isCompatible(ForIndexed indexed, unsigned int slot) const { in isCompatible() function
DGrD3DResourceProvider.cpp55 if (fRootSignatures[i]->isCompatible(numTextureSamplers, numUAVs)) { in findOrCreateRootSignature()
71 if (fCommandSignatures[i]->isCompatible(indexed, slot)) { in findOrCreateCommandSignature()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/modifiers/
DvktModifiersTests.cpp331 …deBool isCompatible = isModifierCompatibleWithImageProperties(vki, context.getPhysicalDevice(… in listModifiersCase() local
340 if (!isCompatible) in listModifiersCase()
526 …const auto isCompatible = isModifierCompatibleWithImageProperties(vki, context.getPhysicalDev… in createImageListModifiersCase() local
530 if (isCompatible) in createImageListModifiersCase()
584 …const auto isCompatible = isModifierCompatibleWithImageProperties(vki, context.getPhysicalDev… in createImageModifierExplicitCase() local
588 if (isCompatible) in createImageModifierExplicitCase()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/modifiers/
DvktModifiersTests.cpp331 …deBool isCompatible = isModifierCompatibleWithImageProperties(vki, context.getPhysicalDevice(… in listModifiersCase() local
340 if (!isCompatible) in listModifiersCase()
526 …const auto isCompatible = isModifierCompatibleWithImageProperties(vki, context.getPhysicalDev… in createImageListModifiersCase() local
530 if (isCompatible) in createImageListModifiersCase()
584 …const auto isCompatible = isModifierCompatibleWithImageProperties(vki, context.getPhysicalDev… in createImageModifierExplicitCase() local
588 if (isCompatible) in createImageModifierExplicitCase()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkFormat.hpp49 bool isCompatible(const Format &other) const;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
DvktYCbCrCopyTests.cpp173 bool isCompatible (vk::VkFormat srcFormat, in isCompatible() function
474 if (isCompatible(srcPlaneFormat, dstPlaneFormat)) in genCopies()
788 if (isCompatible(srcPlaneFormat, dstPlaneFormat)) in isCopyCompatible()
801 if (isCompatible(srcPlaneFormat, dstFormat)) in isCopyCompatible()
813 if (isCompatible(dstPlaneFormat, srcFormat)) in isCopyCompatible()
818 return isCompatible(srcFormat, dstFormat); in isCopyCompatible()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrCopyTests.cpp173 bool isCompatible (vk::VkFormat srcFormat, in isCompatible() function
474 if (isCompatible(srcPlaneFormat, dstPlaneFormat)) in genCopies()
788 if (isCompatible(srcPlaneFormat, dstPlaneFormat)) in isCopyCompatible()
801 if (isCompatible(srcPlaneFormat, dstFormat)) in isCopyCompatible()
813 if (isCompatible(dstPlaneFormat, srcFormat)) in isCopyCompatible()
818 return isCompatible(srcFormat, dstFormat); in isCopyCompatible()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleList.h60 bool isCompatible(const DbiModuleSourceFilesIterator &R) const;

123