Home
last modified time | relevance | path

Searched defs:readOp (Results 1 - 16 of 16) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperationSingleQueueTests.cpp57 BaseTestInstance (Context& context, SynchronizationType type, const ResourceDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, PipelineCacheData& pipelineCacheData) in BaseTestInstance() argument
78 EventTestInstance (Context& context, SynchronizationType type, const ResourceDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, PipelineCacheData& pipelineCacheData) in EventTestInstance() argument
163 BarrierTestInstance (Context& context, SynchronizationType type, const ResourceDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, PipelineCacheData& pipelineCacheData) in BarrierTestInstance() argument
246 BinarySemaphoreTestInstance (Context& context, SynchronizationType type, const ResourceDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, PipelineCacheData& pipelineCacheData) in BinarySemaphoreTestInstance() argument
369 TimelineSemaphoreTestInstance (Context& context, SynchronizationType type, const ResourceDescription& resourceDesc, const de::SharedPtr<OperationSupport>& writeOp, const de::SharedPtr<OperationSupport>& readOp, PipelineCacheDat argument
522 FenceTestInstance(Context& context, SynchronizationType type, const ResourceDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, PipelineCacheData& pipelineCacheData) FenceTestInstance() argument
603 SyncTestCase(tcu::TestContext& testCtx, const std::string& name, SynchronizationType type, const SyncPrimitive syncPrimitive, const ResourceDescription resourceDesc, const OperationName writeOp, const OperationName readOp, const bool specializedAccess, PipelineCacheData& pipelineCacheData) SyncTestCase() argument
732 const OperationName readOp = s_readOps[readOpNdx]; createTests() local
[all...]
H A DvktSynchronizationOperationMultiQueueTests.cpp458 BaseTestInstance (Context& context, SynchronizationType type, const ResourceDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, PipelineCacheData& pipelineCacheData, bool timelineSemaphore) in BaseTestInstance() argument
481 BinarySemaphoreTestInstance (Context& context, SynchronizationType type, const ResourceDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, PipelineCacheData& pipelineCacheData, const VkSharingMode sharingMode) in BinarySemaphoreTestInstance() argument
602 TimelineSemaphoreTestInstance (Context& context, SynchronizationType type, const ResourceDescription& resourceDesc, const SharedPtr<OperationSupport>& writeOp, const SharedPtr<OperationSupport>& readOp, PipelineCacheData& pipelineCacheData, const VkSharingMode sharingMode) in TimelineSemaphoreTestInstance() argument
779 FenceTestInstance(Context& context, SynchronizationType type, const ResourceDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, PipelineCacheData& pipelineCacheData, const VkSharingMode sharingMode) FenceTestInstance() argument
869 BaseTestCase(tcu::TestContext& testCtx, const std::string& name, SynchronizationType type, const SyncPrimitive syncPrimitive, const ResourceDescription resourceDesc, const OperationName writeOp, const OperationName readOp, const VkSharingMode sharingMode, PipelineCacheData& pipelineCacheData) BaseTestCase() argument
991 const OperationName readOp = s_readOps[readOpNdx]; createTests() local
[all...]
H A DvktSynchronizationCrossInstanceSharingTests.cpp84 const OperationName readOp; member
95 NotSupportedChecker(const Context& context, TestConfig config, const OperationSupport& writeOp, const OperationSupport& readOp) NotSupportedChecker() argument
658 createImage(const vk::DeviceInterface& vkd, vk::VkDevice device, const ResourceDescription& resourceDesc, const vk::VkExtent3D extent, const std::vector<deUint32>& queueFamilyIndices, const OperationSupport& readOp, const OperationSupport& writeOp, vk::VkExternalMemoryHandleTypeFlagBits externalType) createImage() argument
760 importResource(const vk::DeviceInterface& vkd, vk::VkDevice device, const ResourceDescription& resourceDesc, const std::vector<deUint32>& queueFamilyIndices, const OperationSupport& readOp, const OperationSupport& writeOp, NativeHandle& nativeHandle, vk::VkExternalMemoryHandleTypeFlagBits externalType, deUint32 exportedMemoryTypeIndex, bool dedicated) importResource() argument
1399 const OperationName readOp = s_readOps[readOpNdx]; createTests() local
[all...]
H A DvktSynchronizationSignalOrderTests.cpp481 SharedPtr<Operation> readOp; member
371 importResource(const DeviceInterface& vkd, VkDevice device, const ResourceDescription& resourceDesc, const deUint32 queueFamilyIndex, const OperationSupport& readOp, const OperationSupport& writeOp, NativeHandle& nativeHandle, VkExternalMemoryHandleTypeFlagBits externalType, deUint32 exportedMemoryTypeIndex) importResource() argument
1053 QueueSubmitSignalOrderSharedTestCase(tcu::TestContext& testCtx, SynchronizationType type, const std::string& name, OperationName writeOp, OperationName readOp, const ResourceDescription& resourceDesc, VkExternalMemoryHandleTypeFlagBits memoryHandleType, VkSemaphoreType semaphoreType, VkExternalSemaphoreHandleTypeFlagBits semaphoreHandleType, PipelineCacheData& pipelineCacheData) QueueSubmitSignalOrderSharedTestCase() argument
1218 const OperationName readOp = readOps[readOpIdx]; init() local
1275 SharedPtr<Operation> readOp; global() member
1631 QueueSubmitSignalOrderTestCase(tcu::TestContext& testCtx, SynchronizationType type, const std::string& name, OperationName writeOp, OperationName readOp, const ResourceDescription& resourceDesc, VkSemaphoreType semaphoreType, PipelineCacheData& pipelineCacheData) QueueSubmitSignalOrderTestCase() argument
1756 const OperationName readOp = readOps[readOpIdx]; init() local
[all...]
H A DvktSynchronizationTimelineSemaphoreTests.cpp792 SharedPtr<Operation> readOp; member
902 DeviceHostTestInstance(Context& context, SynchronizationType type, const ResourceDescription& resourceDesc, const SharedPtr<OperationSupport>& writeOp, const SharedPtr<OperationSupport>& readOp, PipelineCacheData& pipelineCacheData) DeviceHostTestInstance() argument
1079 DeviceHostSyncTestCase(tcu::TestContext& testCtx, const std::string& name, SynchronizationType type, const ResourceDescription resourceDesc, const OperationName writeOp, const OperationName readOp, PipelineCacheData& pipelineCacheData) DeviceHostSyncTestCase() argument
1193 const OperationName readOp = readOps[readOpNdx]; initCommonTests() local
1440 WaitBeforeSignalTestInstance(Context& context, SynchronizationType type, const ResourceDescription& resourceDesc, const SharedPtr<OperationSupport>& writeOp, const SharedPtr<OperationSupport>& readOp, PipelineCacheData& pipelineCacheData) WaitBeforeSignalTestInstance() argument
1713 WaitBeforeSignalTestCase(tcu::TestContext& testCtx, const std::string& name, SynchronizationType type, const ResourceDescription resourceDesc, const OperationName writeOp, const OperationName readOp, PipelineCacheData& pipelineCacheData) WaitBeforeSignalTestCase() argument
1833 const OperationName readOp = readOps[readOpNdx]; init() local
1878 OneToNTestInstance(Context& context, SynchronizationType type, const ResourceDescription& resourceDesc, const SharedPtr<OperationSupport>& writeOp, const SharedPtr<OperationSupport>& readOp, PipelineCacheData& pipelineCacheData) OneToNTestInstance() argument
2215 OneToNTestCase(tcu::TestContext& testCtx, const std::string& name, SynchronizationType type, const ResourceDescription resourceDesc, const OperationName writeOp, const OperationName readOp, PipelineCacheData& pipelineCacheData) OneToNTestCase() argument
2334 const OperationName readOp = readOps[readOpNdx]; init() local
[all...]
H A DvktSynchronizationWin32KeyedMutexTests.cpp109 const OperationName readOp; member
386 importResource(const vk::DeviceInterface& vkd, vk::VkDevice device, const ResourceDescription& resourceDesc, const std::vector<deUint32>& queueFamilyIndices, const OperationSupport& readOp, const OperationSupport& writeOp, NativeHandle& nativeHandle, vk::VkExternalMemoryHandleTypeFlagBits externalType) importResource() argument
1882 const OperationName readOp = s_readOps[readOpNdx]; createTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationOperationSingleQueueTests.cpp57 BaseTestInstance (Context& context, SynchronizationType type, const ResourceDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, PipelineCacheData& pipelineCacheData) in BaseTestInstance() argument
78 EventTestInstance (Context& context, SynchronizationType type, const ResourceDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, PipelineCacheData& pipelineCacheData) in EventTestInstance() argument
163 BarrierTestInstance (Context& context, SynchronizationType type, const ResourceDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, PipelineCacheData& pipelineCacheData) in BarrierTestInstance() argument
246 BinarySemaphoreTestInstance (Context& context, SynchronizationType type, const ResourceDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, PipelineCacheData& pipelineCacheData) in BinarySemaphoreTestInstance() argument
369 TimelineSemaphoreTestInstance (Context& context, SynchronizationType type, const ResourceDescription& resourceDesc, const de::SharedPtr<OperationSupport>& writeOp, const de::SharedPtr<OperationSupport>& readOp, PipelineCacheDat argument
522 FenceTestInstance(Context& context, SynchronizationType type, const ResourceDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, PipelineCacheData& pipelineCacheData) FenceTestInstance() argument
603 SyncTestCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, SynchronizationType type, const SyncPrimitive syncPrimitive, const ResourceDescription resourceDesc, const OperationName writeOp, const OperationName readOp, PipelineCacheData& pipelineCacheData) SyncTestCase() argument
732 const OperationName readOp = s_readOps[readOpNdx]; createTests() local
[all...]
H A DvktSynchronizationOperationMultiQueueTests.cpp443 BaseTestInstance (Context& context, SynchronizationType type, const ResourceDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, PipelineCacheData& pipelineCacheData, bool timelineSemaphore) in BaseTestInstance() argument
466 BinarySemaphoreTestInstance (Context& context, SynchronizationType type, const ResourceDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, PipelineCacheData& pipelineCacheData, const VkSharingMode sharingMode) in BinarySemaphoreTestInstance() argument
587 TimelineSemaphoreTestInstance (Context& context, SynchronizationType type, const ResourceDescription& resourceDesc, const SharedPtr<OperationSupport>& writeOp, const SharedPtr<OperationSupport>& readOp, PipelineCacheData& pipelineCacheData, const VkSharingMode sharingMode) in TimelineSemaphoreTestInstance() argument
764 FenceTestInstance(Context& context, SynchronizationType type, const ResourceDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, PipelineCacheData& pipelineCacheData, const VkSharingMode sharingMode) FenceTestInstance() argument
854 BaseTestCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, SynchronizationType type, const SyncPrimitive syncPrimitive, const ResourceDescription resourceDesc, const OperationName writeOp, const OperationName readOp, const VkSharingMode sharingMode, PipelineCacheData& pipelineCacheData) BaseTestCase() argument
977 const OperationName readOp = s_readOps[readOpNdx]; createTests() local
[all...]
H A DvktSynchronizationCrossInstanceSharingTests.cpp84 const OperationName readOp; member
95 NotSupportedChecker(const Context& context, TestConfig config, const OperationSupport& writeOp, const OperationSupport& readOp) NotSupportedChecker() argument
661 createImage(const vk::DeviceInterface& vkd, vk::VkDevice device, const ResourceDescription& resourceDesc, const vk::VkExtent3D extent, const std::vector<deUint32>& queueFamilyIndices, const OperationSupport& readOp, const OperationSupport& writeOp, vk::VkExternalMemoryHandleTypeFlagBits externalType) createImage() argument
763 importResource(const vk::DeviceInterface& vkd, vk::VkDevice device, const ResourceDescription& resourceDesc, const std::vector<deUint32>& queueFamilyIndices, const OperationSupport& readOp, const OperationSupport& writeOp, NativeHandle& nativeHandle, vk::VkExternalMemoryHandleTypeFlagBits externalType, deUint32 exportedMemoryTypeIndex, bool dedicated) importResource() argument
1390 const OperationName readOp = s_readOps[readOpNdx]; createTests() local
[all...]
H A DvktSynchronizationSignalOrderTests.cpp463 SharedPtr<Operation> readOp; member
353 importResource(const DeviceInterface& vkd, VkDevice device, const ResourceDescription& resourceDesc, const deUint32 queueFamilyIndex, const OperationSupport& readOp, const OperationSupport& writeOp, NativeHandle& nativeHandle, VkExternalMemoryHandleTypeFlagBits externalType, deUint32 exportedMemoryTypeIndex) importResource() argument
1034 QueueSubmitSignalOrderSharedTestCase(tcu::TestContext& testCtx, SynchronizationType type, const std::string& name, OperationName writeOp, OperationName readOp, const ResourceDescription& resourceDesc, VkExternalMemoryHandleTypeFlagBits memoryHandleType, VkSemaphoreType semaphoreType, VkExternalSemaphoreHandleTypeFlagBits semaphoreHandleType, PipelineCacheData& pipelineCacheData) QueueSubmitSignalOrderSharedTestCase() argument
1199 const OperationName readOp = readOps[readOpIdx]; init() local
1256 SharedPtr<Operation> readOp; global() member
1611 QueueSubmitSignalOrderTestCase(tcu::TestContext& testCtx, SynchronizationType type, const std::string& name, OperationName writeOp, OperationName readOp, const ResourceDescription& resourceDesc, VkSemaphoreType semaphoreType, PipelineCacheData& pipelineCacheData) QueueSubmitSignalOrderTestCase() argument
1736 const OperationName readOp = readOps[readOpIdx]; init() local
[all...]
H A DvktSynchronizationTimelineSemaphoreTests.cpp787 SharedPtr<Operation> readOp; member
897 DeviceHostTestInstance(Context& context, SynchronizationType type, const ResourceDescription& resourceDesc, const SharedPtr<OperationSupport>& writeOp, const SharedPtr<OperationSupport>& readOp, PipelineCacheData& pipelineCacheData) DeviceHostTestInstance() argument
1074 DeviceHostSyncTestCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, SynchronizationType type, const ResourceDescription resourceDesc, const OperationName writeOp, const OperationName readOp, PipelineCacheData& pipelineCacheData) DeviceHostSyncTestCase() argument
1188 const OperationName readOp = readOps[readOpNdx]; initCommonTests() local
1446 WaitBeforeSignalTestInstance(Context& context, SynchronizationType type, const ResourceDescription& resourceDesc, const SharedPtr<OperationSupport>& writeOp, const SharedPtr<OperationSupport>& readOp, PipelineCacheData& pipelineCacheData) WaitBeforeSignalTestInstance() argument
1713 WaitBeforeSignalTestCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, SynchronizationType type, const ResourceDescription resourceDesc, const OperationName writeOp, const OperationName readOp, PipelineCacheData& pipelineCacheData) WaitBeforeSignalTestCase() argument
1833 const OperationName readOp = readOps[readOpNdx]; init() local
1878 OneToNTestInstance(Context& context, SynchronizationType type, const ResourceDescription& resourceDesc, const SharedPtr<OperationSupport>& writeOp, const SharedPtr<OperationSupport>& readOp, PipelineCacheData& pipelineCacheData) OneToNTestInstance() argument
2204 OneToNTestCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, SynchronizationType type, const ResourceDescription resourceDesc, const OperationName writeOp, const OperationName readOp, PipelineCacheData& pipelineCacheData) OneToNTestCase() argument
2324 const OperationName readOp = readOps[readOpNdx]; init() local
[all...]
H A DvktSynchronizationWin32KeyedMutexTests.cpp109 const OperationName readOp; member
385 importResource(const vk::DeviceInterface& vkd, vk::VkDevice device, const ResourceDescription& resourceDesc, const std::vector<deUint32>& queueFamilyIndices, const OperationSupport& readOp, const OperationSupport& writeOp, NativeHandle& nativeHandle, vk::VkExternalMemoryHandleTypeFlagBits externalType) importResource() argument
1881 const OperationName readOp = s_readOps[readOpNdx]; createTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmImageSamplerTests.cpp90 bool isValidTestCase (TestType testType, DescriptorType descriptorType, ReadOp readOp) in isValidTestCase() argument
193 const char* getReadOpName (ReadOp readOp) in getReadOpName() argument
283 VkFormat getImageFormat (ReadOp readOp) in getImageFormat() argument
303 std::string getFunctionDstVariableStr (ReadOp readOp, DescriptorTyp argument
448 getFunctionSrcVariableStr(ReadOp readOp, DescriptorType descType, TestType testType) getFunctionSrcVariableStr() argument
558 getFunctionDstParamStr(ReadOp readOp, TestType testType) getFunctionDstParamStr() argument
594 getImageReadOpStr(ReadOp readOp, bool useNontemporal = false) getImageReadOpStr() argument
623 isImageSampleDrefReadOp(ReadOp readOp) isImageSampleDrefReadOp() argument
679 getImageSamplerTypeStr(DescriptorType descType, ReadOp readOp, deUint32 depthProperty, TestType testType, int formatIndex) getImageSamplerTypeStr() argument
1010 generateGraphicsImageSamplerSource(ReadOp readOp, DescriptorType descriptorType, TestType testType, DepthProperty depthProperty, deUint32 outputBinding, deUint32 formatIndex) generateGraphicsImageSamplerSource() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmImageSamplerTests.cpp90 bool isValidTestCase (TestType testType, DescriptorType descriptorType, ReadOp readOp) in isValidTestCase() argument
193 const char* getReadOpName (ReadOp readOp) in getReadOpName() argument
283 VkFormat getImageFormat (ReadOp readOp) in getImageFormat() argument
303 std::string getFunctionDstVariableStr (ReadOp readOp, DescriptorTyp argument
448 getFunctionSrcVariableStr(ReadOp readOp, DescriptorType descType, TestType testType) getFunctionSrcVariableStr() argument
558 getFunctionDstParamStr(ReadOp readOp, TestType testType) getFunctionDstParamStr() argument
621 getImageReadOpStr(ReadOp readOp, const FormatDataForShaders& formatData, bool useNontemporal = false) getImageReadOpStr() argument
650 isImageSampleDrefReadOp(ReadOp readOp) isImageSampleDrefReadOp() argument
656 getImageSamplerTypeStr(DescriptorType descType, ReadOp readOp, deUint32 depthProperty, TestType testType, const FormatDataForShaders& formatData) getImageSamplerTypeStr() argument
992 generateGraphicsImageSamplerSource(ReadOp readOp, DescriptorType descriptorType, TestType testType, DepthProperty depthProperty, deUint32 outputBinding, deUint32 formatIndex) generateGraphicsImageSamplerSource() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorUpdateTests.cpp222 std::string readOp; in initPrograms() local
254 << " color_out = " << readOp << ";\n" in initPrograms() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorUpdateTests.cpp222 std::string readOp; in initPrograms() local
254 << " color_out = " << readOp << ";\n" in initPrograms() local

Completed in 30 milliseconds