Home
last modified time | relevance | path

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

/external/deqp-deps/amber/include/amber/
Damber.h43 kExecute = 0, enumerator
/external/deqp-deps/amber/src/
Damber.cc70 execution_type(ExecutionType::kExecute), in Options()
/external/llvm-project/mlir/lib/Conversion/AsyncToLLVM/
DAsyncToLLVM.cpp43 static constexpr const char *kExecute = "mlirAsyncRuntimeExecute"; variable
131 addFuncDecl(kExecute, AsyncAPI::executeFunctionType(ctx)); in addAsyncRuntimeApiDeclarations()
519 builder.create<CallOp>(loc, TypeRange(), kExecute, executeArgs); in outlineExecuteOp()
/external/deqp/external/vulkancts/modules/vulkan/amber/
DvktAmberTestCase.cpp380 amber_options.execution_type = amber::ExecutionType::kExecute; in iterate()
/external/deqp-deps/amber/samples/
Damber.cc529 : amber::ExecutionType::kExecute; in main()