Home
last modified time | relevance | path

Searched refs:clc_work_properties_data (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/microsoft/clc/
Dclc_nir.c54 nir_def *offset = load_ubo(b, intr, var, offsetof(struct clc_work_properties_data, in lower_load_base_global_invocation_id()
66 nir_def *dim = load_ubo(b, intr, var, offsetof(struct clc_work_properties_data, in lower_load_work_dim()
79 load_ubo(b, intr, var, offsetof(struct clc_work_properties_data, in lower_load_num_workgroups()
92 load_ubo(b, intr, var, offsetof(struct clc_work_properties_data, in lower_load_base_workgroup_id()
Dclc_compiler.h152 struct clc_work_properties_data { struct
Dcompute_test.h277 clc_work_properties_data work_props;
Dcompute_test.cpp541 clc_work_properties_data work_props = compile_args.work_props; in run_shader_with_raw_args()
Dclc_compiler.c446 sizeof(struct clc_work_properties_data) / sizeof(unsigned), in add_work_properties_var()