Home
last modified time | relevance | path

Searched defs:disjoint (Results 1 – 25 of 395) sorted by relevance

12345678910>>...16

/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dv_image.c330 v3d_setup_slices(struct v3dv_image *image, bool disjoint, in v3d_setup_slices()
377 bool disjoint, in v3dv_update_image_layout()
509 bool disjoint = image->vk.create_flags & VK_IMAGE_CREATE_DISJOINT_BIT; in v3dv_image_init() local
724 bool disjoint = image->vk.create_flags & VK_IMAGE_CREATE_DISJOINT_BIT; in v3dv_DestroyImage() local
/aosp_15_r20/external/skia/tools/gpu/gl/
H A DGLTestContext.cpp98 GrGLint disjoint; in onQueueTimerStart() local
124 GrGLint disjoint = 1; in checkQueryStatus() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrConversionTests.cpp199 bool disjoint; member
317 const UVec2 &size, bool disjoint, vk::VkImageTiling tiling) in createImage()
399 … vk::VkFormat format, vk::VkImageTiling imageTiling, bool disjoint, vk::VkFilter textureFilter, in evalShader()
1658 const bool disjoint(disjointNdx == 1); in buildTests() local
1959 const bool disjoint(disjointNdx == 1); in buildTests() local
H A DvktYCbCrStorageImageWriteTests.cpp91 const bool disjoint = (params.flags & VK_IMAGE_CREATE_DISJOINT_BIT) != 0; in checkSupport() local
221 …const bool disjoint = (params.flags & VK_IMAGE_CREATE_DISJOINT_BIT) !=… in testStorageImageWrite() local
H A DvktYCbCrCopyTests.cpp75 bool disjoint; member
194 const UVec2 &size, bool disjoint, vk::VkImageTiling tiling) in createImage()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/internal/typeparams/
Dtypeterm.go156 func (x *term) disjoint(y *term) bool { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dtypeterm.go152 func (x *term) disjoint(y *term) bool { func
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dtypeterm.go155 func (x *term) disjoint(y *term) bool { func
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_image.h70 bool disjoint; member
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/
H A Dnvk_image.h73 bool disjoint; member
/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/misc/
H A DInterval.java97 public boolean disjoint(Interval other) { in disjoint() method in Interval
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/
H A DCollectionRetainAllTester.java63 private Target disjoint; field in CollectionRetainAllTester
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DCollectionRetainAllTester.java63 private Target disjoint; field in CollectionRetainAllTester
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dpattern.go215 disjoint relationship = "disjoint" // there is no request that both match const
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/concept/
Dinterval_associator.hpp972 disjoint(const LeftT& left, const RightT& right) in disjoint() function
983 disjoint(const Type& left, const AssociateT& right) in disjoint() function
Delement_associator.hpp435 disjoint(const Type& left, const Type& right) in disjoint() function
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemYCbCrConversionTests.cpp140 bool disjoint; member
1398 bool disjoint = (disjointNdx == 1); in createYCbCrConversionTests() local
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_image.h72 bool disjoint; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DRDFRegisters.h35 bool disjoint(const std::set<T> &A, const std::set<T> &B) { in disjoint() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DRDFRegisters.h35 bool disjoint(const std::set<T> &A, const std::set<T> &B) { in disjoint() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DRDFRegisters.h35 bool disjoint(const std::set<T> &A, const std::set<T> &B) { in disjoint() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DRDFRegisters.h35 bool disjoint(const std::set<T> &A, const std::set<T> &B) { in disjoint() function
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/
H A DCollections.annotated.java164 public static boolean disjoint(@libcore.util.NonNull java.util.Collection<?> c1, @libcore.util.NonN… in disjoint() method in Collections
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/
H A DCollections.annotated.java171 public static boolean disjoint(java.util.Collection<?> c1, java.util.Collection<?> c2) { throw new … in disjoint() method in Collections
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkImage.cpp945 …bool disjoint = (flags & VK_IMAGE_CREATE_DISJOINT_BIT) || (deviceMemory && deviceMemory->hasExtern… in getSubresourceOffset() local

12345678910>>...16