Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
H A Dlower_cs_derived.cpp216 ir->var->data.location == SYSTEM_VALUE_LOCAL_INVOCATION_INDEX) { in visit()
H A Dbuiltin_variables.cpp1482 add_system_value(SYSTEM_VALUE_LOCAL_INVOCATION_INDEX, in generate_cs_special_vars()
/third_party/mesa3d/src/compiler/
H A Dshader_enums.c299 ENUM(SYSTEM_VALUE_LOCAL_INVOCATION_INDEX), in gl_system_value_name()
H A Dshader_enums.h770 SYSTEM_VALUE_LOCAL_INVOCATION_INDEX, enumerator
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader_info.c598 info->cs.uses_local_invocation_idx = BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_LOCAL_INVOCATION_INDEX) | in radv_nir_shader_info_pass()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_info.c636 info->uses_subgroup_info = BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_LOCAL_INVOCATION_INDEX) || in si_nir_scan_shader()
/third_party/mesa3d/src/compiler/nir/
H A Dnir.c2420 case SYSTEM_VALUE_LOCAL_INVOCATION_INDEX: in nir_intrinsic_from_system_value()
2562 return SYSTEM_VALUE_LOCAL_INVOCATION_INDEX; in nir_system_value_from_intrinsic()
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_variables.c946 *location = SYSTEM_VALUE_LOCAL_INVOCATION_INDEX; in vtn_get_builtin_location()

Completed in 15 milliseconds