Searched refs:index_x_plus_y_plus_z (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ | ||
| H A D | lower_cs_derived.cpp | 199 ir_expression *index_x_plus_y_plus_z = add(index_y_plus_z, index_x); local in function:lower_cs_derived_visitor::make_gl_LocalInvocationIndex 201 assign(gl_LocalInvocationIndex, index_x_plus_y_plus_z); |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ | ||
| H A D | lower_cs_derived.cpp | 199 ir_expression *index_x_plus_y_plus_z = add(index_y_plus_z, index_x); local in function:lower_cs_derived_visitor::make_gl_LocalInvocationIndex 201 assign(gl_LocalInvocationIndex, index_x_plus_y_plus_z); |
Completed in 3 milliseconds