Searched refs:CompileArgs (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/microsoft/clc/ |
D | compute_test.h | 273 struct CompileArgs struct 291 const CompileArgs &compile_args, argument 297 const CompileArgs &compile_args, in run_shader() 312 CompileArgs compile_args = { x, y, z }; in run_shader() 318 const CompileArgs &compile_args, in run_shader() 335 CompileArgs compile_args = { x, y, z }; in run_shader()
|
D | clc_compiler_test.cpp | 1758 CompileArgs compile_args = { 1, 1, 1 }; in TEST_F() 1921 CompileArgs args = { 1, 1, 1 }; in TEST_F() 2306 CompileArgs args = { (unsigned)inout.size(), 1, 1 }; in TEST_F()
|
D | compute_test.cpp | 466 const CompileArgs &compile_args, in run_shader_with_raw_args()
|