Home
last modified time | relevance | path

Searched refs:add_system_value (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp476 ir_variable *add_system_value(int slot, const glsl_type *type, int precision, in add_system_value() function in __anon217c19b00111::builtin_variable_generator
481 ir_variable *add_system_value(int slot, const glsl_type *type, in add_system_value() function in __anon217c19b00111::builtin_variable_generator
484 return add_system_value(slot, type, GLSL_PRECISION_NONE, name); in add_system_value()
1112 add_system_value(SYSTEM_VALUE_SUBGROUP_SIZE, uint_t, "gl_SubGroupSizeARB"); in generate_special_vars()
1113 add_system_value(SYSTEM_VALUE_SUBGROUP_INVOCATION, uint_t, "gl_SubGroupInvocationARB"); in generate_special_vars()
1114 add_system_value(SYSTEM_VALUE_SUBGROUP_EQ_MASK, uint64_t, "gl_SubGroupEqMaskARB"); in generate_special_vars()
1115 add_system_value(SYSTEM_VALUE_SUBGROUP_GE_MASK, uint64_t, "gl_SubGroupGeMaskARB"); in generate_special_vars()
1116 add_system_value(SYSTEM_VALUE_SUBGROUP_GT_MASK, uint64_t, "gl_SubGroupGtMaskARB"); in generate_special_vars()
1117 add_system_value(SYSTEM_VALUE_SUBGROUP_LE_MASK, uint64_t, "gl_SubGroupLeMaskARB"); in generate_special_vars()
1118 add_system_value(SYSTEM_VALUE_SUBGROUP_LT_MASK, uint64_t, "gl_SubGroupLtMaskARB"); in generate_special_vars()
[all …]
Dlower_cs_derived.cpp70 ir_variable *add_system_value(
94 lower_cs_derived_visitor::add_system_value( in add_system_value() function in lower_cs_derived_visitor
131 gl_WorkGroupID = add_system_value( in find_sysvals()
134 gl_LocalInvocationID = add_system_value( in find_sysvals()
140 add_system_value( in find_sysvals()