Home
last modified time | relevance | path

Searched refs:memoryNames (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/third_party/wasmparser/package/dist/esm/
H A DWasmDis.d.ts117 …[], localNames: string[][], typeNames: string[], tableNames: string[], memoryNames: string[], glob…
141 …[], localNames: string[][], typeNames: string[], tableNames: string[], memoryNames: string[], glob…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/third_party/wasmparser/package/dist/cjs/
H A DWasmDis.d.ts117 …[], localNames: string[][], typeNames: string[], tableNames: string[], memoryNames: string[], glob…
141 …[], localNames: string[][], typeNames: string[], tableNames: string[], memoryNames: string[], glob…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/third_party/wasmparser/package/src/
H A DWasmDis.ts1464 memoryNames: string[],
1472 this._memoryNames = memoryNames;
1684 memoryNames: string[],
1692 memoryNames,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMarkerTests.cpp1036 const char* memoryNames[] = { "external_host_mem", "default_mem" }; in createBufferMarkerTestsInGroup() local
1043 …tcu::TestCaseGroup* memoryGroup = (new tcu::TestCaseGroup(testCtx, memoryNames[memNdx], "Buffer ma… in createBufferMarkerTestsInGroup()