Searched refs:add_system_value (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dbuiltin_variables.cpp476 ir_variable *add_system_value(int slot, const glsl_type *type, int precision, function in class:__anon505b80a70110::builtin_variable_generator
481 ir_variable *add_system_value(int slot, const glsl_type *type, function in class:__anon505b80a70110::builtin_variable_generator
484 return add_system_value(slot, type, GLSL_PRECISION_NONE, name);
1112 add_system_value(SYSTEM_VALUE_SUBGROUP_SIZE, uint_t, "gl_SubGroupSizeARB");
1113 add_system_value(SYSTEM_VALUE_SUBGROUP_INVOCATION, uint_t, "gl_SubGroupInvocationARB");
1114 add_system_value(SYSTEM_VALUE_SUBGROUP_EQ_MASK, uint64_t, "gl_SubGroupEqMaskARB");
1115 add_system_value(SYSTEM_VALUE_SUBGROUP_GE_MASK, uint64_t, "gl_SubGroupGeMaskARB");
1116 add_system_value(SYSTEM_VALUE_SUBGROUP_GT_MASK, uint64_t, "gl_SubGroupGtMaskARB");
1117 add_system_value(SYSTEM_VALUE_SUBGROUP_LE_MASK, uint64_t, "gl_SubGroupLeMaskARB");
1118 add_system_value(SYSTEM_VALUE_SUBGROUP_LT_MAS
[all...]
H A Dlower_cs_derived.cpp70 ir_variable *add_system_value(
94 lower_cs_derived_visitor::add_system_value( function in class:lower_cs_derived_visitor
131 gl_WorkGroupID = add_system_value(
134 gl_LocalInvocationID = add_system_value(
140 add_system_value(
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_cs_derived.cpp70 ir_variable *add_system_value(
94 lower_cs_derived_visitor::add_system_value( function in class:lower_cs_derived_visitor
131 gl_WorkGroupID = add_system_value(
134 gl_LocalInvocationID = add_system_value(
140 add_system_value(
H A Dbuiltin_variables.cpp413 ir_variable *add_system_value(int slot, const glsl_type *type, function in class:__anonc328bf340110::builtin_variable_generator
1008 add_system_value(SYSTEM_VALUE_SUBGROUP_SIZE, uint_t, "gl_SubGroupSizeARB");
1009 add_system_value(SYSTEM_VALUE_SUBGROUP_INVOCATION, uint_t, "gl_SubGroupInvocationARB");
1010 add_system_value(SYSTEM_VALUE_SUBGROUP_EQ_MASK, uint64_t, "gl_SubGroupEqMaskARB");
1011 add_system_value(SYSTEM_VALUE_SUBGROUP_GE_MASK, uint64_t, "gl_SubGroupGeMaskARB");
1012 add_system_value(SYSTEM_VALUE_SUBGROUP_GT_MASK, uint64_t, "gl_SubGroupGtMaskARB");
1013 add_system_value(SYSTEM_VALUE_SUBGROUP_LE_MASK, uint64_t, "gl_SubGroupLeMaskARB");
1014 add_system_value(SYSTEM_VALUE_SUBGROUP_LT_MASK, uint64_t, "gl_SubGroupLtMaskARB");
1028 add_system_value(SYSTEM_VALUE_VERTEX_ID, int_t, "gl_VertexID");
1030 add_system_value(SYSTEM_VALUE_BASE_VERTE
[all...]

Completed in 26 milliseconds