Home | History | Annotate | Download | only in glsl

Lines Matching defs:add_variable

34 add_variable(const char *name, enum ir_variable_mode mode, int slot,
62 symtab->add_variable(var);
71 return add_variable(name, ir_var_uniform, -1, type, instructions,
86 add_variable(proto->name, proto->mode, proto->slot, type, instructions,
95 ir_variable *const var = add_variable(name, ir_var_auto,
267 add_variable("gl_TexCoord", ir_var_out, VERT_RESULT_TEX0, vec4_array_type,
302 add_variable("gl_ClipDistance", ir_var_out, -1, clip_distance_array_type,
383 add_variable("gl_TexCoord", ir_var_in, FRAG_ATTRIB_TEX0, vec4_array_type,
399 add_variable("gl_MaxDrawBuffers", ir_var_auto, -1,
417 add_variable("gl_FragData", ir_var_out, FRAG_RESULT_DATA0,
433 add_variable("gl_FragStencilRefARB", ir_var_out, FRAG_RESULT_STENCIL,
465 add_variable("gl_ClipDistance", ir_var_in, -1, clip_distance_array_type,