Searched refs:texel_out (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample_aos.h | 54 LLVMValueRef texel_out[4]);
|
H A D | lp_bld_sample_soa.c | 89 LLVMValueRef texel_out[4]) in lp_build_sample_texel_soa() 168 texel_out); in lp_build_sample_texel_soa() 222 texel_out[chan] = lp_build_select(&bld->texel_bld, use_border, in lp_build_sample_texel_soa() 223 border_chan, texel_out[chan]); in lp_build_sample_texel_soa() 3249 LLVMValueRef texel_out[4]) in lp_build_sample_nop() 3253 texel_out[chan] = one; in lp_build_sample_nop() 3307 LLVMValueRef texel_out[4]) in lp_build_sample_soa_code() 3369 texel_out[chan] = zero; in lp_build_sample_soa_code() 3641 texel_out[chan] = zero; in lp_build_sample_soa_code() 3651 texel_out); in lp_build_sample_soa_code() 78 lp_build_sample_texel_soa(struct lp_build_sample_context *bld, LLVMValueRef width, LLVMValueRef height, LLVMValueRef depth, LLVMValueRef x, LLVMValueRef y, LLVMValueRef z, LLVMValueRef y_stride, LLVMValueRef z_stride, LLVMValueRef data_ptr, LLVMValueRef mipoffsets, LLVMValueRef texel_out[4]) lp_build_sample_texel_soa() argument 3246 lp_build_sample_nop(struct gallivm_state *gallivm, struct lp_type type, const LLVMValueRef *coords, LLVMValueRef texel_out[4]) lp_build_sample_nop() argument 3291 lp_build_sample_soa_code(struct gallivm_state *gallivm, const struct lp_static_texture_state *static_texture_state, const struct lp_static_sampler_state *static_sampler_state, struct lp_sampler_dynamic_state *dynamic_state, struct lp_type type, unsigned sample_key, unsigned texture_index, unsigned sampler_index, LLVMValueRef context_ptr, LLVMValueRef thread_data_ptr, const LLVMValueRef *coords, const LLVMValueRef *offsets, const struct lp_derivatives *derivs, LLVMValueRef lod, LLVMValueRef ms_index, LLVMValueRef aniso_filter_table, LLVMValueRef texel_out[4]) lp_build_sample_soa_code() argument 3976 LLVMValueRef texel_out[4]; lp_build_sample_gen_func() local [all...] |
H A D | lp_bld_sample_aos.c | 1119 LLVMValueRef texel_out[4]) in lp_build_sample_aos() 1206 unswizzled, texel_out); in lp_build_sample_aos() 1209 texel_out[0] = unswizzled[0]; in lp_build_sample_aos() 1210 texel_out[1] = unswizzled[1]; in lp_build_sample_aos() 1211 texel_out[2] = unswizzled[2]; in lp_build_sample_aos() 1212 texel_out[3] = unswizzled[3]; in lp_build_sample_aos() 1109 lp_build_sample_aos(struct lp_build_sample_context *bld, unsigned sampler_unit, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, const LLVMValueRef *offsets, LLVMValueRef lod_positive, LLVMValueRef lod_fpart, LLVMValueRef ilevel0, LLVMValueRef ilevel1, LLVMValueRef texel_out[4]) lp_build_sample_aos() argument
|
H A D | lp_bld_sample.h | 723 LLVMValueRef texel_out[4]);
|
Completed in 10 milliseconds