Lines Matching defs:LoadEmitInfo
3983 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;
3994 bool glc = false;
3995 bool slc = false;
3996 unsigned swizzle_component_size = 0;
3997 memory_sync_info sync;
3998 Temp soffset = Temp(0, s1);