Searched refs:SYSTEM_VALUE_LOCAL_INVOCATION_ID (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_from_mesa.c | 264 case SYSTEM_VALUE_LOCAL_INVOCATION_ID: in tgsi_get_sysval_semantic()
|
/external/mesa3d/src/compiler/glsl/ |
D | lower_cs_derived.cpp | 135 SYSTEM_VALUE_LOCAL_INVOCATION_ID, glsl_type::uvec3_type, in find_sysvals()
|
D | builtin_variables.cpp | 1407 add_system_value(SYSTEM_VALUE_LOCAL_INVOCATION_ID, uvec3_t, in generate_cs_special_vars()
|
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_compute.c | 117 local_invocation_id = ir3_find_sysval_regid(v, SYSTEM_VALUE_LOCAL_INVOCATION_ID); in cs_program_emit()
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_compute.c | 138 local_invocation_id = ir3_find_sysval_regid(v, SYSTEM_VALUE_LOCAL_INVOCATION_ID); in cs_program_emit()
|
/external/mesa3d/src/compiler/ |
D | shader_enums.c | 270 ENUM(SYSTEM_VALUE_LOCAL_INVOCATION_ID), in gl_system_value_name()
|
D | shader_enums.h | 633 SYSTEM_VALUE_LOCAL_INVOCATION_ID, enumerator
|
/external/mesa3d/src/freedreno/computerator/ |
D | a6xx.c | 157 local_invocation_id = ir3_find_sysval_regid(v, SYSTEM_VALUE_LOCAL_INVOCATION_ID); in cs_program_emit()
|
/external/mesa3d/src/compiler/nir/ |
D | nir.c | 2161 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/ |
D | ir3_parser.y | 536 add_sysval(reg, 0x7, SYSTEM_VALUE_LOCAL_INVOCATION_ID);
|
D | ir3_compiler_nir.c | 1857 create_sysval_input(ctx, SYSTEM_VALUE_LOCAL_INVOCATION_ID, 0x7); in emit_intrinsic()
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_variables.c | 931 *location = SYSTEM_VALUE_LOCAL_INVOCATION_ID; in vtn_get_builtin_location()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_pipeline.c | 486 ir3_find_sysval_regid(v, SYSTEM_VALUE_LOCAL_INVOCATION_ID); in tu6_emit_cs_config()
|