HomeSort by: relevance | last modified time | path
    Searched refs:has_64bit_types (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/intel/dev/
gen_device_info.h 71 bool has_64bit_types; member in struct:gen_device_info
gen_device_info.c 217 .has_64bit_types = true, \
415 .has_64bit_types = true, \
891 .has_64bit_types = false, \
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_compiler.c 136 if (!devinfo->has_64bit_types || (INTEL_DEBUG & DEBUG_SOFT64)) {
brw_reg_type.c 209 assert(devinfo->has_64bit_types || brw_reg_type_to_size(type) < 8 ||
test_eu_validate.cpp 895 if (!devinfo.has_64bit_types && type_sz(inst[i].src_type) == 8)
991 if (!devinfo.has_64bit_types &&
1873 if (!devinfo.has_64bit_types &&
1997 if (!devinfo.has_64bit_types &&
2137 if (!devinfo.has_64bit_types &&
2169 if (!devinfo.has_64bit_types)
2342 if (!devinfo.has_64bit_types &&
brw_fs_generator.cpp 481 !devinfo->has_64bit_types)) {
brw_fs.cpp 2486 if (!devinfo->has_64bit_types &&
2619 if (!devinfo->has_64bit_types &&
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_device.c 975 pdevice->info.has_64bit_types,
977 pdevice->info.has_64bit_types,

Completed in 19 milliseconds