Searched refs:brw_vf_to_float (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | test_vf_float_conversions.cpp | 70 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()
|
D | brw_packed_float.c | 60 brw_vf_to_float(unsigned char vf) in brw_vf_to_float() function
|
D | brw_disasm.c | 1528 brw_vf_to_float(brw_inst_imm_ud(devinfo, inst)), in imm() 1529 brw_vf_to_float(brw_inst_imm_ud(devinfo, inst) >> 8), in imm() 1530 brw_vf_to_float(brw_inst_imm_ud(devinfo, inst) >> 16), in imm() 1531 brw_vf_to_float(brw_inst_imm_ud(devinfo, inst) >> 24)); in imm()
|
D | brw_vec4.cpp | 1434 brw_vf_to_float((inst->src[i].ud >> 0) & 0xff), in dump_instruction() 1435 brw_vf_to_float((inst->src[i].ud >> 8) & 0xff), in dump_instruction() 1436 brw_vf_to_float((inst->src[i].ud >> 16) & 0xff), in dump_instruction() 1437 brw_vf_to_float((inst->src[i].ud >> 24) & 0xff)); in dump_instruction()
|
D | brw_reg.h | 1265 float brw_vf_to_float(unsigned char vf);
|
D | brw_fs.cpp | 5793 brw_vf_to_float((inst->src[i].ud >> 0) & 0xff), in dump_instruction() 5794 brw_vf_to_float((inst->src[i].ud >> 8) & 0xff), in dump_instruction() 5795 brw_vf_to_float((inst->src[i].ud >> 16) & 0xff), in dump_instruction() 5796 brw_vf_to_float((inst->src[i].ud >> 24) & 0xff)); in dump_instruction()
|