Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c264 case SYSTEM_VALUE_LOCAL_INVOCATION_ID: in tgsi_get_sysval_semantic()
/external/mesa3d/src/compiler/glsl/
Dlower_cs_derived.cpp135 SYSTEM_VALUE_LOCAL_INVOCATION_ID, glsl_type::uvec3_type, in find_sysvals()
Dbuiltin_variables.cpp1407 add_system_value(SYSTEM_VALUE_LOCAL_INVOCATION_ID, uvec3_t, in generate_cs_special_vars()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_compute.c117 local_invocation_id = ir3_find_sysval_regid(v, SYSTEM_VALUE_LOCAL_INVOCATION_ID); in cs_program_emit()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_compute.c138 local_invocation_id = ir3_find_sysval_regid(v, SYSTEM_VALUE_LOCAL_INVOCATION_ID); in cs_program_emit()
/external/mesa3d/src/compiler/
Dshader_enums.c270 ENUM(SYSTEM_VALUE_LOCAL_INVOCATION_ID), in gl_system_value_name()
Dshader_enums.h633 SYSTEM_VALUE_LOCAL_INVOCATION_ID, enumerator
/external/mesa3d/src/freedreno/computerator/
Da6xx.c157 local_invocation_id = ir3_find_sysval_regid(v, SYSTEM_VALUE_LOCAL_INVOCATION_ID); in cs_program_emit()
/external/mesa3d/src/compiler/nir/
Dnir.c2161 case SYSTEM_VALUE_LOCAL_INVOCATION_ID: in nir_intrinsic_from_system_value()
2291 return SYSTEM_VALUE_LOCAL_INVOCATION_ID; in nir_system_value_from_intrinsic()
/external/mesa3d/src/freedreno/ir3/
Dir3_parser.y536 add_sysval(reg, 0x7, SYSTEM_VALUE_LOCAL_INVOCATION_ID);
Dir3_compiler_nir.c1857 create_sysval_input(ctx, SYSTEM_VALUE_LOCAL_INVOCATION_ID, 0x7); in emit_intrinsic()
/external/mesa3d/src/compiler/spirv/
Dvtn_variables.c931 *location = SYSTEM_VALUE_LOCAL_INVOCATION_ID; in vtn_get_builtin_location()
/external/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c486 ir3_find_sysval_regid(v, SYSTEM_VALUE_LOCAL_INVOCATION_ID); in tu6_emit_cs_config()