Home
last modified time | relevance | path

Searched refs:lhs_deref (Results 1 – 25 of 43) sorted by relevance

12

/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/glsl/
H A Dlower_ubo_reference.cpp859 ir_dereference *lhs_deref = ir->lhs->as_dereference(); in check_for_buffer_array_copy() local
860 if (!lhs_deref) in check_for_buffer_array_copy()
863 assert(lhs_deref->type->length == rhs_deref->type->length); in check_for_buffer_array_copy()
866 for (unsigned i = 0; i < lhs_deref->type->length; i++) { in check_for_buffer_array_copy()
868 new(mem_ctx) ir_dereference_array(lhs_deref->clone(mem_ctx, NULL), in check_for_buffer_array_copy()
907 ir_dereference *lhs_deref = ir->lhs->as_dereference(); in check_for_buffer_struct_copy() local
908 if (!lhs_deref) in check_for_buffer_struct_copy()
911 assert(lhs_deref->type == rhs_deref->type); in check_for_buffer_struct_copy()
914 for (unsigned i = 0; i < lhs_deref->type->length; i++) { in check_for_buffer_struct_copy()
915 const char *field_name = lhs_deref->type->fields.structure[i].name; in check_for_buffer_struct_copy()
[all …]
H A Dopt_structure_splitting.cpp261 ir_dereference_variable *lhs_deref = ir->lhs->as_dereference_variable(); in visit_leave() local
263 variable_entry *lhs_entry = lhs_deref ? get_splitting_entry(lhs_deref->var) : NULL; in visit_leave()
/dports/www/firefox/firefox-99.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dlower_ubo_reference.cpp857 ir_dereference *lhs_deref = ir->lhs->as_dereference(); in check_for_buffer_array_copy() local
858 if (!lhs_deref) in check_for_buffer_array_copy()
861 assert(lhs_deref->type->length == rhs_deref->type->length); in check_for_buffer_array_copy()
864 for (unsigned i = 0; i < lhs_deref->type->length; i++) { in check_for_buffer_array_copy()
866 new(mem_ctx) ir_dereference_array(lhs_deref->clone(mem_ctx, NULL), in check_for_buffer_array_copy()
905 ir_dereference *lhs_deref = ir->lhs->as_dereference(); in check_for_buffer_struct_copy() local
906 if (!lhs_deref) in check_for_buffer_struct_copy()
909 assert(lhs_deref->type == rhs_deref->type); in check_for_buffer_struct_copy()
912 for (unsigned i = 0; i < lhs_deref->type->length; i++) { in check_for_buffer_struct_copy()
913 const char *field_name = lhs_deref->type->fields.structure[i].name; in check_for_buffer_struct_copy()
[all …]
H A Dopt_structure_splitting.cpp261 ir_dereference_variable *lhs_deref = ir->lhs->as_dereference_variable(); in visit_leave() local
263 variable_entry *lhs_entry = lhs_deref ? get_splitting_entry(lhs_deref->var) : NULL; in visit_leave()
/dports/lang/clover/mesa-21.3.6/src/compiler/glsl/
H A Dlower_ubo_reference.cpp859 ir_dereference *lhs_deref = ir->lhs->as_dereference(); in check_for_buffer_array_copy() local
860 if (!lhs_deref) in check_for_buffer_array_copy()
863 assert(lhs_deref->type->length == rhs_deref->type->length); in check_for_buffer_array_copy()
866 for (unsigned i = 0; i < lhs_deref->type->length; i++) { in check_for_buffer_array_copy()
868 new(mem_ctx) ir_dereference_array(lhs_deref->clone(mem_ctx, NULL), in check_for_buffer_array_copy()
907 ir_dereference *lhs_deref = ir->lhs->as_dereference(); in check_for_buffer_struct_copy() local
908 if (!lhs_deref) in check_for_buffer_struct_copy()
911 assert(lhs_deref->type == rhs_deref->type); in check_for_buffer_struct_copy()
914 for (unsigned i = 0; i < lhs_deref->type->length; i++) { in check_for_buffer_struct_copy()
915 const char *field_name = lhs_deref->type->fields.structure[i].name; in check_for_buffer_struct_copy()
[all …]
H A Dopt_structure_splitting.cpp261 ir_dereference_variable *lhs_deref = ir->lhs->as_dereference_variable(); in visit_leave() local
263 variable_entry *lhs_entry = lhs_deref ? get_splitting_entry(lhs_deref->var) : NULL; in visit_leave()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dlower_ubo_reference.cpp857 ir_dereference *lhs_deref = ir->lhs->as_dereference(); in check_for_buffer_array_copy() local
858 if (!lhs_deref) in check_for_buffer_array_copy()
861 assert(lhs_deref->type->length == rhs_deref->type->length); in check_for_buffer_array_copy()
864 for (unsigned i = 0; i < lhs_deref->type->length; i++) { in check_for_buffer_array_copy()
866 new(mem_ctx) ir_dereference_array(lhs_deref->clone(mem_ctx, NULL), in check_for_buffer_array_copy()
905 ir_dereference *lhs_deref = ir->lhs->as_dereference(); in check_for_buffer_struct_copy() local
906 if (!lhs_deref) in check_for_buffer_struct_copy()
909 assert(lhs_deref->type == rhs_deref->type); in check_for_buffer_struct_copy()
912 for (unsigned i = 0; i < lhs_deref->type->length; i++) { in check_for_buffer_struct_copy()
913 const char *field_name = lhs_deref->type->fields.structure[i].name; in check_for_buffer_struct_copy()
[all …]
H A Dopt_structure_splitting.cpp261 ir_dereference_variable *lhs_deref = ir->lhs->as_dereference_variable(); in visit_leave() local
263 variable_entry *lhs_entry = lhs_deref ? get_splitting_entry(lhs_deref->var) : NULL; in visit_leave()
/dports/graphics/libosmesa/mesa-21.3.6/src/compiler/glsl/
H A Dlower_ubo_reference.cpp859 ir_dereference *lhs_deref = ir->lhs->as_dereference(); in check_for_buffer_array_copy() local
860 if (!lhs_deref) in check_for_buffer_array_copy()
863 assert(lhs_deref->type->length == rhs_deref->type->length); in check_for_buffer_array_copy()
866 for (unsigned i = 0; i < lhs_deref->type->length; i++) { in check_for_buffer_array_copy()
868 new(mem_ctx) ir_dereference_array(lhs_deref->clone(mem_ctx, NULL), in check_for_buffer_array_copy()
907 ir_dereference *lhs_deref = ir->lhs->as_dereference(); in check_for_buffer_struct_copy() local
908 if (!lhs_deref) in check_for_buffer_struct_copy()
911 assert(lhs_deref->type == rhs_deref->type); in check_for_buffer_struct_copy()
914 for (unsigned i = 0; i < lhs_deref->type->length; i++) { in check_for_buffer_struct_copy()
915 const char *field_name = lhs_deref->type->fields.structure[i].name; in check_for_buffer_struct_copy()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/compiler/glsl/
H A Dlower_ubo_reference.cpp859 ir_dereference *lhs_deref = ir->lhs->as_dereference(); in check_for_buffer_array_copy() local
860 if (!lhs_deref) in check_for_buffer_array_copy()
863 assert(lhs_deref->type->length == rhs_deref->type->length); in check_for_buffer_array_copy()
866 for (unsigned i = 0; i < lhs_deref->type->length; i++) { in check_for_buffer_array_copy()
868 new(mem_ctx) ir_dereference_array(lhs_deref->clone(mem_ctx, NULL), in check_for_buffer_array_copy()
907 ir_dereference *lhs_deref = ir->lhs->as_dereference(); in check_for_buffer_struct_copy() local
908 if (!lhs_deref) in check_for_buffer_struct_copy()
911 assert(lhs_deref->type == rhs_deref->type); in check_for_buffer_struct_copy()
914 for (unsigned i = 0; i < lhs_deref->type->length; i++) { in check_for_buffer_struct_copy()
915 const char *field_name = lhs_deref->type->fields.structure[i].name; in check_for_buffer_struct_copy()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/compiler/glsl/
H A Dlower_ubo_reference.cpp859 ir_dereference *lhs_deref = ir->lhs->as_dereference(); in check_for_buffer_array_copy() local
860 if (!lhs_deref) in check_for_buffer_array_copy()
863 assert(lhs_deref->type->length == rhs_deref->type->length); in check_for_buffer_array_copy()
866 for (unsigned i = 0; i < lhs_deref->type->length; i++) { in check_for_buffer_array_copy()
868 new(mem_ctx) ir_dereference_array(lhs_deref->clone(mem_ctx, NULL), in check_for_buffer_array_copy()
907 ir_dereference *lhs_deref = ir->lhs->as_dereference(); in check_for_buffer_struct_copy() local
908 if (!lhs_deref) in check_for_buffer_struct_copy()
911 assert(lhs_deref->type == rhs_deref->type); in check_for_buffer_struct_copy()
914 for (unsigned i = 0; i < lhs_deref->type->length; i++) { in check_for_buffer_struct_copy()
915 const char *field_name = lhs_deref->type->fields.structure[i].name; in check_for_buffer_struct_copy()
[all …]
H A Dopt_structure_splitting.cpp261 ir_dereference_variable *lhs_deref = ir->lhs->as_dereference_variable(); in visit_leave() local
263 variable_entry *lhs_entry = lhs_deref ? get_splitting_entry(lhs_deref->var) : NULL; in visit_leave()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dlower_ubo_reference.cpp857 ir_dereference *lhs_deref = ir->lhs->as_dereference(); in check_for_buffer_array_copy() local
858 if (!lhs_deref) in check_for_buffer_array_copy()
861 assert(lhs_deref->type->length == rhs_deref->type->length); in check_for_buffer_array_copy()
864 for (unsigned i = 0; i < lhs_deref->type->length; i++) { in check_for_buffer_array_copy()
866 new(mem_ctx) ir_dereference_array(lhs_deref->clone(mem_ctx, NULL), in check_for_buffer_array_copy()
905 ir_dereference *lhs_deref = ir->lhs->as_dereference(); in check_for_buffer_struct_copy() local
906 if (!lhs_deref) in check_for_buffer_struct_copy()
909 assert(lhs_deref->type == rhs_deref->type); in check_for_buffer_struct_copy()
912 for (unsigned i = 0; i < lhs_deref->type->length; i++) { in check_for_buffer_struct_copy()
913 const char *field_name = lhs_deref->type->fields.structure[i].name; in check_for_buffer_struct_copy()
[all …]
H A Dopt_structure_splitting.cpp261 ir_dereference_variable *lhs_deref = ir->lhs->as_dereference_variable(); in visit_leave() local
263 variable_entry *lhs_entry = lhs_deref ? get_splitting_entry(lhs_deref->var) : NULL; in visit_leave()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/compiler/glsl/
H A Dlower_ubo_reference.cpp859 ir_dereference *lhs_deref = ir->lhs->as_dereference(); in check_for_buffer_array_copy() local
860 if (!lhs_deref) in check_for_buffer_array_copy()
863 assert(lhs_deref->type->length == rhs_deref->type->length); in check_for_buffer_array_copy()
866 for (unsigned i = 0; i < lhs_deref->type->length; i++) { in check_for_buffer_array_copy()
868 new(mem_ctx) ir_dereference_array(lhs_deref->clone(mem_ctx, NULL), in check_for_buffer_array_copy()
907 ir_dereference *lhs_deref = ir->lhs->as_dereference(); in check_for_buffer_struct_copy() local
908 if (!lhs_deref) in check_for_buffer_struct_copy()
911 assert(lhs_deref->type == rhs_deref->type); in check_for_buffer_struct_copy()
914 for (unsigned i = 0; i < lhs_deref->type->length; i++) { in check_for_buffer_struct_copy()
915 const char *field_name = lhs_deref->type->fields.structure[i].name; in check_for_buffer_struct_copy()
[all …]
H A Dopt_structure_splitting.cpp261 ir_dereference_variable *lhs_deref = ir->lhs->as_dereference_variable(); in visit_leave() local
263 variable_entry *lhs_entry = lhs_deref ? get_splitting_entry(lhs_deref->var) : NULL; in visit_leave()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dlower_ubo_reference.cpp857 ir_dereference *lhs_deref = ir->lhs->as_dereference(); in check_for_buffer_array_copy() local
858 if (!lhs_deref) in check_for_buffer_array_copy()
861 assert(lhs_deref->type->length == rhs_deref->type->length); in check_for_buffer_array_copy()
864 for (unsigned i = 0; i < lhs_deref->type->length; i++) { in check_for_buffer_array_copy()
866 new(mem_ctx) ir_dereference_array(lhs_deref->clone(mem_ctx, NULL), in check_for_buffer_array_copy()
905 ir_dereference *lhs_deref = ir->lhs->as_dereference(); in check_for_buffer_struct_copy() local
906 if (!lhs_deref) in check_for_buffer_struct_copy()
909 assert(lhs_deref->type == rhs_deref->type); in check_for_buffer_struct_copy()
912 for (unsigned i = 0; i < lhs_deref->type->length; i++) { in check_for_buffer_struct_copy()
913 const char *field_name = lhs_deref->type->fields.structure[i].name; in check_for_buffer_struct_copy()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/compiler/glsl/
H A Dlower_ubo_reference.cpp859 ir_dereference *lhs_deref = ir->lhs->as_dereference(); in check_for_buffer_array_copy() local
860 if (!lhs_deref) in check_for_buffer_array_copy()
863 assert(lhs_deref->type->length == rhs_deref->type->length); in check_for_buffer_array_copy()
866 for (unsigned i = 0; i < lhs_deref->type->length; i++) { in check_for_buffer_array_copy()
868 new(mem_ctx) ir_dereference_array(lhs_deref->clone(mem_ctx, NULL), in check_for_buffer_array_copy()
907 ir_dereference *lhs_deref = ir->lhs->as_dereference(); in check_for_buffer_struct_copy() local
908 if (!lhs_deref) in check_for_buffer_struct_copy()
911 assert(lhs_deref->type == rhs_deref->type); in check_for_buffer_struct_copy()
914 for (unsigned i = 0; i < lhs_deref->type->length; i++) { in check_for_buffer_struct_copy()
915 const char *field_name = lhs_deref->type->fields.structure[i].name; in check_for_buffer_struct_copy()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/compiler/glsl/
H A Dlower_ubo_reference.cpp859 ir_dereference *lhs_deref = ir->lhs->as_dereference(); in check_for_buffer_array_copy() local
860 if (!lhs_deref) in check_for_buffer_array_copy()
863 assert(lhs_deref->type->length == rhs_deref->type->length); in check_for_buffer_array_copy()
866 for (unsigned i = 0; i < lhs_deref->type->length; i++) { in check_for_buffer_array_copy()
868 new(mem_ctx) ir_dereference_array(lhs_deref->clone(mem_ctx, NULL), in check_for_buffer_array_copy()
907 ir_dereference *lhs_deref = ir->lhs->as_dereference(); in check_for_buffer_struct_copy() local
908 if (!lhs_deref) in check_for_buffer_struct_copy()
911 assert(lhs_deref->type == rhs_deref->type); in check_for_buffer_struct_copy()
914 for (unsigned i = 0; i < lhs_deref->type->length; i++) { in check_for_buffer_struct_copy()
915 const char *field_name = lhs_deref->type->fields.structure[i].name; in check_for_buffer_struct_copy()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/compiler/glsl/
H A Dlower_ubo_reference.cpp859 ir_dereference *lhs_deref = ir->lhs->as_dereference(); in check_for_buffer_array_copy() local
860 if (!lhs_deref) in check_for_buffer_array_copy()
863 assert(lhs_deref->type->length == rhs_deref->type->length); in check_for_buffer_array_copy()
866 for (unsigned i = 0; i < lhs_deref->type->length; i++) { in check_for_buffer_array_copy()
868 new(mem_ctx) ir_dereference_array(lhs_deref->clone(mem_ctx, NULL), in check_for_buffer_array_copy()
907 ir_dereference *lhs_deref = ir->lhs->as_dereference(); in check_for_buffer_struct_copy() local
908 if (!lhs_deref) in check_for_buffer_struct_copy()
911 assert(lhs_deref->type == rhs_deref->type); in check_for_buffer_struct_copy()
914 for (unsigned i = 0; i < lhs_deref->type->length; i++) { in check_for_buffer_struct_copy()
915 const char *field_name = lhs_deref->type->fields.structure[i].name; in check_for_buffer_struct_copy()
[all …]
H A Dopt_structure_splitting.cpp260 ir_dereference_variable *lhs_deref = ir->lhs->as_dereference_variable(); in visit_leave() local
262 variable_entry *lhs_entry = lhs_deref ? get_splitting_entry(lhs_deref->var) : NULL; in visit_leave()
/dports/graphics/mesa-dri/mesa-21.3.6/src/compiler/glsl/
H A Dlower_ubo_reference.cpp859 ir_dereference *lhs_deref = ir->lhs->as_dereference(); in check_for_buffer_array_copy() local
860 if (!lhs_deref) in check_for_buffer_array_copy()
863 assert(lhs_deref->type->length == rhs_deref->type->length); in check_for_buffer_array_copy()
866 for (unsigned i = 0; i < lhs_deref->type->length; i++) { in check_for_buffer_array_copy()
868 new(mem_ctx) ir_dereference_array(lhs_deref->clone(mem_ctx, NULL), in check_for_buffer_array_copy()
907 ir_dereference *lhs_deref = ir->lhs->as_dereference(); in check_for_buffer_struct_copy() local
908 if (!lhs_deref) in check_for_buffer_struct_copy()
911 assert(lhs_deref->type == rhs_deref->type); in check_for_buffer_struct_copy()
914 for (unsigned i = 0; i < lhs_deref->type->length; i++) { in check_for_buffer_struct_copy()
915 const char *field_name = lhs_deref->type->fields.structure[i].name; in check_for_buffer_struct_copy()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/compiler/glsl/
H A Dlower_ubo_reference.cpp857 ir_dereference *lhs_deref = ir->lhs->as_dereference(); in check_for_buffer_array_copy() local
858 if (!lhs_deref) in check_for_buffer_array_copy()
861 assert(lhs_deref->type->length == rhs_deref->type->length); in check_for_buffer_array_copy()
864 for (unsigned i = 0; i < lhs_deref->type->length; i++) { in check_for_buffer_array_copy()
866 new(mem_ctx) ir_dereference_array(lhs_deref->clone(mem_ctx, NULL), in check_for_buffer_array_copy()
905 ir_dereference *lhs_deref = ir->lhs->as_dereference(); in check_for_buffer_struct_copy() local
906 if (!lhs_deref) in check_for_buffer_struct_copy()
909 assert(lhs_deref->type == rhs_deref->type); in check_for_buffer_struct_copy()
912 for (unsigned i = 0; i < lhs_deref->type->length; i++) { in check_for_buffer_struct_copy()
913 const char *field_name = lhs_deref->type->fields.structure[i].name; in check_for_buffer_struct_copy()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/
H A Dopt_structure_splitting.cpp264 ir_dereference_variable *lhs_deref = ir->lhs->as_dereference_variable(); in visit_leave() local
266 variable_entry *lhs_entry = lhs_deref ? get_splitting_entry(lhs_deref->var) : NULL; in visit_leave()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/
H A Dopt_structure_splitting.cpp264 ir_dereference_variable *lhs_deref = ir->lhs->as_dereference_variable(); in visit_leave() local
266 variable_entry *lhs_entry = lhs_deref ? get_splitting_entry(lhs_deref->var) : NULL; in visit_leave()

12