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.cpp707 class BinaryAtomicIntermValuesInstance : public BinaryAtomicInstanceBase class
711 BinaryAtomicIntermValuesInstance (Context& context, in BinaryAtomicIntermValuesInstance() function in vkt::image::__anoneaaf71890111::BinaryAtomicIntermValuesInstance
740 deUint32 BinaryAtomicIntermValuesInstance::getOutputBufferSize (void) const in getOutputBufferSize()
745 void BinaryAtomicIntermValuesInstance::prepareResources (void) in prepareResources()
786 void BinaryAtomicIntermValuesInstance::prepareDescriptors (void) in prepareDescriptors()
813 void BinaryAtomicIntermValuesInstance::commandsBeforeCompute (const VkCommandBuffer cmdBuffer) const in commandsBeforeCompute()
829 void BinaryAtomicIntermValuesInstance::commandsAfterCompute (const VkCommandBuffer cmdBuffer) const in commandsAfterCompute()
851 bool BinaryAtomicIntermValuesInstance::verifyResult (Allocation& outputBufferAllocation) const in verifyResult()
885 bool BinaryAtomicIntermValuesInstance::verifyRecursive (const deInt32 index, in verifyRecursive()
914 …return new BinaryAtomicIntermValuesInstance(context, m_name, m_imageType, m_imageSize, m_format, m… in createInstance()