Searched defs:specializedAccess (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationOperation.hpp | 285 Operation(const bool specializedAccess) : m_specializedAccess(specializedAccess) in Operation() 314 OperationSupport(const bool specializedAccess) : m_specializedAccess(specializedAccess) in OperationSupport()
|
H A D | vktSynchronizationOperation.cpp | 1769 … const 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() 3033 … const bool specializedAccess, const DispatchCall dispatchCall = DISPATCH_CALL_DISPATCH) in CopyImageSupport() 6082 const bool specializedAccess) in makeOperationSupport()
|
H A D | vktSynchronizationOperationSingleQueueTests.cpp | 619 … const OperationName readOp, const bool specializedAccess, PipelineCacheData &pipelineCacheData) in SyncTestCase()
|