/external/skqp/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 194 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()
|
D | GrVkRenderPass.h | 78 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;
|
D | GrVkDescriptorSetManager.h | 47 bool isCompatible(VkDescriptorType type, const GrVkUniformHandler*) const; 48 bool isCompatible(VkDescriptorType type,
|
D | GrVkCopyPipeline.cpp | 189 bool GrVkCopyPipeline::isCompatible(const GrVkRenderPass& rp) const { in isCompatible() function in GrVkCopyPipeline 190 return rp.isCompatible(*fRenderPass); in isCompatible()
|
D | GrVkResourceProvider.cpp | 116 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()
|
D | GrVkCopyPipeline.h | 24 bool isCompatible(const GrVkRenderPass& rp) const;
|
D | GrVkDescriptorPool.h | 31 bool isCompatible(VkDescriptorType type, uint32_t count) const;
|
/external/skia/src/gpu/vk/ |
D | GrVkRenderPass.h | 68 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&,
|
D | GrVkRenderPass.cpp | 362 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()
|
D | GrVkSecondaryCBDrawContext.cpp | 124 bool GrVkSecondaryCBDrawContext::isCompatible( in isCompatible() function in GrVkSecondaryCBDrawContext 182 if (!ddl || !this->isCompatible(ddl->characterization())) {
|
D | GrVkResourceProvider.cpp | 133 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()
|
D | GrVkDescriptorPool.h | 29 bool isCompatible(VkDescriptorType type, uint32_t count) const;
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | ConnectionSpecTest.java | 98 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/ |
D | DbiModuleList.cpp | 32 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/ |
D | DbiModuleList.cpp | 32 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/ |
D | TypeSafeMatching.java | 24 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/ |
D | ConnectionSpecSelector.java | 61 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/ |
D | ConnectionSpecSelector.java | 59 if (connectionSpec.isCompatible(sslSocket)) { in configureSecureSocket() 137 if (connectionSpecs.get(i).isCompatible(socket)) { in isFallbackPossible()
|
/external/skia/src/gpu/ops/ |
D | GrSimpleMeshDrawOpHelperWithStencil.cpp | 38 bool GrSimpleMeshDrawOpHelperWithStencil::isCompatible( in isCompatible() function in GrSimpleMeshDrawOpHelperWithStencil 41 return INHERITED::isCompatible(that, caps, thisBounds, thatBounds, ignoreAAType) && in isCompatible()
|
/external/skqp/src/gpu/ops/ |
D | GrSimpleMeshDrawOpHelper.cpp | 47 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()
|
D | GrSimpleMeshDrawOpHelper.h | 58 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/ |
D | SIModeRegister.cpp | 82 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/ |
D | SIModeRegister.cpp | 82 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/ |
D | vkQueryUtil.hpp | 113 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/ |
D | AudioStreamBuilder.cpp | 84 bool AudioStreamBuilder::isCompatible(AudioStreamBase &other) { in isCompatible() function in oboe::AudioStreamBuilder 119 if (isCompatible(*tempStream)) { in openStream()
|