Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp3983 struct LoadEmitInfo { struct
3984 Operand offset;
3985 Temp dst;
3986 unsigned num_components;
3987 unsigned component_size;
3988 Temp resource = Temp(0, s1); /* buffer resource or base 64-bit address */
3989 unsigned component_stride = 0;
3990 unsigned const_offset = 0;
3991 unsigned align_mul = 0;
3992 unsigned align_offset = 0;
[all …]