| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| sb_bc_decoder.cpp | 54 CF_WORD0_EGCM w0(dw0); 55 bc.addr = w0.get_ADDR(); 56 bc.jumptable_sel = w0.get_JUMPTABLE_SEL(); 83 CF_WORD0_R6R7 w0(dw0); 84 bc.addr = w0.get_ADDR(); 116 CF_ALU_WORD0_ALL w0(dw0); 118 bc.kc[0].bank = w0.get_KCACHE_BANK0(); 119 bc.kc[1].bank = w0.get_KCACHE_BANK1(); 120 bc.kc[0].mode = w0.get_KCACHE_MODE0(); 122 bc.addr = w0.get_ADDR() [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| sb_bc_decoder.cpp | 54 CF_WORD0_EGCM w0(dw0); 55 bc.addr = w0.get_ADDR(); 56 bc.jumptable_sel = w0.get_JUMPTABLE_SEL(); 83 CF_WORD0_R6R7 w0(dw0); 84 bc.addr = w0.get_ADDR(); 116 CF_ALU_WORD0_ALL w0(dw0); 118 bc.kc[0].bank = w0.get_KCACHE_BANK0(); 119 bc.kc[1].bank = w0.get_KCACHE_BANK1(); 120 bc.kc[0].mode = w0.get_KCACHE_MODE0(); 122 bc.addr = w0.get_ADDR() [all...] |
| /xsrc/external/mit/freetype/dist/src/autofit/ |
| afwarp.c | 258 warper->w0 = warper->x2 - warper->x1; 260 if ( warper->w0 <= 64 ) 276 if ( warper->w0 <= 128 ) 279 if ( warper->w0 <= 96 ) 283 if ( warper->wmin < warper->w0 - margin ) 284 warper->wmin = warper->w0 - margin; 286 if ( warper->wmax > warper->w0 + margin ) 287 warper->wmax = warper->w0 + margin; 290 if ( warper->wmin < warper->w0 * 3 / 4 ) 291 warper->wmin = warper->w0 * 3 / 4 [all...] |
| afwarp.h | 40 FT_Pos w0, wmin, wmax; member in struct:AF_WarperRec_
|
| /xsrc/external/mit/MesaLib/dist/src/intel/common/ |
| intel_l3_config.h | 73 float intel_diff_l3_weights(struct intel_l3_weights w0, struct intel_l3_weights w1); 87 struct intel_l3_weights w0);
|
| intel_l3_config.c | 233 * incompatible whenever the reference configuration \p w0 requires SLM, DC, 237 intel_diff_l3_weights(struct intel_l3_weights w0, struct intel_l3_weights w1) 239 if ((w0.w[INTEL_L3P_SLM] && !w1.w[INTEL_L3P_SLM]) || 240 (w0.w[INTEL_L3P_DC] && !w1.w[INTEL_L3P_DC] && !w1.w[INTEL_L3P_ALL]) || 241 (w0.w[INTEL_L3P_URB] && !w1.w[INTEL_L3P_URB])) { 248 dw += fabsf(w0.w[i] - w1.w[i]); 305 struct intel_l3_weights w0) 314 const float dw = intel_diff_l3_weights(w0, intel_get_l3_config_weights(cfg));
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/common/ |
| gen_l3_config.h | 73 float gen_diff_l3_weights(struct gen_l3_weights w0, struct gen_l3_weights w1); 87 struct gen_l3_weights w0);
|
| gen_l3_config.c | 221 * incompatible whenever the reference configuration \p w0 requires SLM, DC, 225 gen_diff_l3_weights(struct gen_l3_weights w0, struct gen_l3_weights w1) 227 if ((w0.w[GEN_L3P_SLM] && !w1.w[GEN_L3P_SLM]) || 228 (w0.w[GEN_L3P_DC] && !w1.w[GEN_L3P_DC] && !w1.w[GEN_L3P_ALL]) || 229 (w0.w[GEN_L3P_URB] && !w1.w[GEN_L3P_URB])) { 236 dw += fabs(w0.w[i] - w1.w[i]); 287 struct gen_l3_weights w0) 294 const float dw = gen_diff_l3_weights(w0, gen_get_l3_config_weights(cfg));
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| bicubic_table.py | 41 w0 = 1 / 6.0 * (-a3 + 3 * a2 + -3 * a + 1) 46 tex.append(-(1 - (w1 / (w0 + w1)) + a)) 48 tex.append(w0 + w1)
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| glut_shapes.c | 390 GLfloat w0[3], w1[3], w2[3]; local 399 w0[n] = (i * v0[n] + j * v1[n] + k * v2[n]) / depth; 405 l = sqrt(w0[0] * w0[0] + w0[1] * w0[1] + w0[2] * w0[2]); 406 w0[0] /= l; 407 w0[1] /= l [all...] |
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| glut_shapes.c | 390 GLfloat w0[3], w1[3], w2[3]; local 399 w0[n] = (i * v0[n] + j * v1[n] + k * v2[n]) / depth; 405 l = sqrt(w0[0] * w0[0] + w0[1] * w0[1] + w0[2] * w0[2]); 406 w0[0] /= l; 407 w0[1] /= l [all...] |
| /xsrc/external/mit/xf86-video-savage/dist/src/ |
| savage_streams.h | 92 #define HSCALING(w0,w1) ((((unsigned int)(((double)w0/(double)w1) * (1 << 15))) \ 209 #define HSCALING_2000(w0,w1) ((unsigned int) (((float)w0/ (float)w1) * (float)(65536.0)))
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| lp_setup_point.c | 89 float w0 = info->v0[0][3]; local 93 info->a0[slot][i] = info->v0[slot][i]*w0; 115 float w0 = info->v0[0][3]; local 130 info->dadx[slot][0] *= w0; 131 info->dady[slot][0] *= w0; 132 info->a0[slot][0] *= w0; 150 info->dadx[slot][1] *= w0; 151 info->dady[slot][1] *= w0; 152 info->a0[slot][1] *= w0; 161 info->a0[slot][3] = perspective ? w0 : 1.0f [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| prog_noise.c | 501 float W0 = l - t; 506 float w0 = w - W0; local 510 * determine the magnitude ordering of x0, y0, z0 and w0. 520 int c4 = (x0 > w0) ? 4 : 0; 521 int c5 = (y0 > w0) ? 2 : 0; 522 int c6 = (z0 > w0) ? 1 : 0; 561 w1 = w0 - l1 + G4; 565 w2 = w0 - l2 + 2.0f * G4; 569 w3 = w0 - l3 + 3.0f * G4 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| prog_noise.c | 501 float W0 = l - t; 506 float w0 = w - W0; local 510 * determine the magnitude ordering of x0, y0, z0 and w0. 520 int c4 = (x0 > w0) ? 4 : 0; 521 int c5 = (y0 > w0) ? 2 : 0; 522 int c6 = (z0 > w0) ? 1 : 0; 561 w1 = w0 - l1 + G4; 565 w2 = w0 - l2 + 2.0f * G4; 569 w3 = w0 - l3 + 3.0f * G4 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| lp_setup_point.c | 89 float w0 = info->v0[0][3]; local 93 info->a0[slot][i] = info->v0[slot][i]*w0; 115 float w0 = info->v0[0][3]; local 130 info->dadx[slot][0] *= w0; 131 info->dady[slot][0] *= w0; 132 info->a0[slot][0] *= w0; 150 info->dadx[slot][1] *= w0; 151 info->dady[slot][1] *= w0; 152 info->a0[slot][1] *= w0; 161 info->a0[slot][3] = perspective ? w0 : 1.0f [all...] |
| lp_linear.c | 92 const float w0 = a0[0][3]; local 93 float oow = 1.0f/w0;
|
| lp_state_fs_linear.c | 265 float w0, float dwdx, float dwdy) 268 float oow = 1.0f / w0;
|
| lp_linear_sampler.c | 750 float w0 = a0[0][3]; local 761 float oow = 1.0f / w0;
|
| /xsrc/external/mit/mesa-demos/dist/src/glsl/ |
| skinning.c | 60 float w0 = j * dw; local 68 glVertexAttrib1f(WeightAttr, w0); 72 glVertexAttrib1f(WeightAttr, w0 + dw);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/ |
| nouveau_vp3_video_bsp.c | 26 uint32_t w0[4]; // bits 0-23 length, bits 24-31 addr_hi member in struct:strparm_bsp 270 assert(bsp_bo->size >= str_bsp->w0[0] + num_bytes[i]); 274 str_bsp->w0[0] += num_bytes[i]; 332 str_bsp->w0[0] += 16;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/ |
| nouveau_vp3_video_bsp.c | 26 uint32_t w0[4]; // bits 0-23 length, bits 24-31 addr_hi member in struct:strparm_bsp 270 assert(bsp_bo->size >= str_bsp->w0[0] + num_bytes[i]); 274 str_bsp->w0[0] += num_bytes[i]; 332 str_bsp->w0[0] += 16;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| pan_indirect_draw.c | 484 nir_ssa_def *w0 = nir_channel(b, w01, 0); local 490 w0 = nir_iand_imm(b, nir_channel(b, w01, 0), ~type_mask); 491 w0 = nir_ior(b, w0, nir_imm_int(b, type)); 494 store_global(b, attrib_buf_ptr, nir_vec2(b, w0, w1), 2); 696 nir_ssa_def *w0 = local 701 nir_vec4(b, w0, w1, stride, size), 4);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| texcompress_astc.cpp | 1684 int w0 = infill_weights[0][idx]; 1686 w[0] = w[1] = w[2] = w[3] = w0; 1689 int w0 = infill_weights[0][idx]; 1690 w[0] = w[1] = w[2] = w[3] = w0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| texcompress_astc.cpp | 1683 int w0 = infill_weights[0][idx]; 1685 w[0] = w[1] = w[2] = w[3] = w0; 1688 int w0 = infill_weights[0][idx]; 1689 w[0] = w[1] = w[2] = w[3] = w0;
|