Home
last modified time | relevance | path

Searched refs:SYSTEM_VALUE_LOCAL_INVOCATION_ID (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/compiler/
Dshader_enums.h311 #define SYSTEM_BIT_LOCAL_INVOCATION_ID ((uint64_t)1 << SYSTEM_VALUE_LOCAL_INVOCATION_ID)
530 SYSTEM_VALUE_LOCAL_INVOCATION_ID, enumerator
Dshader_enums.c230 ENUM(SYSTEM_VALUE_LOCAL_INVOCATION_ID), in gl_system_value_name()
/external/mesa3d/src/compiler/glsl/
Dlower_cs_derived.cpp134 SYSTEM_VALUE_LOCAL_INVOCATION_ID, glsl_type::uvec3_type, in find_sysvals()
Dbuiltin_variables.cpp1277 add_system_value(SYSTEM_VALUE_LOCAL_INVOCATION_ID, uvec3_t, in generate_cs_special_vars()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_compute.c110 local_invocation_id = ir3_find_sysval_regid(v, SYSTEM_VALUE_LOCAL_INVOCATION_ID); in cs_program_emit()
/external/mesa3d/src/compiler/nir/
Dnir.c1936 case SYSTEM_VALUE_LOCAL_INVOCATION_ID: in nir_intrinsic_from_system_value()
2008 return SYSTEM_VALUE_LOCAL_INVOCATION_ID; in nir_system_value_from_intrinsic()
/external/mesa3d/src/compiler/spirv/
Dvtn_variables.c1270 *location = SYSTEM_VALUE_LOCAL_INVOCATION_ID; in vtn_get_builtin_location()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c2124 add_sysval_input_compmask(ctx, SYSTEM_VALUE_LOCAL_INVOCATION_ID, in emit_intrinsic()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp5448 case SYSTEM_VALUE_LOCAL_INVOCATION_ID: in _mesa_sysval_to_semantic()