Home
last modified time | relevance | path

Searched refs:GetGlobalValue (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dmodule.cpp72 uint32_t Module::GetGlobalValue(SpvOp opcode) const { in GetGlobalValue() function in spvtools::opt::Module
Dinline_pass.cpp123 false_id_ = get_module()->GetGlobalValue(SpvOpConstantFalse); in GetFalseId()
125 uint32_t boolId = get_module()->GetGlobalValue(SpvOpTypeBool); in GetFalseId()
Dmodule.h136 uint32_t GetGlobalValue(SpvOp opcode) const;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.cpp72 uint32_t Module::GetGlobalValue(SpvOp opcode) const { in GetGlobalValue() function in spvtools::opt::Module
Dinline_pass.cpp123 false_id_ = get_module()->GetGlobalValue(SpvOpConstantFalse); in GetFalseId()
125 uint32_t boolId = get_module()->GetGlobalValue(SpvOpTypeBool); in GetFalseId()
Dmodule.h136 uint32_t GetGlobalValue(SpvOp opcode) const;
/third_party/spirv-tools/source/opt/
Dmodule.cpp72 uint32_t Module::GetGlobalValue(SpvOp opcode) const { in GetGlobalValue() function in spvtools::opt::Module
Dinline_pass.cpp123 false_id_ = get_module()->GetGlobalValue(SpvOpConstantFalse); in GetFalseId()
125 uint32_t boolId = get_module()->GetGlobalValue(SpvOpTypeBool); in GetFalseId()
Dmodule.h139 uint32_t GetGlobalValue(SpvOp opcode) const;
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
Dwasm-module-debug.cc215 WasmInstanceObject::GetGlobalValue(instance, module->globals[index]); in GetWasmGlobal()
/third_party/node/deps/v8/src/wasm/
Dwasm-objects.h523 static wasm::WasmValue GetGlobalValue(Handle<WasmInstanceObject>,
Dwasm-objects.cc1542 wasm::WasmValue WasmInstanceObject::GetGlobalValue( in GetGlobalValue() function in v8::internal::WasmInstanceObject
/third_party/node/deps/v8/src/debug/
Ddebug-wasm-objects.cc347 WasmInstanceObject::GetGlobalValue(instance, in Get()