Home
last modified time | relevance | path

Searched refs:ExecutionType (Results 1 – 5 of 5) sorted by relevance

/external/deqp-deps/amber/include/amber/
Damber.h41 enum class ExecutionType { enum
129 ExecutionType execution_type;
/external/deqp-deps/amber/src/
Damber.cc70 execution_type(ExecutionType::kExecute), in Options()
Dexecutor.cc92 if (options->execution_type == ExecutionType::kPipelineCreateOnly) in Execute()
/external/deqp-deps/amber/samples/
Damber.cc528 ? amber::ExecutionType::kPipelineCreateOnly in main()
529 : amber::ExecutionType::kExecute; in main()
/external/deqp/external/vulkancts/modules/vulkan/amber/
DvktAmberTestCase.cpp380 amber_options.execution_type = amber::ExecutionType::kExecute; in iterate()