Searched refs:tex_height (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));
286 for (j = 0; j < tex_height; j++) {
309 tex_width, tex_height, tex_depth,
313 tex_width, tex_height, tex_depth);
356 tex_height = 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);
560 for (j = 0; j < tex_height; j++) {
563 GLint g = (255 * j) / (tex_height
[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.c267 const int tex_height = texture->height - 1; local in function:fetch_bgra_clamp
278 int ct = CLAMP(t>>FIXED16_SHIFT, 0, tex_height);
303 const int tex_height = texture->height - 1; local in function:fetch_bgrx_clamp
314 int ct = CLAMP(t>>FIXED16_SHIFT, 0, tex_height);
507 const int tex_height = texture->height - 1; local in function:fetch_bgra_clamp_linear
526 h4 = _mm_set1_epi32(tex_height);
576 int ct0 = CLAMP(t0 , 0, tex_height);
577 int ct1 = CLAMP(t0 + 1, 0, tex_height);
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datimach64render.c612 m3d->tex_height = (1 << l2h);
760 _v.t0 = ((float)(_srcY) + _dy) / m3d->tex_height; \
H A Datistruct.h203 int tex_height; /* src/mask texture height (pixels) */ member in struct:_Mach64ContextRegs3D
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c872 unsigned tex_height = sv[0]->texture->height0; local in function:draw_textured_quad
934 ? ((float) height / tex_height) : (float) height;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c3040 LLVMValueRef tex_height = local in function:lp_build_sample_soa_code
3044 tex_height,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c3559 LLVMValueRef tex_height = local in function:lp_build_sample_soa_code
3563 tex_height,

Completed in 21 milliseconds