Searched refs:tex_width (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dstex3d.c35 static int tex_width=64, tex_height=64, tex_depth=64; variable in typeref:typename:int
282 malloc((size_t) (4 * tex_width * tex_height * tex_depth));
284 for (i = 0; i < tex_width; i++) {
309 tex_width, tex_height, tex_depth,
313 tex_width, tex_height, tex_depth);
353 tex_width = atoi((argv[i]) + 2);
367 if (tex_width == 0 || tex_height == 0 || tex_depth == 0) {
556 voxels = (unsigned char *) malloc(4 * tex_width * tex_height * tex_depth);
561 for (k = 0; k < tex_width; k++) {
564 GLint b = (255 * k) / (tex_width
[all...]
/xsrc/external/mit/xf86-video-ag10e/dist/src/
H A Dag10e.h61 int tex_width, tex_height; member in struct:__anon7eb29e6e0108
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_linear_sampler.c268 const int tex_width = texture->width - 1; local in function:fetch_bgra_clamp
279 int cs = CLAMP(s>>FIXED16_SHIFT, 0, tex_width);
304 const int tex_width = texture->width - 1; local in function:fetch_bgrx_clamp
315 int cs = CLAMP(s>>FIXED16_SHIFT, 0, tex_width);
508 const int tex_width = texture->width - 1; local in function:fetch_bgra_clamp_linear
525 w4 = _mm_set1_epi32(tex_width);
574 int cs0 = CLAMP(s0 , 0, tex_width);
575 int cs1 = CLAMP(s0 + 1, 0, tex_width);
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datimach64render.c611 m3d->tex_width = (1 << l2w);
759 _v.s0 = ((float)(_srcX) + _dx) / m3d->tex_width; \
H A Datistruct.h202 int tex_width; /* src/mask texture width (pixels) */ member in struct:_Mach64ContextRegs3D
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c871 unsigned tex_width = sv[0]->texture->width0; local in function:draw_textured_quad
932 ((float) width / tex_width) : (float) width;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c2760 LLVMValueRef tex_width, newcoords[5]; local in function:lp_build_sample_soa_code
3014 tex_width = dynamic_state->width(dynamic_state, gallivm,
3033 bld.int_size = tex_width;
3037 tex_width,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c3288 LLVMValueRef tex_width, newcoords[5]; local in function:lp_build_sample_soa_code
3529 tex_width = dynamic_state->width(dynamic_state, gallivm,
3552 bld.int_size = tex_width;
3556 tex_width,

Completed in 21 milliseconds