Searched defs:texel_out (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c85 LLVMValueRef texel_out[4])
160 texel_out);
189 texel_out[chan] = lp_build_select(&bld->texel_bld, use_border,
190 border_chan_vec, texel_out[chan]);
1214 LLVMValueRef texel_out[4])
1220 texel_out[chan] = one;
1243 LLVMValueRef texel_out[4])
1331 texel_out);
1379 texel_out);
1387 texel_out);
74 lp_build_sample_texel_soa(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef width, LLVMValueRef height, LLVMValueRef depth, LLVMValueRef x, LLVMValueRef y, LLVMValueRef z, LLVMValueRef y_stride, LLVMValueRef z_stride, LLVMValueRef data_ptr, LLVMValueRef texel_out[4]) argument
1210 lp_build_sample_nop(struct gallivm_state *gallivm, struct lp_type type, unsigned num_coords, const LLVMValueRef *coords, LLVMValueRef texel_out[4]) argument
1233 lp_build_sample_soa(struct gallivm_state *gallivm, const struct lp_sampler_static_state *static_state, struct lp_sampler_dynamic_state *dynamic_state, struct lp_type type, unsigned unit, unsigned num_coords, const LLVMValueRef *coords, const struct lp_derivatives *derivs, LLVMValueRef lod_bias, LLVMValueRef explicit_lod, LLVMValueRef texel_out[4]) argument
[all...]
H A Dlp_bld_sample_aos.c1538 LLVMValueRef texel_out[4])
1627 unswizzled, texel_out);
1630 texel_out[0] = unswizzled[0];
1631 texel_out[1] = unswizzled[1];
1632 texel_out[2] = unswizzled[2];
1633 texel_out[3] = unswizzled[3];
1529 lp_build_sample_aos(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef lod_ipart, LLVMValueRef lod_fpart, LLVMValueRef ilevel0, LLVMValueRef ilevel1, LLVMValueRef texel_out[4]) argument
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c85 LLVMValueRef texel_out[4])
160 texel_out);
189 texel_out[chan] = lp_build_select(&bld->texel_bld, use_border,
190 border_chan_vec, texel_out[chan]);
1214 LLVMValueRef texel_out[4])
1220 texel_out[chan] = one;
1243 LLVMValueRef texel_out[4])
1331 texel_out);
1379 texel_out);
1387 texel_out);
74 lp_build_sample_texel_soa(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef width, LLVMValueRef height, LLVMValueRef depth, LLVMValueRef x, LLVMValueRef y, LLVMValueRef z, LLVMValueRef y_stride, LLVMValueRef z_stride, LLVMValueRef data_ptr, LLVMValueRef texel_out[4]) argument
1210 lp_build_sample_nop(struct gallivm_state *gallivm, struct lp_type type, unsigned num_coords, const LLVMValueRef *coords, LLVMValueRef texel_out[4]) argument
1233 lp_build_sample_soa(struct gallivm_state *gallivm, const struct lp_sampler_static_state *static_state, struct lp_sampler_dynamic_state *dynamic_state, struct lp_type type, unsigned unit, unsigned num_coords, const LLVMValueRef *coords, const struct lp_derivatives *derivs, LLVMValueRef lod_bias, LLVMValueRef explicit_lod, LLVMValueRef texel_out[4]) argument
[all...]
H A Dlp_bld_sample_aos.c1538 LLVMValueRef texel_out[4])
1627 unswizzled, texel_out);
1630 texel_out[0] = unswizzled[0];
1631 texel_out[1] = unswizzled[1];
1632 texel_out[2] = unswizzled[2];
1633 texel_out[3] = unswizzled[3];
1529 lp_build_sample_aos(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef lod_ipart, LLVMValueRef lod_fpart, LLVMValueRef ilevel0, LLVMValueRef ilevel1, LLVMValueRef texel_out[4]) argument

Completed in 106 milliseconds