Home
last modified time | relevance | path

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

/external/deqp-deps/amber/include/amber/
Damber.h135 ExecutionType execution_type; member
/external/deqp-deps/amber/src/
Damber.cc71 execution_type(ExecutionType::kExecute), in Options()
Dexecutor.cc93 if (options->execution_type == ExecutionType::kPipelineCreateOnly) in Execute()
/external/mesa3d/docs/relnotes/
D17.1.10.rst51 execution_type()"
D17.2.1.rst85 - cherry-ignore: add execution_type() fix to the list
/external/mesa3d/src/intel/compiler/elk/
Delk_eu_validate.c398 execution_type(const struct elk_isa_info *isa, const elk_inst *inst) in execution_type() function
677 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()
/external/mesa3d/src/intel/compiler/
Dbrw_eu_validate.c436 execution_type(const brw_hw_decoded_inst *inst) in execution_type() function
730 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()
/external/googleapis/google/cloud/integrations/v1alpha/
Dlog_entries.proto97 ExecutionType execution_type = 20; field
/external/deqp/external/vulkancts/modules/vulkan/amber/
DvktAmberTestCase.cpp547 amber_options.execution_type = amber::ExecutionType::kExecute; in iterate()
/external/deqp-deps/amber/samples/
Damber.cc566 amber_options.execution_type = options.pipeline_create_only