Home
last modified time | relevance | path

Searched refs:has_offset (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSMInstructions.td45 bits<1> has_offset = 1;
63 bits<1> imm = !if(ps.has_offset, ps.offset_is_imm, 0);
164 let has_offset = 0;
173 let has_offset = 0;
470 let Inst{7-0} = !if(ps.has_offset, offset{7-0}, ?);
531 let Inst{51-32} = !if(ps.has_offset, offset{19-0}, ?);
750 let Inst{7-0} = !if(ps.has_offset, offset{7-0}, ?);
DDSInstructions.td43 bits<1> has_offset = 1; // has "offset" that should be split to offset0,1
76 let offset0 = !if(ds.has_offset, offset{7-0}, ?);
77 let offset1 = !if(ds.has_offset, offset{15-8}, ?);
130 let has_offset = 0;
196 let has_offset = 0;
243 let has_offset = 0;
340 let has_offset = 0;
DBUFInstructions.td107 bits<1> has_offset = 1;
325 bits<1> has_offset = 1;
373 let has_offset = 0;
1651 let Inst{11-0} = !if(ps.has_offset, offset, ?);
1778 let Inst{11-0} = !if(ps.has_offset, offset, ?);
1836 let Inst{11-0} = !if(ps.has_offset, offset, ?);
1886 let Inst{11-0} = !if(ps.has_offset, offset, ?);
2011 let Inst{11-0} = !if(ps.has_offset, offset, ?);
2041 let Inst{11-0} = !if(ps.has_offset, offset, ?);
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_mem.c1276 bool has_offset = inst->Texture.NumOffsets > 0; in tex_fetch_args() local
1308 if (has_offset && in tex_fetch_args()