Searched refs:atomicOp (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktAtomicOperationTests.cpp | 205 TestBuffer(AtomicOperation atomicOp) in TestBuffer() argument 206 : m_atomicOp(atomicOp) in TestBuffer() 294 static BufferInterface* createTestBuffer(DataType type, AtomicOperation atomicOp) in createTestBuffer() argument 299 return new TestBuffer<deInt32>(atomicOp); in createTestBuffer() 301 return new TestBuffer<deUint32>(atomicOp); in createTestBuffer() 303 return new TestBuffer<deInt64>(atomicOp); in createTestBuffer() 305 return new TestBuffer<deUint64>(atomicOp); in createTestBuffer() 446 AtomicOperation atomicOp); 462 AtomicOperation atomicOp) in AtomicOperationCaseInstance() argument 467 , m_atomicOp (atomicOp) in AtomicOperationCaseInstance() [all …]
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderAtomicCounterOpsTests.cpp | 366 void ShaderAtomicCounterOpsTestBase::fillAtomicCounterBuffer(AtomicOperation* atomicOp) in fillAtomicCounterBuffer() argument 374 GLuint inputValue = atomicOp->getInputValue(); in fillAtomicCounterBuffer() 403 bool ShaderAtomicCounterOpsTestBase::checkAtomicCounterBuffer(AtomicOperation* atomicOp) in checkAtomicCounterBuffer() argument 437 GLuint expectedValue = atomicOp->getResult(numberOfCalls); in checkAtomicCounterBuffer()
|
D | gl4cShaderAtomicCounterOpsTests.hpp | 280 void fillAtomicCounterBuffer(AtomicOperation* atomicOp); 281 bool checkAtomicCounterBuffer(AtomicOperation* atomicOp);
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemShaderImageAccessTests.cpp | 1200 const AtomicOperation atomicOp = (AtomicOperation)atomicOpI; in createShaderImageAccessTests() local 1201 …operationGroup (new tcu::TestCaseGroup(testCtx, getAtomicOperationCaseName(atomicOp).c_str(), "")); in createShaderImageAccessTests() 1210 …sTestCase(testCtx, formats[formatNdx].name, "", Params(shaderType, accessType, format, atomicOp))); in createShaderImageAccessTests()
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseHelper.cpp | 4836 const TOperator atomicOp = mapAtomicOp(loc, op, isImage); in decomposeIntrinsic() local 4837 TIntermAggregate* atomic = new TIntermAggregate(atomicOp); in decomposeIntrinsic() 4863 node->getAsAggregate()->setOperator(atomicOp); in decomposeIntrinsic()
|