Searched refs:CAP (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/src/sksl/ir/ |
H A D | SkSLSetting.cpp | 83 #define CAP(T, name) CapsLookupTable::Pair{#name, new T##CapsLookup{&ShaderCapsClass::name}} in caps_lookup_table() macro 84 CAP(Bool, fbFetchSupport), in caps_lookup_table() 85 CAP(Bool, fbFetchNeedsCustomOutput), in caps_lookup_table() 86 CAP(Bool, flatInterpolationSupport), in caps_lookup_table() 87 CAP(Bool, noperspectiveInterpolationSupport), in caps_lookup_table() 88 CAP(Bool, externalTextureSupport), in caps_lookup_table() 89 CAP(Bool, mustEnableAdvBlendEqs), in caps_lookup_table() 90 CAP(Bool, mustDeclareFragmentShaderOutput), in caps_lookup_table() 91 CAP(Bool, mustDoOpBetweenFloorAndAbs), in caps_lookup_table() 92 CAP(Boo in caps_lookup_table() 100 #undef CAP caps_lookup_table() macro [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | utransts.c | 711 enum { CAP = 256 }; in _expectRules() enumerator 712 UChar rules[CAP]; in _expectRules() 738 enum { CAP = 256 }; in _expect() enumerator 739 UChar from[CAP]; in _expect() 740 UChar to[CAP]; in _expect() 741 UChar buf[CAP]; in _expect() 762 utrans_transUChars(trans, buf, NULL, CAP, 0, &limit, &status); in _expect() 773 char actual[CAP]; in _expect() 783 utrans_transIncrementalUChars(trans, buf, NULL, CAP, &pos, &status); in _expect() 784 utrans_transUChars(trans, buf, NULL, CAP, po in _expect() [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | operand_capabilities_test.cpp | 67 #define CASE1(TYPE, VALUE, CAP) \ 70 SpvCapability##CAP \
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | operand_capabilities_test.cpp | 67 #define CASE1(TYPE, VALUE, CAP) \ 70 SpvCapability##CAP \
|
/third_party/spirv-tools/test/ |
H A D | operand_capabilities_test.cpp | 96 #define CASE1(TYPE, VALUE, CAP) \ 99 spv::Capability::CAP \
|
Completed in 5 milliseconds