Home
last modified time | relevance | path

Searched refs:sameType (Results 1 – 3 of 3) sorted by relevance

/external/auto/value/src/main/java/com/google/auto/value/processor/
DAutoOneOfProcessor.java206 .filter(e -> sameType(kindMirror, e.getReturnType())) in findKindGetterOrAbort()
287 private static boolean sameType(TypeMirror t1, TypeMirror t2) { in sameType() method in AutoOneOfProcessor
/external/starlark-go/starlark/
Dvalue.go1262 if sameType(x, y) {
1321 func sameType(x, y Value) bool { func
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeCooperativeMatrixTests.cpp1215 const char *sameType = m_data.useType == UT_KHR_A ? "gl_MatrixUseA" : in initProgramsGLSL() local
1223 const char *atype = useSame ? sameType : "gl_MatrixUseA"; in initProgramsGLSL()
1224 const char *btype = useSame ? sameType : "gl_MatrixUseB"; in initProgramsGLSL()
1225 const char *ctype = useSame ? sameType : "gl_MatrixUseAccumulator"; in initProgramsGLSL()
1226 const char *rtype = useSame ? sameType : "gl_MatrixUseAccumulator"; in initProgramsGLSL()
1930 << dimFactor * GetTensorLayoutMatrixSizes(dim, i)[1] << ", " << sameType << ">"; in initProgramsGLSL()
1986 << ", (H/2 * W/2), (4*NumCh)," << sameType << ">"; in initProgramsGLSL()