Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c270 case SYSTEM_VALUE_NUM_WORKGROUPS: in tgsi_get_sysval_semantic()
/third_party/mesa3d/src/compiler/
H A Dshader_enums.c304 ENUM(SYSTEM_VALUE_NUM_WORKGROUPS), in gl_system_value_name()
H A Dshader_enums.h776 SYSTEM_VALUE_NUM_WORKGROUPS, enumerator
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader_info.c597 info->cs.uses_grid_size = BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_NUM_WORKGROUPS); in radv_nir_shader_info_pass()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_info.c635 info->uses_grid_size = BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_NUM_WORKGROUPS); in si_nir_scan_shader()
/third_party/mesa3d/src/compiler/nir/
H A Dnir.c2426 case SYSTEM_VALUE_NUM_WORKGROUPS: in nir_intrinsic_from_system_value()
2564 return SYSTEM_VALUE_NUM_WORKGROUPS; in nir_system_value_from_intrinsic()
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_variables.cpp1473 add_system_value(SYSTEM_VALUE_NUM_WORKGROUPS, uvec3_t, "gl_NumWorkGroups"); in generate_cs_special_vars()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_draw.cpp1272 if (!BITSET_TEST(ctx->compute_state->current->nir->info.system_values_read, SYSTEM_VALUE_NUM_WORKGROUPS)) in update_dispatch_indirect_with_sysvals()
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_variables.c929 *location = SYSTEM_VALUE_NUM_WORKGROUPS; in vtn_get_builtin_location()

Completed in 26 milliseconds