Searched refs:uniform_block (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | lower_ubo_reference.cpp | 53 struct_field(NULL), variable(NULL), uniform_block(NULL), 118 ir_rvalue *uniform_block; member in class:__anonf648b2340110::lower_ubo_reference_visitor 304 this->uniform_block = NULL; 311 this->uniform_block = add(nonconst_block_index, index); 313 this->uniform_block = index; 326 assert(this->uniform_block); 400 ir_rvalue *block_ref = this->uniform_block->clone(mem_ctx, NULL); 471 call_params.push_tail(this->uniform_block->clone(mem_ctx, NULL)); 514 call_params.push_tail(this->uniform_block->clone(mem_ctx, NULL)); 673 ir_rvalue *block_ref = this->uniform_block [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | lower_ubo_reference.cpp | 116 ir_rvalue *uniform_block; member in class:__anon515fc8010110::lower_ubo_reference_visitor 302 this->uniform_block = NULL; 309 this->uniform_block = add(nonconst_block_index, index); 311 this->uniform_block = index; 324 assert(this->uniform_block); 398 ir_rvalue *block_ref = this->uniform_block->clone(mem_ctx, NULL); 469 call_params.push_tail(this->uniform_block->clone(mem_ctx, NULL)); 512 call_params.push_tail(this->uniform_block->clone(mem_ctx, NULL)); 671 ir_rvalue *block_ref = this->uniform_block->clone(mem_ctx, NULL); 1006 ir_rvalue *block_index = this->uniform_block [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.6.0.rst | 284 ES3-CTS.shaders.uniform_block.random.basic_arrays.3 fails
|
Completed in 5 milliseconds