Home
last modified time | relevance | path

Searched refs:brw_vf_to_float (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dtest_vf_float_conversions.cpp70 EXPECT_EQ(f2u(expected), f2u(brw_vf_to_float(vf))); in TEST_F()
93 EXPECT_EQ(f2u(brw_vf_to_float(brw_float_to_vf(+0.0f))), f2u(+0.0f)); in TEST_F()
94 EXPECT_EQ(f2u(brw_vf_to_float(brw_float_to_vf(-0.0f))), f2u(-0.0f)); in TEST_F()
Dbrw_packed_float.c60 brw_vf_to_float(unsigned char vf) in brw_vf_to_float() function
Dbrw_disasm.c1274 brw_vf_to_float(brw_inst_imm_ud(devinfo, inst)), in imm()
1275 brw_vf_to_float(brw_inst_imm_ud(devinfo, inst) >> 8), in imm()
1276 brw_vf_to_float(brw_inst_imm_ud(devinfo, inst) >> 16), in imm()
1277 brw_vf_to_float(brw_inst_imm_ud(devinfo, inst) >> 24)); in imm()
Dbrw_vec4.cpp1663 brw_vf_to_float((inst->src[i].ud >> 0) & 0xff), in dump_instruction()
1664 brw_vf_to_float((inst->src[i].ud >> 8) & 0xff), in dump_instruction()
1665 brw_vf_to_float((inst->src[i].ud >> 16) & 0xff), in dump_instruction()
1666 brw_vf_to_float((inst->src[i].ud >> 24) & 0xff)); in dump_instruction()
Dbrw_reg.h1156 float brw_vf_to_float(unsigned char vf);
Dbrw_fs.cpp5620 brw_vf_to_float((inst->src[i].ud >> 0) & 0xff), in dump_instruction()
5621 brw_vf_to_float((inst->src[i].ud >> 8) & 0xff), in dump_instruction()
5622 brw_vf_to_float((inst->src[i].ud >> 16) & 0xff), in dump_instruction()
5623 brw_vf_to_float((inst->src[i].ud >> 24) & 0xff)); in dump_instruction()