Searched defs:exec_type (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_ir_fs.h | 472 brw_reg_type exec_type = BRW_REGISTER_TYPE_B; in get_exec_type() local 554 const brw_reg_type exec_type = get_exec_type(inst); in has_dst_aligned_region_restriction() local
|
D | brw_reg_type.c | 222 enum gen10_align1_3src_exec_type exec_type; member 443 unsigned hw_type, unsigned exec_type) in brw_a1_hw_3src_type_to_reg_type()
|
D | brw_eu_validate.c | 754 unsigned exec_type = execution_type(devinfo, inst); in general_restrictions_based_on_operand_types() local 1751 enum brw_reg_type exec_type = execution_type(devinfo, inst); in special_requirements_for_handling_double_precision_data_types() local 1922 enum brw_reg_type exec_type = execution_type(devinfo, inst); in instruction_restrictions() local
|
D | brw_fs_lower_regioning.cpp | 174 const brw_reg_type exec_type = get_exec_type(inst); in has_invalid_dst_region() local
|
D | brw_ir_vec4.h | 442 enum brw_reg_type exec_type = BRW_REGISTER_TYPE_B; in get_exec_type() local
|
D | test_eu_validate.cpp | 471 unsigned exec_type; in TEST_P() member 527 const unsigned exec_type = e >> 3; in TEST_P() local
|
D | brw_fs.cpp | 449 const brw_reg_type exec_type = get_exec_type(this); in can_do_source_mods() local
|
/external/tensorflow/tensorflow/python/profiler/ |
D | profile_context.py | 348 def __exit__(self, exec_type, exec_value, exec_tb): argument
|
/external/tensorflow/tensorflow/python/debug/wrappers/ |
D | framework.py | 805 def __exit__(self, exec_type, exec_value, exec_tb): argument
|
/external/tensorflow/tensorflow/python/client/ |
D | session.py | 1621 def __exit__(self, exec_type, exec_value, exec_tb): argument
|