H A D | lp_bld_sample_soa.c | 320 boolean is_gather, in lp_build_sample_wrap_linear() 416 if (!is_gather) { in lp_build_sample_wrap_linear() 472 if (!is_gather) { in lp_build_sample_wrap_linear() 575 if (!is_gather) { in lp_build_sample_wrap_linear() 1010 boolean is_gather, in lp_build_sample_image_linear() 1045 if (is_gather) { in lp_build_sample_image_linear() 1088 lp_build_sample_wrap_linear(bld, is_gather, coords[0], width_vec, in lp_build_sample_image_linear() 1099 lp_build_sample_wrap_linear(bld, is_gather, coords[1], height_vec, in lp_build_sample_image_linear() 1110 lp_build_sample_wrap_linear(bld, is_gather, coords[2], depth_vec, in lp_build_sample_image_linear() 1362 assert(!is_gather); in lp_build_sample_image_linear() 319 lp_build_sample_wrap_linear(struct lp_build_sample_context *bld, boolean is_gather, LLVMValueRef coord, LLVMValueRef length, LLVMValueRef length_f, LLVMValueRef offset, boolean is_pot, unsigned wrap_mode, LLVMValueRef *x0_out, LLVMValueRef *x1_out, LLVMValueRef *weight_out) lp_build_sample_wrap_linear() argument 1009 lp_build_sample_image_linear(struct lp_build_sample_context *bld, boolean is_gather, LLVMValueRef size, LLVMValueRef linear_mask, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef mipoffsets, const LLVMValueRef *coords, const LLVMValueRef *offsets, LLVMValueRef colors_out[4]) lp_build_sample_image_linear() argument 1783 lp_build_sample_mipmap(struct lp_build_sample_context *bld, unsigned img_filter, unsigned mip_filter, boolean is_gather, const LLVMValueRef *coords, const LLVMValueRef *offsets, LLVMValueRef ilevel0, LLVMValueRef ilevel1, LLVMValueRef lod_fpart, LLVMValueRef *colors_out) lp_build_sample_mipmap() argument 2074 lp_build_sample_aniso(struct lp_build_sample_context *bld, unsigned img_filter, unsigned mip_filter, boolean is_gather, const LLVMValueRef *coords, const LLVMValueRef *offsets, LLVMValueRef ilevel0, LLVMValueRef ilevel1, LLVMValueRef lod_fpart, LLVMValueRef *colors_out) lp_build_sample_aniso() argument 2933 lp_build_sample_general(struct lp_build_sample_context *bld, unsigned sampler_unit, boolean is_gather, const LLVMValueRef *coords, const LLVMValueRef *offsets, LLVMValueRef lod_positive, LLVMValueRef lod_fpart, LLVMValueRef ilevel0, LLVMValueRef ilevel1, LLVMValueRef *colors_out) lp_build_sample_general() argument [all...] |