Searched refs:offset_of_array (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ | ||
| H A D | lower_ubo_reference.cpp | 769 * max((buffer_object_size - offset_of_array) / stride_of_array, 0) 773 ir_expression *offset_of_array = new(mem_ctx) local in function:__anonf648b2340110::lower_ubo_reference_visitor::process_ssbo_unsized_array_length 777 ir_expression(ir_unop_u2i, offset_of_array); |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ | ||
| H A D | lower_ubo_reference.cpp | 767 * max((buffer_object_size - offset_of_array) / stride_of_array, 0) 771 ir_expression *offset_of_array = new(mem_ctx) local in function:__anon515fc8010110::lower_ubo_reference_visitor::process_ssbo_unsized_array_length 775 ir_expression(ir_unop_u2i, offset_of_array); |
Completed in 5 milliseconds