Searched refs:compareOps (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineStencilTests.cpp | 194 const VkCompareOp compareOps[] = variable 211 … deUint32 StencilOpStateUniqueRandomIterator::s_compareOpsLength = DE_LENGTH_OF_ARRAY(compareOps); 237 compareOps[stencilCompareOpIndex], // VkCompareOp compareOp; in getIndexedValue() 915 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(compareOps) == 8); in createStencilTests() 994 … for (deUint32 compareOpNdx = 0u; compareOpNdx < DE_LENGTH_OF_ARRAY(compareOps); compareOpNdx++) in createStencilTests() 1002 compareOps[compareOpNdx], // compareOp in createStencilTests()
|
D | vktPipelineDepthRangeUnrestrictedTests.cpp | 1483 const VkCompareOp compareOps[] = in createDepthRangeUnrestrictedTests() local 1539 for (int compareOp = 0; compareOp < DE_LENGTH_OF_ARRAY(compareOps); compareOp++) in createDepthRangeUnrestrictedTests() 1541 testParams.depthCompareOp = compareOps[compareOp]; in createDepthRangeUnrestrictedTests() 1574 for (int compareOp = 0; compareOp < DE_LENGTH_OF_ARRAY(compareOps); compareOp++) in createDepthRangeUnrestrictedTests() 1576 testParams.depthCompareOp = compareOps[compareOp]; in createDepthRangeUnrestrictedTests() 1619 for (int compareOp = 0; compareOp < DE_LENGTH_OF_ARRAY(compareOps); compareOp++) in createDepthRangeUnrestrictedTests() 1621 testParams.depthCompareOp = compareOps[compareOp]; in createDepthRangeUnrestrictedTests()
|
/external/llvm/lib/IR/ |
D | LLVMContextImpl.h | 187 bool compareOps(const NodeTy *RHS, unsigned Offset = 0) const { 192 return RawOps.empty() ? compareOps(Ops, RHS, Offset) 193 : compareOps(RawOps, RHS, Offset); 200 static bool compareOps(ArrayRef<T> Ops, const MDNode *RHS, unsigned Offset) { in compareOps() function 234 bool isKeyOf(const MDTuple *RHS) const { return compareOps(RHS); } 278 compareOps(RHS, 1);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LLVMContextImpl.h | 220 bool compareOps(const NodeTy *RHS, unsigned Offset = 0) const { 225 return RawOps.empty() ? compareOps(Ops, RHS, Offset) 226 : compareOps(RawOps, RHS, Offset); 233 static bool compareOps(ArrayRef<T> Ops, const MDNode *RHS, unsigned Offset) { in compareOps() function 268 bool isKeyOf(const MDTuple *RHS) const { return compareOps(RHS); } 316 compareOps(RHS, 1);
|
/external/llvm-project/llvm/lib/IR/ |
D | LLVMContextImpl.h | 198 bool compareOps(const NodeTy *RHS, unsigned Offset = 0) const { 203 return RawOps.empty() ? compareOps(Ops, RHS, Offset) 204 : compareOps(RawOps, RHS, Offset); 211 static bool compareOps(ArrayRef<T> Ops, const MDNode *RHS, unsigned Offset) { in compareOps() function 246 bool isKeyOf(const MDTuple *RHS) const { return compareOps(RHS); } 294 compareOps(RHS, 1);
|