Searched refs:lhs_deref (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_ubo_reference.cpp859 ir_dereference *lhs_deref = ir->lhs->as_dereference(); local in function:__anonf648b2340110::lower_ubo_reference_visitor::check_for_buffer_array_copy
860 if (!lhs_deref)
863 assert(lhs_deref->type->length == rhs_deref->type->length);
866 for (unsigned i = 0; i < lhs_deref->type->length; i++) {
868 new(mem_ctx) ir_dereference_array(lhs_deref->clone(mem_ctx, NULL),
907 ir_dereference *lhs_deref = ir->lhs->as_dereference(); local in function:__anonf648b2340110::lower_ubo_reference_visitor::check_for_buffer_struct_copy
908 if (!lhs_deref)
911 assert(lhs_deref->type == rhs_deref->type);
914 for (unsigned i = 0; i < lhs_deref->type->length; i++) {
915 const char *field_name = lhs_deref
[all...]
H A Dopt_structure_splitting.cpp261 ir_dereference_variable *lhs_deref = ir->lhs->as_dereference_variable(); local in function:__anon9e3ff8b80110::ir_structure_splitting_visitor::visit_leave
263 variable_entry *lhs_entry = lhs_deref ? get_splitting_entry(lhs_deref->var) : NULL;
H A Dglsl_to_nir.cpp1682 nir_deref_instr *lhs_deref = this->deref; local in function:nir_visitor::visit
1699 enum gl_access_qualifier qualifiers = deref_get_qualifier(lhs_deref);
1702 nir_store_deref_with_access(&b, lhs_deref, src, ir->write_mask,
1706 nir_store_deref_with_access(&b, lhs_deref, src, ir->write_mask,
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_ubo_reference.cpp857 ir_dereference *lhs_deref = ir->lhs->as_dereference(); local in function:__anon515fc8010110::lower_ubo_reference_visitor::check_for_buffer_array_copy
858 if (!lhs_deref)
861 assert(lhs_deref->type->length == rhs_deref->type->length);
864 for (unsigned i = 0; i < lhs_deref->type->length; i++) {
866 new(mem_ctx) ir_dereference_array(lhs_deref->clone(mem_ctx, NULL),
905 ir_dereference *lhs_deref = ir->lhs->as_dereference(); local in function:__anon515fc8010110::lower_ubo_reference_visitor::check_for_buffer_struct_copy
906 if (!lhs_deref)
909 assert(lhs_deref->type == rhs_deref->type);
912 for (unsigned i = 0; i < lhs_deref->type->length; i++) {
913 const char *field_name = lhs_deref
[all...]
H A Dopt_structure_splitting.cpp261 ir_dereference_variable *lhs_deref = ir->lhs->as_dereference_variable(); local in function:__anon37572d050110::ir_structure_splitting_visitor::visit_leave
263 variable_entry *lhs_entry = lhs_deref ? get_splitting_entry(lhs_deref->var) : NULL;
H A Dglsl_to_nir.cpp1630 nir_deref_instr *lhs_deref = this->deref; local in function:nir_visitor::visit
1649 nir_store_deref(&b, lhs_deref, src, ir->write_mask);
1652 nir_store_deref(&b, lhs_deref, src, ir->write_mask);

Completed in 16 milliseconds