Searched refs:checkOperation (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktAtomicOperationTests.cpp | 215 template<typename T> void checkOperation (const BufferInterface& original, 241 void AtomicOperationCaseInstance::checkOperation (const BufferInterface& original, in checkOperation() function in vkt::shaderexecutor::__anon304f2a070111::AtomicOperationCaseInstance 500 checkOperation<deInt32>(original, *ptr, resultCollector); in iterate() 502 checkOperation<deUint32>(original, *ptr, resultCollector); in iterate()
|
/external/llvm/lib/CodeGen/ |
D | ImplicitNullChecks.cpp | 84 explicit NullCheck(MachineInstr *memOperation, MachineInstr *checkOperation, in NullCheck() argument 89 : MemOperation(memOperation), CheckOperation(checkOperation), in NullCheck()
|