Searched refs:jit_tex (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c652 struct lp_jit_texture *jit_tex; local
653 jit_tex = &setup->fs.current.jit_context.textures[i];
654 jit_tex->width = tex->width0;
655 jit_tex->height = tex->height0;
656 jit_tex->depth = tex->depth0;
657 jit_tex->first_level = view->u.tex.first_level;
658 jit_tex->last_level = tex->last_level;
669 jit_tex->data[j] =
672 jit_tex->row_stride[j] = lp_tex->row_stride[j];
673 jit_tex
727 struct lp_jit_texture *jit_tex; local
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c652 struct lp_jit_texture *jit_tex; local
653 jit_tex = &setup->fs.current.jit_context.textures[i];
654 jit_tex->width = tex->width0;
655 jit_tex->height = tex->height0;
656 jit_tex->depth = tex->depth0;
657 jit_tex->first_level = view->u.tex.first_level;
658 jit_tex->last_level = tex->last_level;
669 jit_tex->data[j] =
672 jit_tex->row_stride[j] = lp_tex->row_stride[j];
673 jit_tex
727 struct lp_jit_texture *jit_tex; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1372 struct draw_jit_texture *jit_tex; local
1376 jit_tex = &draw->llvm->jit_context.textures[sampler_idx];
1378 jit_tex->width = width;
1379 jit_tex->height = height;
1380 jit_tex->depth = depth;
1381 jit_tex->first_level = first_level;
1382 jit_tex->last_level = last_level;
1385 jit_tex->data[j] = data[j];
1386 jit_tex->row_stride[j] = row_stride[j];
1387 jit_tex
1398 struct draw_jit_texture *jit_tex = &draw->llvm->jit_context.textures[i]; local
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1372 struct draw_jit_texture *jit_tex; local
1376 jit_tex = &draw->llvm->jit_context.textures[sampler_idx];
1378 jit_tex->width = width;
1379 jit_tex->height = height;
1380 jit_tex->depth = depth;
1381 jit_tex->first_level = first_level;
1382 jit_tex->last_level = last_level;
1385 jit_tex->data[j] = data[j];
1386 jit_tex->row_stride[j] = row_stride[j];
1387 jit_tex
1398 struct draw_jit_texture *jit_tex = &draw->llvm->jit_context.textures[i]; local
[all...]

Completed in 232 milliseconds