Home | History | Annotate | Download | only in a3xx

Lines Matching refs:num_textures

174 	if (tex->num_textures > 0) {
176 OUT_PKT3(ring, CP_LOAD_STATE, 2 + (4 * tex->num_textures));
180 CP_LOAD_STATE_0_NUM_UNIT(tex->num_textures));
183 for (i = 0; i < tex->num_textures; i++) {
196 OUT_PKT3(ring, CP_LOAD_STATE, 2 + (BASETABLE_SZ * tex->num_textures));
200 CP_LOAD_STATE_0_NUM_UNIT(BASETABLE_SZ * tex->num_textures));
203 for (i = 0; i < tex->num_textures; i++) {