Searched refs:work_props (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dcompute_test.cpp469 compile_args.work_props.global_offset_x != 0 ||
470 compile_args.work_props.global_offset_y != 0 ||
471 compile_args.work_props.global_offset_z != 0;
473 compile_args.work_props.group_id_offset_x != 0 ||
474 compile_args.work_props.group_id_offset_y != 0 ||
475 compile_args.work_props.group_id_offset_z != 0;
497 clc_work_properties_data work_props = compile_args.work_props; local in function:ComputeTest::run_shader_with_raw_args
499 work_props.group_count_total_x = compile_args.x / conf.local_size[0];
500 work_props
[all...]
H A Dcompute_test.h277 clc_work_properties_data work_props; member in struct:ComputeTest::CompileArgs
H A Dclc_compiler_test.cpp1925 args.work_props.work_dim = 2;
1926 args.work_props.global_offset_x = 100;
1927 args.work_props.group_id_offset_x = 2;
1928 args.work_props.group_count_total_x = 5;

Completed in 8 milliseconds