Searched refs:block_ref (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_ubo_reference.cpp400 ir_rvalue *block_ref = this->uniform_block->clone(mem_ctx, NULL); local in function:__anonf648b2340110::lower_ubo_reference_visitor::ubo_load
404 block_ref,
441 ir_variable *block_ref = new(mem_ctx) local in function:__anonf648b2340110::lower_ubo_reference_visitor::ssbo_store
442 ir_variable(glsl_type::uint_type, "block_ref" , ir_var_function_in);
443 sig_params.push_tail(block_ref);
486 ir_variable *block_ref = new(mem_ctx) local in function:__anonf648b2340110::lower_ubo_reference_visitor::ssbo_load
487 ir_variable(glsl_type::uint_type, "block_ref" , ir_var_function_in);
488 sig_params.push_tail(block_ref);
673 ir_rvalue *block_ref = this->uniform_block->clone(mem_ctx, NULL); local in function:__anonf648b2340110::lower_ubo_reference_visitor::emit_ssbo_get_buffer_size
676 block_ref);
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_ubo_reference.cpp398 ir_rvalue *block_ref = this->uniform_block->clone(mem_ctx, NULL); local in function:__anon515fc8010110::lower_ubo_reference_visitor::ubo_load
402 block_ref,
439 ir_variable *block_ref = new(mem_ctx) local in function:__anon515fc8010110::lower_ubo_reference_visitor::ssbo_store
440 ir_variable(glsl_type::uint_type, "block_ref" , ir_var_function_in);
441 sig_params.push_tail(block_ref);
484 ir_variable *block_ref = new(mem_ctx) local in function:__anon515fc8010110::lower_ubo_reference_visitor::ssbo_load
485 ir_variable(glsl_type::uint_type, "block_ref" , ir_var_function_in);
486 sig_params.push_tail(block_ref);
671 ir_rvalue *block_ref = this->uniform_block->clone(mem_ctx, NULL); local in function:__anon515fc8010110::lower_ubo_reference_visitor::emit_ssbo_get_buffer_size
674 block_ref);
[all...]

Completed in 4 milliseconds