Searched defs:x_subcoord (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c449 LLVMValueRef x_subcoord,
497 x_subcoord,
535 LLVMValueRef x_subcoord, y_subcoord, z_subcoord; local
598 &x_offset, &x_subcoord);
630 x_subcoord, y_subcoord,
657 LLVMValueRef x_subcoord, y_subcoord; local
713 &x_subcoord, &y_subcoord);
716 x_subcoord, y_subcoord,
729 LLVMValueRef x_subcoord[2],
861 x_subcoord[
446 lp_build_sample_fetch_image_nearest(struct lp_build_sample_context *bld, LLVMValueRef data_ptr, LLVMValueRef offset, LLVMValueRef x_subcoord, LLVMValueRef y_subcoord, LLVMValueRef *colors_lo, LLVMValueRef *colors_hi) argument
726 lp_build_sample_fetch_image_linear(struct lp_build_sample_context *bld, LLVMValueRef data_ptr, LLVMValueRef offset[2][2][2], LLVMValueRef x_subcoord[2], LLVMValueRef y_subcoord[2], LLVMValueRef s_fpart, LLVMValueRef t_fpart, LLVMValueRef r_fpart, LLVMValueRef *colors_lo, LLVMValueRef *colors_hi) argument
989 LLVMValueRef x_subcoord[2], y_subcoord[2], z_subcoord[2]; local
1168 LLVMValueRef x_subcoord[2], y_subcoord[2]; local
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c449 LLVMValueRef x_subcoord,
497 x_subcoord,
535 LLVMValueRef x_subcoord, y_subcoord, z_subcoord; local
598 &x_offset, &x_subcoord);
630 x_subcoord, y_subcoord,
657 LLVMValueRef x_subcoord, y_subcoord; local
713 &x_subcoord, &y_subcoord);
716 x_subcoord, y_subcoord,
729 LLVMValueRef x_subcoord[2],
861 x_subcoord[
446 lp_build_sample_fetch_image_nearest(struct lp_build_sample_context *bld, LLVMValueRef data_ptr, LLVMValueRef offset, LLVMValueRef x_subcoord, LLVMValueRef y_subcoord, LLVMValueRef *colors_lo, LLVMValueRef *colors_hi) argument
726 lp_build_sample_fetch_image_linear(struct lp_build_sample_context *bld, LLVMValueRef data_ptr, LLVMValueRef offset[2][2][2], LLVMValueRef x_subcoord[2], LLVMValueRef y_subcoord[2], LLVMValueRef s_fpart, LLVMValueRef t_fpart, LLVMValueRef r_fpart, LLVMValueRef *colors_lo, LLVMValueRef *colors_hi) argument
989 LLVMValueRef x_subcoord[2], y_subcoord[2], z_subcoord[2]; local
1168 LLVMValueRef x_subcoord[2], y_subcoord[2]; local
[all...]

Completed in 76 milliseconds