Searched refs:add_system_value (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | builtin_variables.cpp | 431 ir_variable *add_system_value(int slot, const glsl_type *type, int precision, in add_system_value() function in __anonf17808ff0111::builtin_variable_generator 436 ir_variable *add_system_value(int slot, const glsl_type *type, in add_system_value() function in __anonf17808ff0111::builtin_variable_generator 439 return add_system_value(slot, type, GLSL_PRECISION_NONE, name); in add_system_value() 1066 add_system_value(SYSTEM_VALUE_SUBGROUP_SIZE, uint_t, "gl_SubGroupSizeARB"); in generate_special_vars() 1067 add_system_value(SYSTEM_VALUE_SUBGROUP_INVOCATION, uint_t, "gl_SubGroupInvocationARB"); in generate_special_vars() 1068 add_system_value(SYSTEM_VALUE_SUBGROUP_EQ_MASK, uint64_t, "gl_SubGroupEqMaskARB"); in generate_special_vars() 1069 add_system_value(SYSTEM_VALUE_SUBGROUP_GE_MASK, uint64_t, "gl_SubGroupGeMaskARB"); in generate_special_vars() 1070 add_system_value(SYSTEM_VALUE_SUBGROUP_GT_MASK, uint64_t, "gl_SubGroupGtMaskARB"); in generate_special_vars() 1071 add_system_value(SYSTEM_VALUE_SUBGROUP_LE_MASK, uint64_t, "gl_SubGroupLeMaskARB"); in generate_special_vars() 1072 add_system_value(SYSTEM_VALUE_SUBGROUP_LT_MASK, uint64_t, "gl_SubGroupLtMaskARB"); in generate_special_vars() [all …]
|
D | lower_cs_derived.cpp | 70 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()
|