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

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Dnir_to_dxil.c1203 const struct dxil_mdnode *threads_x = dxil_get_metadata_int32(&ctx->mod, MAX2(s->info.workgroup_size[0], 1)); local in function:emit_threads
1206 if (!threads_x || !threads_y || !threads_z)
1209 const struct dxil_mdnode *threads_nodes[] = { threads_x, threads_y, threads_z };

Completed in 9 milliseconds