Home
last modified time | relevance | path

Searched refs:has_64bit_float (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/intel/dev/
H A Dintel_device_info.c236 .has_64bit_float = true, \
430 .has_64bit_float = true, \
845 .has_64bit_float = false, \
969 .has_64bit_float = false, \
H A Dintel_device_info.h124 bool has_64bit_float; member
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_compiler.c153 if (!devinfo->has_64bit_float || INTEL_DEBUG(DEBUG_SOFT64)) in brw_compiler_create()
H A Dtest_eu_validate.cpp289 { BRW_REGISTER_TYPE_DF, devinfo.has_64bit_float && (devinfo.ver >= 8 || file != IMM) }, in TEST_P()
479 { BRW_REGISTER_TYPE_DF, E(FLOAT), devinfo.has_64bit_float }, in TEST_P()
1291 if (!devinfo.has_64bit_float && in TEST_P()
1393 if (!devinfo.has_64bit_float && in TEST_P()
2286 if (!devinfo.has_64bit_float && in TEST_P()
2419 if (!devinfo.has_64bit_float && in TEST_P()
2568 if (!devinfo.has_64bit_float && in TEST_P()
2609 if (!devinfo.has_64bit_float) in TEST_P()
2787 if (!devinfo.has_64bit_float && in TEST_P()
H A Dbrw_fs_generator.cpp473 if (type_sz(reg.type) > 4 && !devinfo->has_64bit_float) { in generate_mov_indirect()
555 !devinfo->has_64bit_float || devinfo->verx10 >= 125)) { in generate_mov_indirect()
610 assert((devinfo->verx10 >= 75 && devinfo->has_64bit_float) || in generate_shuffle()
2374 assert(devinfo->has_64bit_float || type_sz(dst.type) <= 4); in generate_code()
2391 devinfo->has_64bit_float) || type_sz(src[0].type) <= 4); in generate_code()
H A Dbrw_fs_scoreboard.cpp123 !devinfo->has_64bit_float && type_sz(t) >= 8) in inferred_exec_pipe()
129 assert(devinfo->has_64bit_float || devinfo->has_64bit_int || in inferred_exec_pipe()
H A Dbrw_fs_lower_regioning.cpp131 devinfo->has_64bit_float : devinfo->has_64bit_int; in required_exec_type()
H A Dbrw_eu_validate.c770 !devinfo->has_64bit_float, in general_restrictions_based_on_operand_types()
800 !devinfo->has_64bit_float, in general_restrictions_based_on_operand_types()
H A Dbrw_eu_emit.c3477 if (type_sz(src.type) > 4 && !devinfo->has_64bit_float) { in brw_broadcast()
3535 !devinfo->has_64bit_float)) { in brw_broadcast()
H A Dbrw_fs.cpp2538 if (!devinfo->has_64bit_float &&
2683 if (!devinfo->has_64bit_float &&
6156 if (!devinfo->has_64bit_float || !devinfo->has_64bit_int)
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c1319 pdevice->info.has_64bit_float, in anv_GetPhysicalDeviceFeatures()
1688 pdevice->info.has_64bit_float && pdevice->info.has_lsc; in anv_GetPhysicalDeviceFeatures2()
1708 pdevice->info.has_64bit_float && pdevice->info.has_lsc; in anv_GetPhysicalDeviceFeatures2()

Completed in 33 milliseconds