Searched refs:raw_args (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dcompute_test.h300 std::vector<RawShaderArg *> raw_args; local in function:ComputeTest::run_shader
301 gather_args(raw_args, args...);
302 run_shader_with_raw_args(shader, compile_args, raw_args);
310 std::vector<RawShaderArg *> raw_args; local in function:ComputeTest::run_shader
311 gather_args(raw_args, args...);
313 run_shader_with_raw_args(compile(sources), compile_args, raw_args);
321 std::vector<RawShaderArg *> raw_args; local in function:ComputeTest::run_shader
322 gather_args(raw_args, args...);
325 compile_args, raw_args);
333 std::vector<RawShaderArg *> raw_args; local in function:ComputeTest::run_shader
[all...]
H A Dclc_compiler_test.cpp1755 std::vector<RawShaderArg *> raw_args = { &out }; local in function:TEST_F

Completed in 8 milliseconds