Home
last modified time | relevance | path

Searched defs:LoadEmitInfo (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp4254 struct LoadEmitInfo { struct
4255 Operand offset;
4256 Temp dst;
4257 unsigned num_components;
4258 unsigned component_size;
4259 Temp resource = Temp(0, s1); /* buffer resource or base 64-bit address */
4260 Temp idx = Temp(0, v1); /* buffer index */
4261 unsigned component_stride = 0;
4262 unsigned const_offset = 0;
4263 unsigned align_mul = 0;
[all …]