Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp4026 struct LoadEmitInfo { struct
4027 Operand offset;
4028 Temp dst;
4029 unsigned num_components;
4030 unsigned component_size;
4031 Temp resource = Temp(0, s1); /* buffer resource or base 64-bit address */
4032 Temp idx = Temp(0, v1); /* buffer index */
4033 unsigned component_stride = 0;
4034 unsigned const_offset = 0;
4035 unsigned align_mul = 0;
[all …]