Searched defs:readOp (Results 1 – 5 of 5) sorted by relevance
| /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
| D | vktSpvAsmImageSamplerTests.cpp | 89 bool isValidTestCase (TestType testType, DescriptorType descriptorType, ReadOp readOp) in isValidTestCase() 178 const char* getReadOpName (ReadOp readOp) in getReadOpName() 268 VkFormat getImageFormat (ReadOp readOp) in getImageFormat() 288 std::string getFunctionDstVariableStr (ReadOp readOp, DescriptorType descType, TestType testType) in getFunctionDstVariableStr() 433 std::string getFunctionSrcVariableStr (ReadOp readOp, DescriptorType descType, TestType testType) in getFunctionSrcVariableStr() 543 std::string getFunctionDstParamStr (ReadOp readOp, TestType testType) in getFunctionDstParamStr() 575 std::string getImageReadOpStr (ReadOp readOp) in getImageReadOpStr() 600 bool isImageSampleDrefReadOp (ReadOp readOp) in isImageSampleDrefReadOp() 656 std::string getImageSamplerTypeStr (DescriptorType descType, ReadOp readOp, deUint32 depthProperty,… in getImageSamplerTypeStr() 930 map<string, string> generateGraphicsImageSamplerSource (ReadOp readOp, DescriptorType descriptorTyp… in generateGraphicsImageSamplerSource()
|
| /external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
| D | vktSynchronizationOperationSingleQueueTests.cpp | 55 …eDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, Pipel… in BaseTestInstance() 74 …eDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, Pipel… in EventTestInstance() 129 …eDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, Pipel… in BarrierTestInstance() 183 …eDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, Pipel… in SemaphoreTestInstance() 271 …eDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, Pipel… in FenceTestInstance() 333 const OperationName readOp, in SyncTestCase() 401 const OperationName readOp = s_readOps[readOpNdx]; in createTests() local
|
| D | vktSynchronizationOperationMultiQueueTests.cpp | 273 …eDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, Pipel… in BaseTestInstance() 294 …eDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, Pipel… in SemaphoreTestInstance() 311 const UniquePtr<Operation> readOp (m_readOp.build (*m_opContext, *resource)); in iterate() local 391 …eDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, Pipel… in FenceTestInstance() 407 const UniquePtr<Operation> readOp (m_readOp.build(*m_opContext, *resource)); in iterate() local 464 const OperationName readOp, in BaseTestCase() 529 const OperationName readOp = s_readOps[readOpNdx]; in createTests() local
|
| D | vktSynchronizationCrossInstanceSharingTests.cpp | 69 const OperationName readOp; member 83 const OperationSupport& readOp) in NotSupportedChecker() 641 const OperationSupport& readOp, in createResource() 772 const OperationSupport& readOp, in importResource() 1118 …const de::UniquePtr<Operation> readOp (m_supportReadOp->build(operationContextB, *resourceB)); in iterate() local 1273 …const de::UniquePtr<OperationSupport> readOp (makeOperationSupport(config.readOp, config.resource)… in init() local 1324 const OperationName readOp = s_readOps[readOpNdx]; in createCrossInstanceSharingTest() local
|
| D | vktSynchronizationWin32KeyedMutexTests.cpp | 104 const OperationName readOp; member 365 const OperationSupport& readOp, in importResource() 1583 …const de::UniquePtr<Operation> readOp (m_supportReadOp->build(operationContext, *resourceRead… in iterate() local 1759 …const de::UniquePtr<OperationSupport> readOp (makeOperationSupport(config.readOp, config.resource)… in init() local 1795 const OperationName readOp = s_readOps[readOpNdx]; in createWin32KeyedMutexTest() local
|