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

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c637 LLVMValueRef width_vec, height_vec, depth_vec; local
650 &width_vec,
696 width_vec, x_stride, offsets[0],
760 LLVMValueRef width_vec, height_vec, depth_vec; local
772 &width_vec,
778 s, width_vec, offsets[0],
1038 LLVMValueRef width_vec, height_vec, depth_vec; local
1056 &width_vec,
1143 width_vec, x_stride, offsets[0],
1235 LLVMValueRef width_vec, height_ve local
[all...]
H A Dlp_bld_sample_soa.c730 LLVMValueRef width_vec; local
743 &width_vec, &height_vec, &depth_vec);
756 x = lp_build_sample_wrap_nearest(bld, coords[0], width_vec,
792 width_vec, height_vec, depth_vec,
881 LLVMValueRef width_vec; local
917 &width_vec, &height_vec, &depth_vec);
932 lp_build_sample_wrap_linear(bld, coords[0], width_vec,
987 LLVMValueRef length_minus_one = lp_build_sub(ivec_bld, width_vec, ivec_bld->one);
989 height_vec = width_vec;
1185 width_vec, height_ve
[all...]

Completed in 65 milliseconds