Searched refs:SYSTEM_VALUE_LOCAL_INVOCATION_ID (Results 1 - 15 of 15) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_from_mesa.c | 266 case SYSTEM_VALUE_LOCAL_INVOCATION_ID: in tgsi_get_sysval_semantic()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | lower_cs_derived.cpp | 135 SYSTEM_VALUE_LOCAL_INVOCATION_ID, glsl_type::uvec3_type, in find_sysvals()
|
H A D | builtin_variables.cpp | 1470 add_system_value(SYSTEM_VALUE_LOCAL_INVOCATION_ID, uvec3_t, in generate_cs_special_vars()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_compute.c | 94 ir3_find_sysval_regid(v, SYSTEM_VALUE_LOCAL_INVOCATION_ID); in cs_program_emit()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_compute.c | 85 ir3_find_sysval_regid(v, SYSTEM_VALUE_LOCAL_INVOCATION_ID);
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_compute.c | 79 ir3_find_sysval_regid(v, SYSTEM_VALUE_LOCAL_INVOCATION_ID); in cs_program_emit()
|
/third_party/mesa3d/src/freedreno/computerator/ |
H A D | a4xx.c | 132 ir3_find_sysval_regid(v, SYSTEM_VALUE_LOCAL_INVOCATION_ID); in cs_program_emit()
|
H A D | a6xx.c | 170 ir3_find_sysval_regid(v, SYSTEM_VALUE_LOCAL_INVOCATION_ID); in cs_program_emit()
|
/third_party/mesa3d/src/compiler/ |
H A D | shader_enums.c | 298 ENUM(SYSTEM_VALUE_LOCAL_INVOCATION_ID), in gl_system_value_name()
|
H A D | shader_enums.h | 769 SYSTEM_VALUE_LOCAL_INVOCATION_ID, enumerator
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir.c | 2418 case SYSTEM_VALUE_LOCAL_INVOCATION_ID: in nir_intrinsic_from_system_value() 2560 return SYSTEM_VALUE_LOCAL_INVOCATION_ID; in nir_system_value_from_intrinsic()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_parser.y | 742 add_sysval(reg, 0x7, SYSTEM_VALUE_LOCAL_INVOCATION_ID);
|
H A D | ir3_compiler_nir.c | 2383 create_sysval_input(ctx, SYSTEM_VALUE_LOCAL_INVOCATION_ID, 0x7); in emit_intrinsic()
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_variables.c | 942 *location = SYSTEM_VALUE_LOCAL_INVOCATION_ID; in vtn_get_builtin_location()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_pipeline.c | 700 ir3_find_sysval_regid(v, SYSTEM_VALUE_LOCAL_INVOCATION_ID); in tu6_emit_cs_config()
|
Completed in 31 milliseconds