Searched refs:exec_type (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_ir_vec4.h | 438 enum brw_reg_type exec_type = BRW_REGISTER_TYPE_B; in get_exec_type() local 443 if (type_sz(t) > type_sz(exec_type)) in get_exec_type() 444 exec_type = t; in get_exec_type() 445 else if (type_sz(t) == type_sz(exec_type) && in get_exec_type() 447 exec_type = t; in get_exec_type() 451 if (exec_type == BRW_REGISTER_TYPE_B) in get_exec_type() 452 exec_type = inst->dst.type; in get_exec_type() 455 assert(exec_type != BRW_REGISTER_TYPE_HF || in get_exec_type() 457 assert(exec_type != BRW_REGISTER_TYPE_B); in get_exec_type() 459 return exec_type; in get_exec_type()
|
D | brw_ir_fs.h | 452 brw_reg_type exec_type = BRW_REGISTER_TYPE_B; in get_exec_type() local 457 if (type_sz(t) > type_sz(exec_type)) in get_exec_type() 458 exec_type = t; in get_exec_type() 459 else if (type_sz(t) == type_sz(exec_type) && in get_exec_type() 461 exec_type = t; in get_exec_type() 465 if (exec_type == BRW_REGISTER_TYPE_B) in get_exec_type() 466 exec_type = inst->dst.type; in get_exec_type() 468 assert(exec_type != BRW_REGISTER_TYPE_B); in get_exec_type() 470 return exec_type; in get_exec_type()
|
D | brw_reg_type.c | 115 enum gen10_align1_3src_exec_type exec_type; member 234 unsigned hw_type, unsigned exec_type) in brw_a1_hw_3src_type_to_reg_type() argument 238 gen10_hw_3src_align1_type[i].exec_type == exec_type) { in brw_a1_hw_3src_type_to_reg_type()
|
D | brw_reg_type.h | 105 unsigned hw_type, unsigned exec_type);
|
D | brw_inst.h | 312 UNUSED enum gen10_align1_3src_exec_type exec_type = \ in REG_TYPE() 316 assert(exec_type == BRW_ALIGN1_3SRC_EXEC_TYPE_FLOAT); \ in REG_TYPE() 318 assert(exec_type == BRW_ALIGN1_3SRC_EXEC_TYPE_INT); \ in REG_TYPE() 328 enum gen10_align1_3src_exec_type exec_type = \ 332 return brw_a1_hw_3src_type_to_reg_type(devinfo, hw_type, exec_type); \
|
D | brw_eu_validate.c | 450 unsigned exec_type = execution_type(devinfo, inst); in general_restrictions_based_on_operand_types() local 451 unsigned exec_type_size = brw_reg_type_to_size(exec_type); in general_restrictions_based_on_operand_types() 1100 enum brw_reg_type exec_type = execution_type(devinfo, inst); in special_requirements_for_handling_double_precision_data_types() local 1101 unsigned exec_type_size = brw_reg_type_to_size(exec_type); in special_requirements_for_handling_double_precision_data_types()
|
/external/selinux/secilc/test/ |
D | policy.cil | 117 (typeattribute exec_type) 122 (typeattributeset exec_type (or bin_t kernel_t)) 123 (typeattributeset foo_type (and exec_type kernel_t)) 124 (typeattributeset bar_type (xor exec_type foo_type)) 126 (typeattributeset baz_type (and exec_type (and bar_type bin_t))) 216 (roletype system_r exec_type) 218 (roletype exec_role exec_type)
|
D | integration.cil | 68 (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))
|
/external/tensorflow/tensorflow/python/client/ |
D | session.py | 1569 def __exit__(self, exec_type, exec_value, exec_tb): argument 1570 if exec_type is errors.OpError: 1573 self._default_session_context_manager.__exit__(exec_type, exec_value, 1588 self._default_graph_context_manager.__exit__(exec_type, exec_value, exec_tb) 1596 if exec_type:
|
/external/tensorflow/tensorflow/python/debug/wrappers/ |
D | framework.py | 780 def __exit__(self, exec_type, exec_value, exec_tb): argument 782 exec_type, exec_value, exec_tb)
|
/external/tensorflow/tensorflow/python/profiler/ |
D | profile_context.py | 354 def __exit__(self, exec_type, exec_value, exec_tb): argument
|