Home | History | Annotate | Download | only in R600

Lines Matching defs:CT

39                                        unsigned SrcSelect[4], unsigned CT[4],
91 CT[0] = 0;
92 CT[1] = 0;
97 CT[2] = 0;
103 CT[1] = 0;
105 CT[2] = 0;
110 CT[2] = 0;
124 Value *Sampler, unsigned CT[4], Value *Coord) {
143 ConstantInt::get(Int32Type, CT[0]),
144 ConstantInt::get(Int32Type, CT[1]),
145 ConstantInt::get(Int32Type, CT[2]),
146 ConstantInt::get(Int32Type, CT[3])
169 unsigned CT[4] = {1, 1, 1, 1};
177 getAdjustementFromTextureTarget(TextureType, hasLOD, SrcSelect, CT,
181 Offset, ResourceId, SamplerId, CT, Coord);
193 unsigned CT[4] = {1, 1, 1, 1};
201 getAdjustementFromTextureTarget(TextureType, false, SrcSelect, CT,
205 Offset, ResourceId, SamplerId, CT, Coord);