Searched refs:brw_vf_to_float (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dtest_vf_float_conversions.cpp70 EXPECT_EQ(f2u(expected), f2u(brw_vf_to_float(vf)));
93 EXPECT_EQ(f2u(brw_vf_to_float(brw_float_to_vf(+0.0f))), f2u(+0.0f));
94 EXPECT_EQ(f2u(brw_vf_to_float(brw_float_to_vf(-0.0f))), f2u(-0.0f));
H A Dbrw_packed_float.c60 brw_vf_to_float(unsigned char vf) function in typeref:typename:float
H A Dbrw_disasm.c1333 brw_vf_to_float(brw_inst_imm_ud(devinfo, inst)),
1334 brw_vf_to_float(brw_inst_imm_ud(devinfo, inst) >> 8),
1335 brw_vf_to_float(brw_inst_imm_ud(devinfo, inst) >> 16),
1336 brw_vf_to_float(brw_inst_imm_ud(devinfo, inst) >> 24));
H A Dbrw_vec4.cpp1731 brw_vf_to_float((inst->src[i].ud >> 0) & 0xff),
1732 brw_vf_to_float((inst->src[i].ud >> 8) & 0xff),
1733 brw_vf_to_float((inst->src[i].ud >> 16) & 0xff),
1734 brw_vf_to_float((inst->src[i].ud >> 24) & 0xff));
H A Dbrw_reg.h1229 float brw_vf_to_float(unsigned char vf);
H A Dbrw_fs.cpp6778 brw_vf_to_float((inst->src[i].ud >> 0) & 0xff),
6779 brw_vf_to_float((inst->src[i].ud >> 8) & 0xff),
6780 brw_vf_to_float((inst->src[i].ud >> 16) & 0xff),
6781 brw_vf_to_float((inst->src[i].ud >> 24) & 0xff));
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dtest_vf_float_conversions.cpp70 EXPECT_EQ(f2u(expected), f2u(brw_vf_to_float(vf)));
93 EXPECT_EQ(f2u(brw_vf_to_float(brw_float_to_vf(+0.0f))), f2u(+0.0f));
94 EXPECT_EQ(f2u(brw_vf_to_float(brw_float_to_vf(-0.0f))), f2u(-0.0f));
H A Dbrw_packed_float.c60 brw_vf_to_float(unsigned char vf) function in typeref:typename:float
H A Dbrw_disasm.c1521 brw_vf_to_float(brw_inst_imm_ud(devinfo, inst)),
1522 brw_vf_to_float(brw_inst_imm_ud(devinfo, inst) >> 8),
1523 brw_vf_to_float(brw_inst_imm_ud(devinfo, inst) >> 16),
1524 brw_vf_to_float(brw_inst_imm_ud(devinfo, inst) >> 24));
H A Dbrw_vec4.cpp1717 brw_vf_to_float((inst->src[i].ud >> 0) & 0xff),
1718 brw_vf_to_float((inst->src[i].ud >> 8) & 0xff),
1719 brw_vf_to_float((inst->src[i].ud >> 16) & 0xff),
1720 brw_vf_to_float((inst->src[i].ud >> 24) & 0xff));
H A Dbrw_reg.h1265 float brw_vf_to_float(unsigned char vf);
H A Dbrw_fs.cpp8234 brw_vf_to_float((inst->src[i].ud >> 0) & 0xff),
8235 brw_vf_to_float((inst->src[i].ud >> 8) & 0xff),
8236 brw_vf_to_float((inst->src[i].ud >> 16) & 0xff),
8237 brw_vf_to_float((inst->src[i].ud >> 24) & 0xff));

Completed in 42 milliseconds