Searched refs:w0 (Results 1 - 25 of 33) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_decoder.cpp54 CF_WORD0_EGCM w0(dw0); local in function:r600_sb::bc_decoder::decode_cf
55 bc.addr = w0.get_ADDR();
56 bc.jumptable_sel = w0.get_JUMPTABLE_SEL();
83 CF_WORD0_R6R7 w0(dw0); local in function:r600_sb::bc_decoder::decode_cf
84 bc.addr = w0.get_ADDR();
116 CF_ALU_WORD0_ALL w0(dw0); local in function:r600_sb::bc_decoder::decode_cf_alu
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
144 CF_ALU_WORD0_EXT_EGCM w0(dw0); local in function:r600_sb::bc_decoder::decode_cf_alu
181 CF_ALLOC_EXPORT_WORD0_ALL w0(dw0); local in function:r600_sb::bc_decoder::decode_cf_exp
236 CF_ALLOC_EXPORT_WORD0_ALL w0(dw0); local in function:r600_sb::bc_decoder::decode_cf_mem
245 CF_ALLOC_EXPORT_WORD0_RAT_EGCM w0(dw0); local in function:r600_sb::bc_decoder::decode_cf_mem
296 ALU_WORD0_ALL w0(dw0); local in function:r600_sb::bc_decoder::decode_alu
442 TEX_WORD0_R6 w0(dw0); local in function:r600_sb::bc_decoder::decode_fetch
451 TEX_WORD0_R7 w0(dw0); local in function:r600_sb::bc_decoder::decode_fetch
461 TEX_WORD0_EGCM w0(dw0); local in function:r600_sb::bc_decoder::decode_fetch
510 MEM_GDS_WORD0_EGCM w0(dw0); local in function:r600_sb::bc_decoder::decode_fetch_gds
545 MEM_RD_WORD0_R7EGCM w0(dw0); local in function:r600_sb::bc_decoder::decode_fetch_mem
587 VTX_WORD0_CM w0(dw0); local in function:r600_sb::bc_decoder::decode_fetch_vtx
599 VTX_WORD0_R6R7EG w0(dw0); local in function:r600_sb::bc_decoder::decode_fetch_vtx
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_decoder.cpp54 CF_WORD0_EGCM w0(dw0); local in function:r600_sb::bc_decoder::decode_cf
55 bc.addr = w0.get_ADDR();
56 bc.jumptable_sel = w0.get_JUMPTABLE_SEL();
83 CF_WORD0_R6R7 w0(dw0); local in function:r600_sb::bc_decoder::decode_cf
84 bc.addr = w0.get_ADDR();
116 CF_ALU_WORD0_ALL w0(dw0); local in function:r600_sb::bc_decoder::decode_cf_alu
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
144 CF_ALU_WORD0_EXT_EGCM w0(dw0); local in function:r600_sb::bc_decoder::decode_cf_alu
181 CF_ALLOC_EXPORT_WORD0_ALL w0(dw0); local in function:r600_sb::bc_decoder::decode_cf_exp
236 CF_ALLOC_EXPORT_WORD0_ALL w0(dw0); local in function:r600_sb::bc_decoder::decode_cf_mem
245 CF_ALLOC_EXPORT_WORD0_RAT_EGCM w0(dw0); local in function:r600_sb::bc_decoder::decode_cf_mem
296 ALU_WORD0_ALL w0(dw0); local in function:r600_sb::bc_decoder::decode_alu
442 TEX_WORD0_R6 w0(dw0); local in function:r600_sb::bc_decoder::decode_fetch
451 TEX_WORD0_R7 w0(dw0); local in function:r600_sb::bc_decoder::decode_fetch
461 TEX_WORD0_EGCM w0(dw0); local in function:r600_sb::bc_decoder::decode_fetch
510 MEM_GDS_WORD0_EGCM w0(dw0); local in function:r600_sb::bc_decoder::decode_fetch_gds
546 MEM_RD_WORD0_R7EGCM w0(dw0); local in function:r600_sb::bc_decoder::decode_fetch_mem
588 VTX_WORD0_CM w0(dw0); local in function:r600_sb::bc_decoder::decode_fetch_vtx
600 VTX_WORD0_R6R7EG w0(dw0); local in function:r600_sb::bc_decoder::decode_fetch_vtx
[all...]
/xsrc/external/mit/freetype/dist/src/autofit/
H A Dafwarp.c258 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 *
[all...]
H A Dafwarp.h40 FT_Pos w0, wmin, wmax; member in struct:AF_WarperRec_
/xsrc/external/mit/MesaLib.old/dist/src/intel/common/
H A Dgen_l3_config.h73 float gen_diff_l3_weights(struct gen_l3_weights w0, struct gen_l3_weights w1);
87 struct gen_l3_weights w0);
H A Dgen_l3_config.c221 * 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) argument
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));
286 gen_get_l3_config(const struct gen_device_info * devinfo,struct gen_l3_weights w0) argument
/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_l3_config.h73 float intel_diff_l3_weights(struct intel_l3_weights w0, struct intel_l3_weights w1);
87 struct intel_l3_weights w0);
H A Dintel_l3_config.c233 * 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) argument
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));
304 intel_get_l3_config(const struct intel_device_info * devinfo,struct intel_l3_weights w0) argument
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dbicubic_table.py41 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/
H A Dglut_shapes.c390 GLfloat w0[3], w1[3], w2[3]; local in function:subdivide
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[
[all...]
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_shapes.c390 GLfloat w0[3], w1[3], w2[3]; local in function:subdivide
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[
[all...]
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_streams.h92 #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/
H A Dlp_setup_point.c89 float w0 = info->v0[0][3]; local in function:point_persp_coeff
93 info->a0[slot][i] = info->v0[slot][i]*w0;
115 float w0 = info->v0[0][3]; local in function:texcoord_coef
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
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_noise.c506 float w0 = w - W0; local in function:_mesa_noise4
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;
573 w4 = w0 - 1.0f + 4.0f * G4;
582 t0 = 0.6f - x0 * x0 - y0 * y0 - z0 * z0 - w0 * w
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_noise.c506 float w0 = w - W0; local in function:_mesa_noise4
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;
573 w4 = w0 - 1.0f + 4.0f * G4;
582 t0 = 0.6f - x0 * x0 - y0 * y0 - z0 * z0 - w0 * w
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_setup_point.c89 float w0 = info->v0[0][3]; local in function:point_persp_coeff
93 info->a0[slot][i] = info->v0[slot][i]*w0;
115 float w0 = info->v0[0][3]; local in function:texcoord_coef
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
[all...]
H A Dlp_linear.c92 const float w0 = a0[0][3]; local in function:lp_fs_linear_run
93 float oow = 1.0f/w0;
H A Dlp_state_fs_linear.c265 float w0, float dwdx, float dwdy)
268 float oow = 1.0f / w0;
259 init_nearest_sampler(struct nearest_sampler * samp,const struct lp_jit_texture * texture,int x0,int y0,int width,int height,float s0,float dsdx,float dsdy,float t0,float dtdx,float dtdy,float w0,float dwdx,float dwdy) argument
H A Dlp_linear_sampler.c750 float w0 = a0[0][3]; local in function:lp_linear_init_sampler
761 float oow = 1.0f / w0;
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dskinning.c60 float w0 = j * dw; local in function:Cylinder
68 glVertexAttrib1f(WeightAttr, w0);
72 glVertexAttrib1f(WeightAttr, w0 + dw);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video_bsp.c26 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/gallium/drivers/nouveau/
H A Dnouveau_vp3_video_bsp.c26 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/
H A Dpan_indirect_draw.c484 nir_ssa_def *w0 = nir_channel(b, w01, 0); local in function:update_vertex_attrib_buf
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 in function:update_varying_buf
701 nir_vec4(b, w0, w1, stride, size), 4);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_astc.cpp1683 int w0 = infill_weights[0][idx]; local in function:Block::write_decoded
1685 w[0] = w[1] = w[2] = w[3] = w0;
1688 int w0 = infill_weights[0][idx]; local in function:Block::write_decoded
1689 w[0] = w[1] = w[2] = w[3] = w0;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_astc.cpp1684 int w0 = infill_weights[0][idx]; local in function:Block::write_decoded
1686 w[0] = w[1] = w[2] = w[3] = w0;
1689 int w0 = infill_weights[0][idx]; local in function:Block::write_decoded
1690 w[0] = w[1] = w[2] = w[3] = w0;

Completed in 26 milliseconds

12