Searched refs:lp_build_conv_auto (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_conv.h | 75 lp_build_conv_auto(struct gallivm_state *gallivm,
|
D | lp_bld_conv.c | 469 int lp_build_conv_auto(struct gallivm_state *gallivm, in lp_build_conv_auto() function
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 2002 lp_build_conv_auto(gallivm, src_type, &dst_type, dst, num_srcs, dst); in convert_to_blend_type() 2172 lp_build_conv_auto(gallivm, src_type, &dst_type, dst, num_srcs, dst); in convert_from_blend_type() 2691 lp_build_conv_auto(gallivm, fs_type, &row_type, src, src_count, src); in generate_unswizzled_blend() 2692 src_count = lp_build_conv_auto(gallivm, fs_type, &old_row_type, src1, src_count, src1); in generate_unswizzled_blend() 2695 src_count = lp_build_conv_auto(gallivm, fs_type, &row_type, src, src_count, src); in generate_unswizzled_blend()
|