Searched refs:execution_type (Results 1 – 8 of 8) sorted by relevance
129 ExecutionType execution_type; member
70 execution_type(ExecutionType::kExecute), in Options()
92 if (options->execution_type == ExecutionType::kPipelineCreateOnly) in Execute()
522 execution_type(const struct gen_device_info *devinfo, const brw_inst *inst) in execution_type() function754 unsigned exec_type = execution_type(devinfo, inst); in general_restrictions_based_on_operand_types()1751 enum brw_reg_type exec_type = execution_type(devinfo, inst); in special_requirements_for_handling_double_precision_data_types()1922 enum brw_reg_type exec_type = execution_type(devinfo, inst); in instruction_restrictions()
51 execution_type()"
85 - cherry-ignore: add execution_type() fix to the list
380 amber_options.execution_type = amber::ExecutionType::kExecute; in iterate()
527 amber_options.execution_type = options.pipeline_create_only in main()