Home
last modified time | relevance | path

Searched defs:opType (Results 1 – 13 of 13) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsClusteredTests.cpp63 std::string getOpTypeName(int opType) in getOpTypeName()
87 std::string getOpTypeOperation(int opType, vk::VkFormat format, std::string lhs, std::string rhs) in getOpTypeOperation()
175 std::string getIdentity(int opType, vk::VkFormat format) in getIdentity()
269 std::string getCompare(int opType, vk::VkFormat format, std::string lhs, std::string rhs) in getCompare()
309 int opType; member
DvktSubgroupsArithmeticTests.cpp77 std::string getOpTypeName(int opType) in getOpTypeName()
129 std::string getOpTypeOperation(int opType, vk::VkFormat format, std::string lhs, std::string rhs) in getOpTypeOperation()
231 std::string getIdentity(int opType, vk::VkFormat format) in getIdentity()
339 std::string getCompare(int opType, vk::VkFormat format, std::string lhs, std::string rhs) in getCompare()
387 int opType; member
DvktSubgroupsPartitionedTests.cpp136 std::string getOpTypeName(int opType) in getOpTypeName()
188 std::string getOpTypeNamePartitioned(int opType) in getOpTypeNamePartitioned()
240 std::string getIdentity(int opType, vk::VkFormat format) in getIdentity()
348 std::string getCompare(int opType, vk::VkFormat format, std::string lhs, std::string rhs) in getCompare()
396 int opType; member
DvktSubgroupsShapeTests.cpp58 std::string getOpTypeName(int opType) in getOpTypeName()
74 int opType; member
DvktSubgroupsBallotOtherTests.cpp63 std::string getOpTypeName(int opType) in getOpTypeName()
89 int opType; member
DvktSubgroupsBallotBroadcastTests.cpp58 std::string getOpTypeName(int opType) in getOpTypeName()
74 int opType; member
DvktSubgroupsQuadTests.cpp60 std::string getOpTypeName(int opType) in getOpTypeName()
80 int opType; member
DvktSubgroupsShuffleTests.cpp60 std::string getOpTypeName(int opType) in getOpTypeName()
80 int opType; member
DvktSubgroupsVoteTests.cpp86 std::string getOpTypeName(int opType) in getOpTypeName()
104 int opType; member
DvktSubgroupsBasicTests.cpp258 std::string getOpTypeName(int opType) in getOpTypeName()
282 int opType; member
/external/icu/icu4c/source/i18n/
Dregexcmp.cpp2022 int32_t opType = URX_TYPE(op); in insertOp() local
2672 int32_t opType; // The opcode type of the op in matchStartType() local
3195 int32_t opType; in minMatchLength() local
3468 int32_t opType; in maxMatchLength() local
3782 int32_t opType = URX_TYPE(op); in stripNOPs() local
Drematch.cpp2757 int32_t opType; // the opcode in MatchAt() local
4333 int32_t opType; // the opcode in MatchChunkAt() local
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc2980 int (*real_func)(EVP_PKEY_CTX*), const char* opType) { in evpPkeyEcryptDecryptInit()