Home
last modified time | relevance | path

Searched defs:readOp (Results 1 – 9 of 9) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmImageSamplerTests.cpp90 bool isValidTestCase (TestType testType, DescriptorType descriptorType, ReadOp readOp) in isValidTestCase()
179 const char* getReadOpName (ReadOp readOp) in getReadOpName()
269 VkFormat getImageFormat (ReadOp readOp) in getImageFormat()
289 std::string getFunctionDstVariableStr (ReadOp readOp, DescriptorType descType, TestType testType) in getFunctionDstVariableStr()
434 std::string getFunctionSrcVariableStr (ReadOp readOp, DescriptorType descType, TestType testType) in getFunctionSrcVariableStr()
544 std::string getFunctionDstParamStr (ReadOp readOp, TestType testType) in getFunctionDstParamStr()
576 std::string getImageReadOpStr (ReadOp readOp) in getImageReadOpStr()
601 bool isImageSampleDrefReadOp (ReadOp readOp) in isImageSampleDrefReadOp()
657 std::string getImageSamplerTypeStr (DescriptorType descType, ReadOp readOp, deUint32 depthProperty,… in getImageSamplerTypeStr()
931 map<string, string> generateGraphicsImageSamplerSource (ReadOp readOp, DescriptorType descriptorTyp… in generateGraphicsImageSamplerSource()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperationSingleQueueTests.cpp57 …eDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, Pipel… in BaseTestInstance()
78 …eDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, Pipel… in EventTestInstance()
163 …eDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, Pipel… in BarrierTestInstance()
246 …eDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, Pipel… in BinarySemaphoreTestInstance()
369 …Desc, const de::SharedPtr<OperationSupport>& writeOp, const de::SharedPtr<OperationSupport>& readO… in TimelineSemaphoreTestInstance()
524 …eDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, Pipel… in FenceTestInstance()
612 const OperationName readOp, in SyncTestCase()
713 const OperationName readOp = s_readOps[readOpNdx]; in createTests() local
DvktSynchronizationOperationMultiQueueTests.cpp388 …eDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, Pipel… in BaseTestInstance()
411 …eDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, Pipel… in BinarySemaphoreTestInstance()
427 const UniquePtr<Operation> readOp (m_readOp.build (*m_opContext, *resource)); in iterate() local
527 …sourceDesc, const SharedPtr<OperationSupport>& writeOp, const SharedPtr<OperationSupport>& readOp,… in TimelineSemaphoreTestInstance()
707 …eDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, Pipel… in FenceTestInstance()
723 const UniquePtr<Operation> readOp (m_readOp.build(*m_opContext, *resource)); in iterate() local
799 const OperationName readOp, in BaseTestCase()
892 const OperationName readOp = s_readOps[readOpNdx]; in createTests() local
DvktSynchronizationCrossInstanceSharingTests.cpp84 const OperationName readOp; member
98 const OperationSupport& readOp) in NotSupportedChecker()
651 const OperationSupport& readOp, in createImage()
752 const OperationSupport& readOp, in importResource()
1121 …const de::UniquePtr<Operation> readOp (m_supportReadOp->build(operationContextB, *resourceB)); in iterate() local
1305 …const de::UniquePtr<OperationSupport> readOp (makeOperationSupport(config.readOp, config.resource)… in init() local
1367 const OperationName readOp = s_readOps[readOpNdx]; in createTests() local
DvktSynchronizationSignalOrderTests.cpp358 const OperationSupport& readOp, in importResource()
463 SharedPtr<Operation> readOp; member
1036 OperationName readOp, in QueueSubmitSignalOrderSharedTestCase()
1197 const OperationName readOp = readOps[readOpIdx]; in init() local
1254 SharedPtr<Operation> readOp; member
1615 OperationName readOp, in QueueSubmitSignalOrderTestCase()
1736 const OperationName readOp = readOps[readOpIdx]; in init() local
DvktSynchronizationTimelineSemaphoreTests.cpp771 SharedPtr<Operation> readOp; member
885 const SharedPtr<OperationSupport>& readOp, in DeviceHostTestInstance()
1064 const OperationName readOp, in DeviceHostSyncTestCase()
1172 const OperationName readOp = readOps[readOpNdx]; in initCommonTests() local
1382 const SharedPtr<OperationSupport>& readOp, in WaitBeforeSignalTestInstance()
1636 const OperationName readOp, in WaitBeforeSignalTestCase()
1750 const OperationName readOp = readOps[readOpNdx]; in init() local
1799 const SharedPtr<OperationSupport>& readOp, in OneToNTestInstance()
2112 const OperationName readOp, in OneToNTestCase()
2226 const OperationName readOp = readOps[readOpNdx]; in init() local
DvktSynchronizationWin32KeyedMutexTests.cpp109 const OperationName readOp; member
387 const OperationSupport& readOp, in importResource()
1661 …const de::UniquePtr<Operation> readOp (m_supportReadOp->build(operationContext, *resourceRead… in iterate() local
1840 …const de::UniquePtr<OperationSupport> readOp (makeOperationSupport(config.readOp, config.resource)… in init() local
1876 const OperationName readOp = s_readOps[readOpNdx]; in createTests() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorUpdateTests.cpp219 std::string readOp; in initPrograms() local
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp590 static Value unrollTransferReadOp(vector::TransferReadOp readOp, in unrollTransferReadOp()
678 if (auto readOp = dyn_cast<vector::TransferReadOp>(op)) in unrollSingleResultVectorOp() local