Home
last modified time | relevance | path

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

12

/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/microsoft/clc/
H A Dcompute_test.cpp469 compile_args.work_props.global_offset_x != 0 || in run_shader_with_raw_args()
470 compile_args.work_props.global_offset_y != 0 || in run_shader_with_raw_args()
471 compile_args.work_props.global_offset_z != 0; in run_shader_with_raw_args()
473 compile_args.work_props.group_id_offset_x != 0 || in run_shader_with_raw_args()
474 compile_args.work_props.group_id_offset_y != 0 || in run_shader_with_raw_args()
475 compile_args.work_props.group_id_offset_z != 0; in run_shader_with_raw_args()
497 clc_work_properties_data work_props = compile_args.work_props; in run_shader_with_raw_args() local
499 work_props.group_count_total_x = compile_args.x / conf.local_size[0]; in run_shader_with_raw_args()
503 if (work_props.work_dim == 0) in run_shader_with_raw_args()
504 work_props.work_dim = 3; in run_shader_with_raw_args()
[all …]
H A Dcompute_test.h277 clc_work_properties_data work_props; member
H A Dclc_compiler_test.cpp1925 args.work_props.work_dim = 2; in TEST_F()
1926 args.work_props.global_offset_x = 100; in TEST_F()
1927 args.work_props.group_id_offset_x = 2; in TEST_F()
1928 args.work_props.group_count_total_x = 5; in TEST_F()
/dports/graphics/libosmesa/mesa-21.3.6/src/microsoft/clc/
H A Dcompute_test.cpp469 compile_args.work_props.global_offset_x != 0 || in run_shader_with_raw_args()
470 compile_args.work_props.global_offset_y != 0 || in run_shader_with_raw_args()
471 compile_args.work_props.global_offset_z != 0; in run_shader_with_raw_args()
473 compile_args.work_props.group_id_offset_x != 0 || in run_shader_with_raw_args()
474 compile_args.work_props.group_id_offset_y != 0 || in run_shader_with_raw_args()
475 compile_args.work_props.group_id_offset_z != 0; in run_shader_with_raw_args()
497 clc_work_properties_data work_props = compile_args.work_props; in run_shader_with_raw_args() local
499 work_props.group_count_total_x = compile_args.x / conf.local_size[0]; in run_shader_with_raw_args()
503 if (work_props.work_dim == 0) in run_shader_with_raw_args()
504 work_props.work_dim = 3; in run_shader_with_raw_args()
[all …]
H A Dcompute_test.h277 clc_work_properties_data work_props; member
/dports/graphics/mesa-libs/mesa-21.3.6/src/microsoft/clc/
H A Dcompute_test.cpp469 compile_args.work_props.global_offset_x != 0 || in run_shader_with_raw_args()
470 compile_args.work_props.global_offset_y != 0 || in run_shader_with_raw_args()
471 compile_args.work_props.global_offset_z != 0; in run_shader_with_raw_args()
473 compile_args.work_props.group_id_offset_x != 0 || in run_shader_with_raw_args()
474 compile_args.work_props.group_id_offset_y != 0 || in run_shader_with_raw_args()
475 compile_args.work_props.group_id_offset_z != 0; in run_shader_with_raw_args()
497 clc_work_properties_data work_props = compile_args.work_props; in run_shader_with_raw_args() local
499 work_props.group_count_total_x = compile_args.x / conf.local_size[0]; in run_shader_with_raw_args()
503 if (work_props.work_dim == 0) in run_shader_with_raw_args()
504 work_props.work_dim = 3; in run_shader_with_raw_args()
[all …]
H A Dcompute_test.h277 clc_work_properties_data work_props; member
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/microsoft/clc/
H A Dcompute_test.cpp469 compile_args.work_props.global_offset_x != 0 || in run_shader_with_raw_args()
470 compile_args.work_props.global_offset_y != 0 || in run_shader_with_raw_args()
471 compile_args.work_props.global_offset_z != 0; in run_shader_with_raw_args()
473 compile_args.work_props.group_id_offset_x != 0 || in run_shader_with_raw_args()
474 compile_args.work_props.group_id_offset_y != 0 || in run_shader_with_raw_args()
475 compile_args.work_props.group_id_offset_z != 0; in run_shader_with_raw_args()
497 clc_work_properties_data work_props = compile_args.work_props; in run_shader_with_raw_args() local
499 work_props.group_count_total_x = compile_args.x / conf.local_size[0]; in run_shader_with_raw_args()
503 if (work_props.work_dim == 0) in run_shader_with_raw_args()
504 work_props.work_dim = 3; in run_shader_with_raw_args()
[all …]
H A Dcompute_test.h277 clc_work_properties_data work_props; member
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/microsoft/clc/
H A Dcompute_test.cpp469 compile_args.work_props.global_offset_x != 0 || in run_shader_with_raw_args()
470 compile_args.work_props.global_offset_y != 0 || in run_shader_with_raw_args()
471 compile_args.work_props.global_offset_z != 0; in run_shader_with_raw_args()
473 compile_args.work_props.group_id_offset_x != 0 || in run_shader_with_raw_args()
474 compile_args.work_props.group_id_offset_y != 0 || in run_shader_with_raw_args()
475 compile_args.work_props.group_id_offset_z != 0; in run_shader_with_raw_args()
497 clc_work_properties_data work_props = compile_args.work_props; in run_shader_with_raw_args() local
499 work_props.group_count_total_x = compile_args.x / conf.local_size[0]; in run_shader_with_raw_args()
503 if (work_props.work_dim == 0) in run_shader_with_raw_args()
504 work_props.work_dim = 3; in run_shader_with_raw_args()
[all …]
H A Dcompute_test.h277 clc_work_properties_data work_props; member
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/microsoft/clc/
H A Dcompute_test.cpp469 compile_args.work_props.global_offset_x != 0 || in run_shader_with_raw_args()
470 compile_args.work_props.global_offset_y != 0 || in run_shader_with_raw_args()
471 compile_args.work_props.global_offset_z != 0; in run_shader_with_raw_args()
473 compile_args.work_props.group_id_offset_x != 0 || in run_shader_with_raw_args()
474 compile_args.work_props.group_id_offset_y != 0 || in run_shader_with_raw_args()
475 compile_args.work_props.group_id_offset_z != 0; in run_shader_with_raw_args()
497 clc_work_properties_data work_props = compile_args.work_props; in run_shader_with_raw_args() local
499 work_props.group_count_total_x = compile_args.x / conf.local_size[0]; in run_shader_with_raw_args()
503 if (work_props.work_dim == 0) in run_shader_with_raw_args()
504 work_props.work_dim = 3; in run_shader_with_raw_args()
[all …]
H A Dcompute_test.h277 clc_work_properties_data work_props; member
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/microsoft/clc/
H A Dcompute_test.cpp469 compile_args.work_props.global_offset_x != 0 || in run_shader_with_raw_args()
470 compile_args.work_props.global_offset_y != 0 || in run_shader_with_raw_args()
471 compile_args.work_props.global_offset_z != 0; in run_shader_with_raw_args()
473 compile_args.work_props.group_id_offset_x != 0 || in run_shader_with_raw_args()
474 compile_args.work_props.group_id_offset_y != 0 || in run_shader_with_raw_args()
475 compile_args.work_props.group_id_offset_z != 0; in run_shader_with_raw_args()
497 clc_work_properties_data work_props = compile_args.work_props; in run_shader_with_raw_args() local
499 work_props.group_count_total_x = compile_args.x / conf.local_size[0]; in run_shader_with_raw_args()
503 if (work_props.work_dim == 0) in run_shader_with_raw_args()
504 work_props.work_dim = 3; in run_shader_with_raw_args()
[all …]
H A Dcompute_test.h277 clc_work_properties_data work_props; member
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/microsoft/clc/
H A Dcompute_test.cpp469 compile_args.work_props.global_offset_x != 0 || in run_shader_with_raw_args()
470 compile_args.work_props.global_offset_y != 0 || in run_shader_with_raw_args()
471 compile_args.work_props.global_offset_z != 0; in run_shader_with_raw_args()
473 compile_args.work_props.group_id_offset_x != 0 || in run_shader_with_raw_args()
474 compile_args.work_props.group_id_offset_y != 0 || in run_shader_with_raw_args()
475 compile_args.work_props.group_id_offset_z != 0; in run_shader_with_raw_args()
497 clc_work_properties_data work_props = compile_args.work_props; in run_shader_with_raw_args() local
499 work_props.group_count_total_x = compile_args.x / conf.local_size[0]; in run_shader_with_raw_args()
503 if (work_props.work_dim == 0) in run_shader_with_raw_args()
504 work_props.work_dim = 3; in run_shader_with_raw_args()
[all …]
H A Dcompute_test.h277 clc_work_properties_data work_props; member
/dports/graphics/mesa-dri/mesa-21.3.6/src/microsoft/clc/
H A Dcompute_test.cpp469 compile_args.work_props.global_offset_x != 0 || in run_shader_with_raw_args()
470 compile_args.work_props.global_offset_y != 0 || in run_shader_with_raw_args()
471 compile_args.work_props.global_offset_z != 0; in run_shader_with_raw_args()
473 compile_args.work_props.group_id_offset_x != 0 || in run_shader_with_raw_args()
474 compile_args.work_props.group_id_offset_y != 0 || in run_shader_with_raw_args()
475 compile_args.work_props.group_id_offset_z != 0; in run_shader_with_raw_args()
497 clc_work_properties_data work_props = compile_args.work_props; in run_shader_with_raw_args() local
499 work_props.group_count_total_x = compile_args.x / conf.local_size[0]; in run_shader_with_raw_args()
503 if (work_props.work_dim == 0) in run_shader_with_raw_args()
504 work_props.work_dim = 3; in run_shader_with_raw_args()
[all …]
H A Dcompute_test.h277 clc_work_properties_data work_props; member
/dports/lang/clover/mesa-21.3.6/src/microsoft/clc/
H A Dcompute_test.cpp469 compile_args.work_props.global_offset_x != 0 || in run_shader_with_raw_args()
470 compile_args.work_props.global_offset_y != 0 || in run_shader_with_raw_args()
471 compile_args.work_props.global_offset_z != 0; in run_shader_with_raw_args()
473 compile_args.work_props.group_id_offset_x != 0 || in run_shader_with_raw_args()
474 compile_args.work_props.group_id_offset_y != 0 || in run_shader_with_raw_args()
475 compile_args.work_props.group_id_offset_z != 0; in run_shader_with_raw_args()
497 clc_work_properties_data work_props = compile_args.work_props; in run_shader_with_raw_args() local
499 work_props.group_count_total_x = compile_args.x / conf.local_size[0]; in run_shader_with_raw_args()
503 if (work_props.work_dim == 0) in run_shader_with_raw_args()
504 work_props.work_dim = 3; in run_shader_with_raw_args()
[all …]
H A Dcompute_test.h277 clc_work_properties_data work_props; member
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Dshelf2.c823 apr_hash_t **work_props, in read_props_from_wc() argument
839 *work_props = NULL; in read_props_from_wc()
849 apr_hash_t *work_props, in write_props_to_shelf() argument
866 if (work_props) in write_props_to_shelf()
884 apr_hash_t **work_props, in read_props_from_shelf() argument
910 *work_props = apr_hash_make(result_pool); in read_props_from_shelf()
920 *work_props = NULL; in read_props_from_shelf()
939 apr_hash_t *base_props, *work_props; in store_file() local
1488 apr_hash_t *work_props, in wc_node_add() argument
1497 to_wc_abspath, work_props, in wc_node_add()
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Dshelf2.c823 apr_hash_t **work_props, in read_props_from_wc() argument
839 *work_props = NULL; in read_props_from_wc()
849 apr_hash_t *work_props, in write_props_to_shelf() argument
866 if (work_props) in write_props_to_shelf()
884 apr_hash_t **work_props, in read_props_from_shelf() argument
910 *work_props = apr_hash_make(result_pool); in read_props_from_shelf()
920 *work_props = NULL; in read_props_from_shelf()
939 apr_hash_t *base_props, *work_props; in store_file() local
1488 apr_hash_t *work_props, in wc_node_add() argument
1497 to_wc_abspath, work_props, in wc_node_add()
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_client/
H A Dshelf2.c823 apr_hash_t **work_props, in read_props_from_wc() argument
839 *work_props = NULL; in read_props_from_wc()
849 apr_hash_t *work_props, in write_props_to_shelf() argument
866 if (work_props) in write_props_to_shelf()
884 apr_hash_t **work_props, in read_props_from_shelf() argument
910 *work_props = apr_hash_make(result_pool); in read_props_from_shelf()
920 *work_props = NULL; in read_props_from_shelf()
939 apr_hash_t *base_props, *work_props; in store_file() local
1488 apr_hash_t *work_props, in wc_node_add() argument
1497 to_wc_abspath, work_props, in wc_node_add()
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Dshelf2.c823 apr_hash_t **work_props, in read_props_from_wc() argument
839 *work_props = NULL; in read_props_from_wc()
849 apr_hash_t *work_props, in write_props_to_shelf() argument
866 if (work_props) in write_props_to_shelf()
884 apr_hash_t **work_props, in read_props_from_shelf() argument
910 *work_props = apr_hash_make(result_pool); in read_props_from_shelf()
920 *work_props = NULL; in read_props_from_shelf()
939 apr_hash_t *base_props, *work_props; in store_file() local
1488 apr_hash_t *work_props, in wc_node_add() argument
1497 to_wc_abspath, work_props, in wc_node_add()
[all …]

12