Searched refs:groups_z (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/ |
D | buffer_convert.mm | 118 int groups_z = DivideRoundUp(slices, group_size.depth); 119 MTLSize groups_count = MTLSizeMake(groups_x, groups_y, groups_z);
|
/external/mesa3d/src/panfrost/lib/ |
D | decode.c | 553 unsigned groups_z = bits(invocation.invocations, invocation.workgroups_z_shift, 32) + 1; in pandecode_invocation() local 564 …panfrost_pack_work_groups_compute(&ref, groups_x, groups_y, groups_z, size_x, size_y, size_z, grap… in pandecode_invocation() 574 groups_x, groups_y, groups_z); in pandecode_invocation()
|