Home
last modified time | relevance | path

Searched refs:exec_type (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_ir_fs.h476 brw_reg_type exec_type = BRW_REGISTER_TYPE_B; in get_exec_type() local
482 if (type_sz(t) > type_sz(exec_type)) in get_exec_type()
483 exec_type = t; in get_exec_type()
484 else if (type_sz(t) == type_sz(exec_type) && in get_exec_type()
486 exec_type = t; in get_exec_type()
490 if (exec_type == BRW_REGISTER_TYPE_B) in get_exec_type()
491 exec_type = inst->dst.type; in get_exec_type()
493 assert(exec_type != BRW_REGISTER_TYPE_B); in get_exec_type()
508 if (type_sz(exec_type) == 2 && in get_exec_type()
509 inst->dst.type != exec_type) { in get_exec_type()
[all …]
Dbrw_ir_vec4.h443 enum brw_reg_type exec_type = BRW_REGISTER_TYPE_B; in get_exec_type() local
448 if (type_sz(t) > type_sz(exec_type)) in get_exec_type()
449 exec_type = t; in get_exec_type()
450 else if (type_sz(t) == type_sz(exec_type) && in get_exec_type()
452 exec_type = t; in get_exec_type()
456 if (exec_type == BRW_REGISTER_TYPE_B) in get_exec_type()
457 exec_type = inst->dst.type; in get_exec_type()
460 assert(exec_type != BRW_REGISTER_TYPE_HF || in get_exec_type()
462 assert(exec_type != BRW_REGISTER_TYPE_B); in get_exec_type()
464 return exec_type; in get_exec_type()
Dbrw_reg_type.c240 enum gfx10_align1_3src_exec_type exec_type; member
484 unsigned hw_type, unsigned exec_type) in brw_a1_hw_3src_type_to_reg_type() argument
494 table[i].exec_type == exec_type) { in brw_a1_hw_3src_type_to_reg_type()
Dbrw_reg_type.h197 unsigned hw_type, unsigned exec_type);
Dbrw_eu_validate.c757 unsigned exec_type = execution_type(devinfo, inst); in general_restrictions_based_on_operand_types() local
758 unsigned exec_type_size = brw_reg_type_to_size(exec_type); in general_restrictions_based_on_operand_types()
1754 enum brw_reg_type exec_type = execution_type(devinfo, inst); in special_requirements_for_handling_double_precision_data_types() local
1755 unsigned exec_type_size = brw_reg_type_to_size(exec_type); in special_requirements_for_handling_double_precision_data_types()
1974 enum brw_reg_type exec_type = execution_type(devinfo, inst); in instruction_restrictions() local
1984 ERROR_IF(!brw_reg_type_is_floating_point(exec_type) && in instruction_restrictions()
1985 type_sz(exec_type) == 4 && !(src0_valid && src1_valid), in instruction_restrictions()
Dbrw_inst.h447 UNUSED enum gfx10_align1_3src_exec_type exec_type = \ in REG_TYPE()
451 assert(exec_type == BRW_ALIGN1_3SRC_EXEC_TYPE_FLOAT); \ in REG_TYPE()
453 assert(exec_type == BRW_ALIGN1_3SRC_EXEC_TYPE_INT); \ in REG_TYPE()
463 enum gfx10_align1_3src_exec_type exec_type = \
467 return brw_a1_hw_3src_type_to_reg_type(devinfo, hw_type, exec_type); \
Dbrw_fs_lower_regioning.cpp174 const brw_reg_type exec_type = get_exec_type(inst); in has_invalid_dst_region() local
178 type_sz(inst->dst.type) < type_sz(exec_type); in has_invalid_dst_region()
Dtest_eu_validate.cpp471 unsigned exec_type; in TEST_P() member
500 unsigned hw_exec_type = hw_type | (test_case[i].exec_type << 3); in TEST_P()
527 const unsigned exec_type = e >> 3; in TEST_P() local
539 brw_inst_set_3src_a1_exec_type(&devinfo, last_inst, exec_type); in TEST_P()
Dbrw_fs.cpp449 const brw_reg_type exec_type = get_exec_type(this); in can_do_source_mods() local
454 if (brw_reg_type_is_integer(exec_type) && in can_do_source_mods()
455 type_sz(exec_type) >= 4 && in can_do_source_mods()
456 type_sz(exec_type) != min_type_sz) in can_do_source_mods()
/third_party/selinux/secilc/test/
Dintegration.cil68 (typeattribute exec_type)
72 (typeattributeset exec_type (or bin_t kernel_t))
73 (typeattributeset foo_type (and exec_type kernel_t))
74 (typeattributeset bar_type (xor exec_type foo_type))