Home
last modified time | relevance | path

Searched refs:workgroup_size_hint (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/
Dshader_info.h476 uint16_t workgroup_size_hint[3]; member
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c5015 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()
/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler.c1063 memcpy(metadata->local_size_hint, nir->info.cs.workgroup_size_hint, in clc_spirv_to_dxil()