HomeSort by: relevance | last modified time | path
    Searched refs:tex_depth (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/mesa-demos/dist/src/demos/
stex3d.c 35 static int tex_width=64, tex_height=64, tex_depth=64; variable
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 - 1)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 3047 LLVMValueRef tex_depth = local
3051 tex_depth,
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 3566 LLVMValueRef tex_depth = local
3570 tex_depth,

Completed in 21 milliseconds