Searched refs:SYSTEM_VALUE_INVOCATION_ID (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_from_mesa.c | 234 case SYSTEM_VALUE_INVOCATION_ID: in tgsi_get_sysval_semantic()
|
/third_party/mesa3d/src/compiler/ |
D | shader_enums.c | 280 ENUM(SYSTEM_VALUE_INVOCATION_ID), in gl_system_value_name()
|
D | shader_enums.h | 732 SYSTEM_VALUE_INVOCATION_ID, /**< (Also in Tessellation Control shader) */ enumerator
|
/third_party/mesa3d/src/compiler/glsl/ |
D | builtin_variables.cpp | 1182 add_system_value(SYSTEM_VALUE_INVOCATION_ID, int_t, GLSL_PRECISION_HIGH, in generate_tcs_special_vars() 1282 add_system_value(SYSTEM_VALUE_INVOCATION_ID, int_t, GLSL_PRECISION_HIGH, in generate_gs_special_vars()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_info.c | 634 info->uses_invocationid = BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_INVOCATION_ID); in si_nir_scan_shader()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_shader_info.c | 593 … info->uses_invocation_id |= BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_INVOCATION_ID); in radv_nir_shader_info_pass()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir.c | 2400 case SYSTEM_VALUE_INVOCATION_ID: in nir_intrinsic_from_system_value() 2542 return SYSTEM_VALUE_INVOCATION_ID; in nir_system_value_from_intrinsic()
|
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_variables.c | 839 *location = SYSTEM_VALUE_INVOCATION_ID; in vtn_get_builtin_location()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_fs_nir.cpp | 170 reg = &v->nir_system_values[SYSTEM_VALUE_INVOCATION_ID]; in emit_system_values_block() 3262 fs_reg val = nir_system_values[SYSTEM_VALUE_INVOCATION_ID]; in nir_emit_gs_intrinsic()
|