Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/
Dshader_enums.h311 #define SYSTEM_BIT_LOCAL_INVOCATION_ID ((uint64_t)1 << SYSTEM_VALUE_LOCAL_INVOCATION_ID)
471 SYSTEM_VALUE_LOCAL_INVOCATION_ID, enumerator
Dshader_enums.c221 ENUM(SYSTEM_VALUE_LOCAL_INVOCATION_ID), in gl_system_value_name()
/external/mesa3d/src/compiler/nir/
Dnir.c1884 case SYSTEM_VALUE_LOCAL_INVOCATION_ID: in nir_intrinsic_from_system_value()
1936 return SYSTEM_VALUE_LOCAL_INVOCATION_ID; in nir_system_value_from_intrinsic()
/external/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp1256 add_system_value(SYSTEM_VALUE_LOCAL_INVOCATION_ID, uvec3_t, in generate_cs_special_vars()
/external/mesa3d/src/compiler/spirv/
Dvtn_variables.c998 *location = SYSTEM_VALUE_LOCAL_INVOCATION_ID; in vtn_get_builtin_location()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp5291 case SYSTEM_VALUE_LOCAL_INVOCATION_ID: in _mesa_sysval_to_semantic()