Searched refs:tex_depth (Results 1 - 3 of 3) sorted by last modified time

/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));
288 for (k = 0; k < tex_depth; k++) {
309 tex_width, tex_height, tex_depth,
313 tex_width, tex_height, tex_depth);
359 tex_depth = 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);
559 for (i = 0; i < tex_depth; i++) {
562 GLint r = (255 * i) / (tex_depth
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c3566 LLVMValueRef tex_depth = local in function:lp_build_sample_soa_code
3570 tex_depth,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c3047 LLVMValueRef tex_depth = local in function:lp_build_sample_soa_code
3051 tex_depth,

Completed in 15 milliseconds