Home
last modified time | relevance | path

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

/external/deqp-deps/amber/include/amber/
Damber.h129 ExecutionType execution_type; member
/external/deqp-deps/amber/src/
Damber.cc70 execution_type(ExecutionType::kExecute), in Options()
Dexecutor.cc92 if (options->execution_type == ExecutionType::kPipelineCreateOnly) in Execute()
/external/mesa3d/src/intel/compiler/
Dbrw_eu_validate.c522 execution_type(const struct gen_device_info *devinfo, const brw_inst *inst) in execution_type() function
754 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()
/external/mesa3d/docs/relnotes/
D17.1.10.rst51 execution_type()"
D17.2.1.rst85 - cherry-ignore: add execution_type() fix to the list
/external/deqp/external/vulkancts/modules/vulkan/amber/
DvktAmberTestCase.cpp380 amber_options.execution_type = amber::ExecutionType::kExecute; in iterate()
/external/deqp-deps/amber/samples/
Damber.cc527 amber_options.execution_type = options.pipeline_create_only in main()