Searched refs:lp_build_conv_auto (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_conv.h | 75 lp_build_conv_auto(struct gallivm_state *gallivm,
|
D | lp_bld_conv.c | 441 int lp_build_conv_auto(struct gallivm_state *gallivm, in lp_build_conv_auto() function
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 1358 lp_build_conv_auto(gallivm, src_type, &dst_type, dst, num_srcs, dst); in convert_to_blend_type() 1528 lp_build_conv_auto(gallivm, src_type, &dst_type, dst, num_srcs, dst); in convert_from_blend_type() 2043 lp_build_conv_auto(gallivm, fs_type, &row_type, src, src_count, src); in generate_unswizzled_blend() 2044 src_count = lp_build_conv_auto(gallivm, fs_type, &old_row_type, src1, src_count, src1); in generate_unswizzled_blend() 2047 src_count = lp_build_conv_auto(gallivm, fs_type, &row_type, src, src_count, src); in generate_unswizzled_blend()
|