Home
last modified time | relevance | path

Searched refs:as_cEnum (Results 1 – 8 of 8) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/generator/templates/
H A Dwebgpu.h87 {{as_cEnum(type.name, value.name)}} = 0x{{format(value.value, "08X")}},
89 {{as_cEnum(type.name, Name("force32"))}} = 0x7FFFFFFF
H A Dwebgpu_cpp.cpp27 …ert(static_cast<uint32_t>({{CppType}}::{{as_cppEnum(value.name)}}) == {{as_cEnum(type.name, value.…
40 …ert(static_cast<uint32_t>({{CppType}}::{{as_cppEnum(value.name)}}) == {{as_cEnum(type.name, value.…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/generator/templates/
H A Dwebgpu.h88 {{as_cEnum(type.name, value.name)}} = 0x{{format(value.value, "08X")}},
90 {{as_cEnum(type.name, Name("force32"))}} = 0x7FFFFFFF
H A Dwebgpu_cpp.cpp27 …ert(static_cast<uint32_t>({{CppType}}::{{as_cppEnum(value.name)}}) == {{as_cEnum(type.name, value.…
41 …ert(static_cast<uint32_t>({{CppType}}::{{as_cppEnum(value.name)}}) == {{as_cEnum(type.name, value.…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/generator/templates/dawn_wire/
H A DWireCmd.cpp233 ASSERT(transfer->chain.sType == {{as_cEnum(types["s type"].name, record.name)}});
314 ASSERT(record->chain.sType == {{as_cEnum(types["s type"].name, record.name)}});
522 case {{as_cEnum(types["s type"].name, sType.name)}}: {
551 case {{as_cEnum(types["s type"].name, sType.name)}}: {
597 case {{as_cEnum(types["s type"].name, sType.name)}}: {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/generator/
H A Ddawn_json_generator.py445 def as_cEnum(type_name, value_name): function
540 'as_cEnum': as_cEnum,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/generator/
H A Ddawn_json_generator.py525 def as_cEnum(type_name, value_name): function
650 'as_cEnum': as_cEnum,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/generator/templates/dawn_wire/client/
H A DApiProcs.cpp92 case {{as_cEnum(types["s type"].name, sType.name)}}: {