Lines Matching +defs:val +defs:source
132 std::shared_ptr<vk::dbg::Value> makeDbgValue(const T &val) in makeDbgValue()
166 void store(const rr::RValue<rr::Pointer<rr::Byte>> &ptr, const rr::RValue<T> &val) in store()
173 void store(const rr::RValue<rr::Pointer<rr::Byte>> &ptr, const T &val) in store()
188 void store(const rr::RValue<rr::Pointer<rr::Byte>> &ptr, const std::array<T, N> &val) in store()
229 auto val = create(); in getOrCreate() local
257 if(auto val = locals->get(name)) in get() local
273 if(auto val = children->get(name)) in get() local
464 struct Source *source = nullptr; member
542 std::string source; member
687 Source *source = nullptr; member
703 Source *source = nullptr; member
742 Source *source = nullptr; member
821 Source *source = nullptr; member
850 Source *source = nullptr; member
1848 defineOrEmit(insn, pass, [&](debug::Source *source) { in process()
1965 auto val = SpirvShader::Operand(shader, state, objId).Int(i); in create() local
2396 void SpirvShader::Impl::Debugger::State::Data::buildGlobal(const char *name, const T &val) in buildGlobal()
2504 if(auto val = buildSpirvValue(state, memory, objTy, lane)) in buildSpirvVariables() local
2534 if(auto val = buildSpirvValue(state, memory, elTy, lane)) in buildSpirvValue() local
2569 std::string source; in dbgCreateFile() local