Home
last modified time | relevance | path

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

12345

/external/skqp/src/gpu/vk/
DGrVkRenderPass.cpp194 bool GrVkRenderPass::isCompatible(const AttachmentsDescriptor& desc, in isCompatible() function in GrVkRenderPass
202 if (!fAttachmentsDescriptor.fColor.isCompatible(desc.fColor)) { in isCompatible()
207 if (!fAttachmentsDescriptor.fStencil.isCompatible(desc.fStencil)) { in isCompatible()
215 bool GrVkRenderPass::isCompatible(const GrVkRenderTarget& target) const { in isCompatible() function in GrVkRenderPass
221 return this->isCompatible(desc, flags); in isCompatible()
224 bool GrVkRenderPass::isCompatible(const GrVkRenderPass& renderPass) const { in isCompatible() function in GrVkRenderPass
226 return this->isCompatible(renderPass.fAttachmentsDescriptor, renderPass.fAttachmentFlags); in isCompatible()
DGrVkRenderPass.h78 bool isCompatible(const AttachmentDesc& desc) const { in isCompatible() function
108 bool isCompatible(const GrVkRenderTarget& target) const;
110 bool isCompatible(const GrVkRenderPass& renderPass) const;
141 bool isCompatible(const AttachmentsDescriptor&, const AttachmentFlags&) const;
DGrVkDescriptorSetManager.h47 bool isCompatible(VkDescriptorType type, const GrVkUniformHandler*) const;
48 bool isCompatible(VkDescriptorType type,
DGrVkCopyPipeline.cpp189 bool GrVkCopyPipeline::isCompatible(const GrVkRenderPass& rp) const { in isCompatible() function in GrVkCopyPipeline
190 return rp.isCompatible(*fRenderPass); in isCompatible()
DGrVkResourceProvider.cpp116 if (fCopyPipelines[i]->isCompatible(*dst->simpleRenderPass())) { in findOrCreateCopyPipeline()
143 if (fRenderPassArray[i].isCompatible(target)) { in findCompatibleRenderPass()
273 if (fDescriptorSetManagers[i]->isCompatible(type, &uniformHandler)) { in getSamplerDescriptorSetHandle()
292 if (fDescriptorSetManagers[i]->isCompatible(type, visibilities)) { in getSamplerDescriptorSetHandle()
561 bool GrVkResourceProvider::CompatibleRenderPassSet::isCompatible( in isCompatible() function in GrVkResourceProvider::CompatibleRenderPassSet
566 return fRenderPasses[0]->isCompatible(target); in isCompatible()
DGrVkCopyPipeline.h24 bool isCompatible(const GrVkRenderPass& rp) const;
DGrVkDescriptorPool.h31 bool isCompatible(VkDescriptorType type, uint32_t count) const;
/external/skia/src/gpu/vk/
DGrVkRenderPass.h68 bool isCompatible(const AttachmentDesc& desc) const { in isCompatible() function
128 bool isCompatible(GrVkRenderTarget* target,
132 bool isCompatible(const GrVkRenderPass& renderPass) const;
134 bool isCompatible(const AttachmentsDescriptor&,
DGrVkRenderPass.cpp362 bool GrVkRenderPass::isCompatible(const AttachmentsDescriptor& desc, in isCompatible() function in GrVkRenderPass
372 if (!fAttachmentsDescriptor.fColor.isCompatible(desc.fColor)) { in isCompatible()
377 if (!fAttachmentsDescriptor.fResolve.isCompatible(desc.fResolve)) { in isCompatible()
382 if (!fAttachmentsDescriptor.fStencil.isCompatible(desc.fStencil)) { in isCompatible()
398 bool GrVkRenderPass::isCompatible(GrVkRenderTarget* target, in isCompatible() function in GrVkRenderPass
408 return this->isCompatible(desc, flags, selfDepFlags, loadFromResolve); in isCompatible()
411 bool GrVkRenderPass::isCompatible(const GrVkRenderPass& renderPass) const { in isCompatible() function in GrVkRenderPass
413 return this->isCompatible(renderPass.fAttachmentsDescriptor, renderPass.fAttachmentFlags, in isCompatible()
DGrVkSecondaryCBDrawContext.cpp124 bool GrVkSecondaryCBDrawContext::isCompatible( in isCompatible() function in GrVkSecondaryCBDrawContext
182 if (!ddl || !this->isCompatible(ddl->characterization())) {
DGrVkResourceProvider.cpp133 if (fRenderPassArray[i].isCompatible(*desc, attachmentFlags, selfDepFlags, in findCompatibleRenderPass()
289 if (fMSAALoadPipelines[i].fRenderPass->isCompatible(renderPass)) { in findOrCreateMSAALoadPipeline()
345 if (fDescriptorSetManagers[i]->isCompatible(type, &uniformHandler)) { in getSamplerDescriptorSetHandle()
600 bool GrVkResourceProvider::CompatibleRenderPassSet::isCompatible( in isCompatible() function in GrVkResourceProvider::CompatibleRenderPassSet
608 return fRenderPasses[0]->isCompatible(attachmentsDescriptor, attachmentFlags, selfDepFlags, in isCompatible()
DGrVkDescriptorPool.h29 bool isCompatible(VkDescriptorType type, uint32_t count) const;
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DConnectionSpecTest.java98 assertTrue(tlsSpec.isCompatible(socket)); in tls_defaultCiphers_noFallbackIndicator()
128 assertTrue(tlsSpec.isCompatible(socket)); in tls_defaultCiphers_withFallbackIndicator()
162 assertTrue(tlsSpec.isCompatible(socket)); in tls_explicitCiphers()
201 assertTrue(tlsSpec.isCompatible(socket)); in tls_missingRequiredCipher()
207 assertFalse(tlsSpec.isCompatible(socket)); in tls_missingRequiredCipher()
262 assertTrue(tlsSpec.isCompatible(socket)); in tls_missingTlsVersion()
265 assertFalse(tlsSpec.isCompatible(socket)); in tls_missingTlsVersion()
/external/llvm-project/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
/external/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
/external/mockito/src/main/java/org/mockito/internal/invocation/
DTypeSafeMatching.java24 return isCompatible(matcher, argument) && matcher.matches(argument); in apply()
33 private static boolean isCompatible(ArgumentMatcher<?> argumentMatcher, Object argument) { in isCompatible() method in TypeSafeMatching
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/
DConnectionSpecSelector.java61 if (connectionSpec.isCompatible(sslSocket)) { in configureSecureSocket()
139 if (connectionSpecs.get(i).isCompatible(socket)) { in isFallbackPossible()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DConnectionSpecSelector.java59 if (connectionSpec.isCompatible(sslSocket)) { in configureSecureSocket()
137 if (connectionSpecs.get(i).isCompatible(socket)) { in isFallbackPossible()
/external/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()
/external/skqp/src/gpu/ops/
DGrSimpleMeshDrawOpHelper.cpp47 bool GrSimpleMeshDrawOpHelper::isCompatible(const GrSimpleMeshDrawOpHelper& that, in isCompatible() function in GrSimpleMeshDrawOpHelper
175 bool GrSimpleMeshDrawOpHelperWithStencil::isCompatible( in isCompatible() function in GrSimpleMeshDrawOpHelperWithStencil
178 return INHERITED::isCompatible(that, caps, thisBounds, thatBounds, noneAsCoverageAA) && in isCompatible()
DGrSimpleMeshDrawOpHelper.h58 bool isCompatible(const GrSimpleMeshDrawOpHelper& that, const GrCaps&, const SkRect& thisBounds,
179 bool isCompatible(const GrSimpleMeshDrawOpHelperWithStencil& that, const GrCaps&,
/external/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()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIModeRegister.cpp82 bool isCompatible(Status &S) { in isCompatible() function
86 bool isCombinable(Status &S) { return !(Mask & S.Mask) || isCompatible(S); } in isCombinable()
284 } else if (!NewInfo->Change.isCompatible(InstrMode)) { in processBlockPhase1()
405 if (!BlockInfo[ThisBlock]->Pred.isCompatible(BlockInfo[ThisBlock]->Require)) { in processBlockPhase3()
/external/deqp/external/vulkancts/framework/vulkan/
DvkQueryUtil.hpp113 bool isCompatible (const VkExtensionProperties& extensionProperties, const RequiredE…
114 bool isCompatible (const VkLayerProperties& layerProperties, const RequiredLayer& re…
325 if (isCompatible(*cur, required)) in isExtensionSupported()
336 if (isCompatible(*cur, required)) in isLayerSupported()
/external/oboe/src/common/
DAudioStreamBuilder.cpp84 bool AudioStreamBuilder::isCompatible(AudioStreamBase &other) { in isCompatible() function in oboe::AudioStreamBuilder
119 if (isCompatible(*tempStream)) { in openStream()

12345