Home
last modified time | relevance | path

Searched defs:specializedAccess (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.hpp285 Operation(const bool specializedAccess) : m_specializedAccess(specializedAccess) in Operation()
314 OperationSupport(const bool specializedAccess) : m_specializedAccess(specializedAccess) in OperationSupport()
H A DvktSynchronizationOperation.cpp1769const bool specializedAccess, const PipelineType pipelineType, const DispatchCall dispatchCall) in BufferImplementation()
1996 … const std::string &shaderPrefix, const AccessMode mode, const bool specializedAccess, in ImageImplementation()
2425 const bool specializedAccess, const VkShaderStageFlagBits stage, in BufferSupport()
2560 …pport(const ResourceDescription &resourceDesc, const AccessMode mode, const bool specializedAccess, in ImageSupport()
2658 const std::string &shaderPrefix, const bool specializedAccess, in BufferCopyImplementation()
2776 const bool specializedAccess, const VkShaderStageFlagBits stage, in CopyBufferSupport()
2872 const bool specializedAccess, const PipelineType pipelineType, in CopyImageImplementation()
3033const bool specializedAccess, const DispatchCall dispatchCall = DISPATCH_CALL_DISPATCH) in CopyImageSupport()
6082 const bool specializedAccess) in makeOperationSupport()
H A DvktSynchronizationOperationSingleQueueTests.cpp619 … const OperationName readOp, const bool specializedAccess, PipelineCacheData &pipelineCacheData) in SyncTestCase()