Searched refs:workgroup_size_hint (Results 1 – 3 of 3) sorted by relevance
476 uint16_t workgroup_size_hint[3]; member
5015 b->shader->info.cs.workgroup_size_hint[0] = mode->operands[0]; in vtn_handle_execution_mode()5016 b->shader->info.cs.workgroup_size_hint[1] = mode->operands[1]; in vtn_handle_execution_mode()5017 b->shader->info.cs.workgroup_size_hint[2] = mode->operands[2]; in vtn_handle_execution_mode()5302 b->shader->info.cs.workgroup_size_hint[0] = vtn_constant_uint(b, mode->operands[0]); in vtn_handle_execution_mode_id()5303 b->shader->info.cs.workgroup_size_hint[1] = vtn_constant_uint(b, mode->operands[1]); in vtn_handle_execution_mode_id()5304 b->shader->info.cs.workgroup_size_hint[2] = vtn_constant_uint(b, mode->operands[2]); in vtn_handle_execution_mode_id()
1063 memcpy(metadata->local_size_hint, nir->info.cs.workgroup_size_hint, in clc_spirv_to_dxil()