Home
last modified time | relevance | path

Searched refs:BinaryAtomicIntermValuesInstance (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageAtomicOperationTests.cpp715 class BinaryAtomicIntermValuesInstance : public BinaryAtomicInstanceBase class
719 BinaryAtomicIntermValuesInstance (Context& context, in BinaryAtomicIntermValuesInstance() function in vkt::image::__anona3b8e84a0111::BinaryAtomicIntermValuesInstance
748 deUint32 BinaryAtomicIntermValuesInstance::getOutputBufferSize (void) const in getOutputBufferSize()
753 void BinaryAtomicIntermValuesInstance::prepareResources (void) in prepareResources()
794 void BinaryAtomicIntermValuesInstance::prepareDescriptors (void) in prepareDescriptors()
821 void BinaryAtomicIntermValuesInstance::commandsBeforeCompute (const VkCommandBuffer cmdBuffer) const in commandsBeforeCompute()
837 void BinaryAtomicIntermValuesInstance::commandsAfterCompute (const VkCommandBuffer cmdBuffer) const in commandsAfterCompute()
859 bool BinaryAtomicIntermValuesInstance::verifyResult (Allocation& outputBufferAllocation) const in verifyResult()
893 bool BinaryAtomicIntermValuesInstance::verifyRecursive (const deInt32 index, in verifyRecursive()
922 …return new BinaryAtomicIntermValuesInstance(context, m_name, m_imageType, m_imageSize, m_format, m… in createInstance()