Lines Matching refs:word1
138 pvr_csb_pack (&state[1], TEXSTATE_STRIDE_IMAGE_WORD1, word1) {
140 word1.stride = info->stride - 1U;
141 word1.num_mip_levels = info->mip_levels;
142 word1.mipmaps_present = info->mipmaps_present;
144 word1.texaddr = PVR_DEV_ADDR_OFFSET(info->addr, info->offset);
147 word1.alpha_msb = true;
153 word1.index_lookup = true;
157 word1.mipmaps_present = false;
161 word1.tpu_image_state_v2_compression_mode =
165 pvr_csb_pack (&state[1], TEXSTATE_IMAGE_WORD1, word1) {
166 word1.num_mip_levels = info->mip_levels;
167 word1.mipmaps_present = info->mipmaps_present;
168 word1.baselevel = info->base_level;
171 word1.depth = info->extent.depth - 1;
179 word1.depth = array_layers - 1;
182 word1.texaddr = PVR_DEV_ADDR_OFFSET(info->addr, info->offset);
188 word1.index_lookup = true;
192 word1.mipmaps_present = false;
195 word1.border = true;
198 word1.alpha_msb = true;
202 word1.tpu_image_state_v2_compression_mode =