Home | History | Annotate | Download | only in glsl

Lines Matching refs:definitions

310          interface_block_definitions *definitions;
313 definitions = &in_interfaces;
316 definitions = &out_interfaces;
319 definitions = &uniform_interfaces;
322 definitions = &buffer_interfaces;
332 ir_variable *prev_def = definitions->lookup(var);
337 definitions->store(var);
339 linker_error(prog, "definitions of interface block `%s' do not"
361 interface_block_definitions definitions;
373 definitions.store(var);
382 ir_variable *producer_def = definitions.lookup(var);
399 linker_error(prog, "definitions of interface block `%s' do not "
411 interface_block_definitions definitions;
425 ir_variable *old_def = definitions.lookup(var);
427 definitions.store(var);
434 linker_error(prog, "definitions of uniform block `%s' do not "