Home | History | Annotate | Download | only in R600

Lines Matching defs:CT

39                                       unsigned SrcSelect[4], unsigned CT[4],
92 CT[0] = 0;
93 CT[1] = 0;
98 CT[2] = 0;
103 CT[1] = 0;
105 CT[2] = 0;
110 CT[2] = 0;
123 Value *Sampler, unsigned CT[4], Value *Coord) {
142 ConstantInt::get(Int32Type, CT[0]),
143 ConstantInt::get(Int32Type, CT[1]),
144 ConstantInt::get(Int32Type, CT[2]),
145 ConstantInt::get(Int32Type, CT[3])
168 unsigned CT[4] = {1, 1, 1, 1};
176 getAdjustmentFromTextureTarget(TextureType, hasLOD, SrcSelect, CT,
180 Offset, ResourceId, SamplerId, CT, Coord);
192 unsigned CT[4] = {1, 1, 1, 1};
200 getAdjustmentFromTextureTarget(TextureType, false, SrcSelect, CT,
204 Offset, ResourceId, SamplerId, CT, Coord);