Lines Matching refs:word0
73 pvr_csb_pack (&state[0], TEXSTATE_IMAGE_WORD0, word0) {
76 word0.textype = texture_type = PVRX(TEXSTATE_TEXTYPE_CUBE);
80 word0.textype = texture_type = PVRX(TEXSTATE_TEXTYPE_3D);
83 word0.textype = texture_type = PVRX(TEXSTATE_TEXTYPE_1D);
86 word0.textype = texture_type = PVRX(TEXSTATE_TEXTYPE_2D);
91 word0.textype = texture_type = PVRX(TEXSTATE_TEXTYPE_STRIDE);
96 word0.texformat = pvr_get_tex_format(info->format);
97 word0.smpcnt = util_logbase2(info->sample_count);
98 word0.swiz0 =
100 word0.swiz1 =
102 word0.swiz2 =
104 word0.swiz3 =
115 word0.twocomp_gamma = PVRX(TEXSTATE_TWOCOMP_GAMMA_R);
118 word0.twocomp_gamma = PVRX(TEXSTATE_TWOCOMP_GAMMA_RG);
126 word0.gamma = PVRX(TEXSTATE_GAMMA_ON);
130 word0.width = info->extent.width - 1;
133 word0.height = info->extent.height - 1;