Searched refs:Storage (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D18.0.2.rst39 - Storage texel buffer access produces wrong results (RX Vega)
H A D18.1.0.rst188 - Storage texel buffer access produces wrong results (RX Vega)
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h65 struct ImGuiColumnData; // Storage data for a single column
66 struct ImGuiColumnsSet; // Storage data for a columns set
73 struct ImGuiNextWindowData; // Storage for SetNexWindow** functions
74 struct ImGuiPopupRef; // Storage for current popup stack
75 struct ImGuiSettingsHandler; // Storage for one type registered in the .ini file
77 struct ImGuiTabBar; // Storage for a tab bar
78 struct ImGuiTabItem; // Storage for a tab item (within a tab bar)
79 struct ImGuiWindow; // Storage for one window
81 struct ImGuiWindowSettings; // Storage for window settings stored in .ini file (we keep one of those even if the actual window wasn't instanced during this session)
254 ImVector<int> Storage; member in struct:ImBoolVector
[all...]
H A Dimgui_draw.cpp1775 IM_ASSERT(sizeof(in->Storage.Data[0]) == sizeof(int));
1776 const int* it_begin = in->Storage.begin();
1777 const int* it_end = in->Storage.end();
1845 if (dst_tmp.SrcCount > 1 && dst_tmp.GlyphsSet.Storage.empty())
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h65 struct ImGuiColumnData; // Storage data for a single column
66 struct ImGuiColumnsSet; // Storage data for a columns set
73 struct ImGuiNextWindowData; // Storage for SetNexWindow** functions
74 struct ImGuiPopupRef; // Storage for current popup stack
75 struct ImGuiSettingsHandler; // Storage for one type registered in the .ini file
77 struct ImGuiTabBar; // Storage for a tab bar
78 struct ImGuiTabItem; // Storage for a tab item (within a tab bar)
79 struct ImGuiWindow; // Storage for one window
81 struct ImGuiWindowSettings; // Storage for window settings stored in .ini file (we keep one of those even if the actual window wasn't instanced during this session)
254 ImVector<int> Storage; member in struct:ImBoolVector
[all...]
H A Dimgui_draw.cpp1775 IM_ASSERT(sizeof(in->Storage.Data[0]) == sizeof(int));
1776 const int* it_begin = in->Storage.begin();
1777 const int* it_end = in->Storage.end();
1845 if (dst_tmp.SrcCount > 1 && dst_tmp.GlyphsSet.Storage.empty())
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_helper.cpp156 Storage &reg = insn->getSrc(0)->reg;
H A Dnv50_ir.h525 struct Storage struct in namespace:nv50_ir
708 Storage reg;
H A Dnv50_ir_peephole.cpp554 struct Storage *const a = &imm0.reg, *const b = &imm1.reg;
555 struct Storage res;
777 struct Storage *const a = &imm0.reg, *const b = &imm1.reg, *const c = &imm2.reg;
778 struct Storage res;
844 Storage res;
1540 Storage res;
H A Dnv50_ir_target_nvc0.cpp392 Storage &reg = ld->getSrc(0)->asImm()->reg;
H A Dnv50_ir_emit_nv50.cpp322 const Storage *reg = &dst->join->reg;
468 const Storage *reg = &i->src(s).rep()->reg;
H A Dnv50_ir_emit_gk110.cpp323 const Storage& res = src.get()->asSym()->reg;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_helper.cpp156 Storage &reg = insn->getSrc(0)->reg;
H A Dnv50_ir.h576 struct Storage struct in namespace:nv50_ir
760 Storage reg;
H A Dnv50_ir_peephole.cpp557 struct Storage *const a = &imm0.reg, *const b = &imm1.reg;
558 struct Storage res;
793 struct Storage *const a = &imm0.reg, *const b = &imm1.reg, *const c = &imm2.reg;
794 struct Storage res;
877 Storage res;
1593 Storage res;
H A Dnv50_ir_target_nvc0.cpp402 Storage &reg = ld->getSrc(0)->asImm()->reg;
H A Dnv50_ir_emit_nv50.cpp320 const Storage *reg = &dst->join->reg;
466 const Storage *reg = &i->src(s).rep()->reg;
H A Dnv50_ir_emit_gk110.cpp321 const Storage& res = src.get()->asSym()->reg;
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dbuffermapping.rst390 mesa/st will create a new pipe_resource for you). Storage reallocation may be
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.core.grammar.json1120 { "kind" : "StorageClass", "name" : "'Storage'" }
3068 { "kind" : "IdRef", "name" : "'Pipe Storage'" }
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.core.grammar.json1341 { "kind" : "StorageClass", "name" : "'Storage'" }
3474 { "kind" : "IdRef", "name" : "'Pipe Storage'" }

Completed in 129 milliseconds