Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/clc/
Dcompute_test.cpp511 compile_args.work_props.global_offset_x != 0 || in run_shader_with_raw_args()
512 compile_args.work_props.global_offset_y != 0 || in run_shader_with_raw_args()
513 compile_args.work_props.global_offset_z != 0; in run_shader_with_raw_args()
515 compile_args.work_props.group_id_offset_x != 0 || in run_shader_with_raw_args()
516 compile_args.work_props.group_id_offset_y != 0 || in run_shader_with_raw_args()
517 compile_args.work_props.group_id_offset_z != 0; in run_shader_with_raw_args()
539 clc_work_properties_data work_props = compile_args.work_props; in run_shader_with_raw_args() local
541 work_props.group_count_total_x = compile_args.x / conf.local_size[0]; in run_shader_with_raw_args()
542 work_props.group_count_total_y = compile_args.y / conf.local_size[1]; in run_shader_with_raw_args()
543 work_props.group_count_total_z = compile_args.z / conf.local_size[2]; in run_shader_with_raw_args()
[all …]
Dcompute_test.h277 clc_work_properties_data work_props; member
Dclc_compiler_test.cpp1927 args.work_props.work_dim = 2; in TEST_F()
1928 args.work_props.global_offset_x = 100; in TEST_F()
1929 args.work_props.group_id_offset_x = 2; in TEST_F()
1930 args.work_props.group_count_total_x = 5; in TEST_F()