Searched refs:execution_type (Results 1 – 10 of 10) sorted by relevance
135 ExecutionType execution_type; member
71 execution_type(ExecutionType::kExecute), in Options()
93 if (options->execution_type == ExecutionType::kPipelineCreateOnly) in Execute()
51 execution_type()"
85 - cherry-ignore: add execution_type() fix to the list
398 execution_type(const struct elk_isa_info *isa, const elk_inst *inst) in execution_type() function677 unsigned exec_type = execution_type(isa, inst); in general_restrictions_based_on_operand_types()1683 enum elk_reg_type exec_type = execution_type(isa, inst); in special_requirements_for_handling_double_precision_data_types()1966 ERROR_IF(execution_type(isa, inst) == ELK_REGISTER_TYPE_F && in instruction_restrictions()
436 execution_type(const brw_hw_decoded_inst *inst) in execution_type() function730 unsigned exec_type = execution_type(inst); in general_restrictions_based_on_operand_types()1489 enum brw_reg_type exec_type = execution_type(inst); in special_requirements_for_handling_double_precision_data_types()1705 enum brw_reg_type exec_type = execution_type(inst); in instruction_restrictions()
97 ExecutionType execution_type = 20; field
547 amber_options.execution_type = amber::ExecutionType::kExecute; in iterate()
566 amber_options.execution_type = options.pipeline_create_only