Searched refs:single_type (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_swizzle.c653 LLVMTypeRef single_type; local
661 single_type = lp_build_vec_type(gallivm, single_type_lp);
682 dst[0] = LLVMBuildBitCast(gallivm->builder, dst[0], single_type, "dst0");
683 dst[1] = LLVMBuildBitCast(gallivm->builder, dst[1], single_type, "dst1");
684 dst[2] = LLVMBuildBitCast(gallivm->builder, dst[2], single_type, "dst2");
685 dst[3] = LLVMBuildBitCast(gallivm->builder, dst[3], single_type, "dst3");
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4.h326 brw_reg_type single_type);
328 brw_reg_type single_type);
H A Dbrw_vec4_nir.cpp1174 brw_reg_type single_type)
1180 if (devinfo->gen == 8 && single_type == BRW_REGISTER_TYPE_F &&
1191 temp2 = retype(temp2, single_type);
1202 brw_reg_type single_type)
1205 src_reg tmp_src = retype(src_reg(this, glsl_type::vec4_type), single_type);
1206 emit(MOV(dst_reg(tmp_src), retype(src, single_type)));
1172 emit_conversion_from_double(dst_reg dst, src_reg src, bool saturate, brw_reg_type single_type) argument
1200 emit_conversion_to_double(dst_reg dst, src_reg src, bool saturate, brw_reg_type single_type) argument

Completed in 175 milliseconds