HomeSort by relevance Sort by last modified time
    Searched refs:AtomicOperation (Results 1 - 6 of 6) sorted by null

  /external/deqp/external/openglcts/modules/gl/
gl4cShaderAtomicCounterOpsTests.hpp 40 class AtomicOperation
53 AtomicOperation(std::string function, glw::GLuint inputValue, glw::GLuint paramValue,
63 virtual ~AtomicOperation()
99 class AtomicOperationAdd : public AtomicOperation
110 : AtomicOperation("atomicCounterAdd", inputValue, paramValue, 0U, true)
115 class AtomicOperationSubtract : public AtomicOperation
126 : AtomicOperation("atomicCounterSubtract", inputValue, paramValue, 0U, true)
131 class AtomicOperationMin : public AtomicOperation
142 : AtomicOperation("atomicCounterMin", inputValue, paramValue)
147 class AtomicOperationMax : public AtomicOperation
    [all...]
gl4cShaderAtomicCounterOpsTests.cpp 43 ShaderAtomicCounterOpsTestBase::ShaderPipeline::ShaderPipeline(glu::ShaderType testedShader, AtomicOperation* newOp,
366 void ShaderAtomicCounterOpsTestBase::fillAtomicCounterBuffer(AtomicOperation* atomicOp)
403 bool ShaderAtomicCounterOpsTestBase::checkAtomicCounterBuffer(AtomicOperation* atomicOp)
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageAtomicOperationTests.cpp 76 enum AtomicOperation
114 static string getAtomicFuncArgumentShaderStr (const AtomicOperation op,
138 static string getAtomicOperationCaseName (const AtomicOperation op)
156 static string getAtomicOperationShaderFuncName (const AtomicOperation op)
174 static deInt32 getOperationInitialValue (const AtomicOperation op)
193 static deInt32 getAtomicFuncArgument (const AtomicOperation op, const IVec3& invocationID, const IVec3& gridSize)
219 static bool isOrderIndependentAtomicOperation (const AtomicOperation op)
230 static deInt32 computeBinaryAtomicOperationResult (const AtomicOperation op, const deInt32 a, const deInt32 b)
257 const AtomicOperation operation,
267 const AtomicOperation m_operation
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktAtomicOperationTests.cpp 129 enum AtomicOperation
143 std::string atomicOp2Str (AtomicOperation op)
171 AtomicOperation atomicOp);
180 AtomicOperation m_atomicOp;
225 AtomicOperation atomicOp)
515 AtomicOperation atomicOp);
530 const AtomicOperation m_atomicOp;
538 AtomicOperation atomicOp)
616 AtomicOperation value;
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp 381 enum AtomicOperation
396 static bool isOrderIndependentAtomicOperation (AtomicOperation op)
407 int computeBinaryAtomicOperationResult (AtomicOperation op, int a, int b)
425 float computeBinaryAtomicOperationResult (AtomicOperation op, float /*a*/, float b)
436 static const char* getAtomicOperationCaseName (AtomicOperation op)
454 static const char* getAtomicOperationShaderFuncName (AtomicOperation op)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemShaderImageAccessTests.cpp 74 enum AtomicOperation
92 AtomicOperation atomicOperation;
98 , atomicOperation (ATOMIC_OPERATION_LAST)
104 const AtomicOperation atomicOperation_ = ATOMIC_OPERATION_LAST)
108 , atomicOperation (atomicOperation_)
114 return deInt32Hash(params.shaderType) ^ deInt32Hash(params.accessType) ^ deInt32Hash(params.imageFormat) ^ deInt32Hash(params.atomicOperation);
117 static std::string getAtomicOperationCaseName (const AtomicOperation op)
134 static std::string getAtomicOperationShaderFuncName (const AtomicOperation op)
152 static deInt32 computeBinaryAtomicOperationResult (const AtomicOperation op, const deInt32 a, const deInt32 b
    [all...]

Completed in 699 milliseconds