HomeSort by relevance Sort by last modified time
    Searched refs:lhs_deref (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/compiler/glsl/
lower_ubo_reference.cpp 856 ir_dereference *lhs_deref = ir->lhs->as_dereference();
857 if (!lhs_deref)
860 assert(lhs_deref->type->length == rhs_deref->type->length);
863 for (unsigned i = 0; i < lhs_deref->type->length; i++) {
865 new(mem_ctx) ir_dereference_array(lhs_deref->clone(mem_ctx, NULL),
904 ir_dereference *lhs_deref = ir->lhs->as_dereference();
905 if (!lhs_deref)
908 assert(lhs_deref->type == rhs_deref->type);
911 for (unsigned i = 0; i < lhs_deref->type->length; i++) {
912 const char *field_name = lhs_deref->type->fields.structure[i].name
    [all...]
opt_structure_splitting.cpp 261 ir_dereference_variable *lhs_deref = ir->lhs->as_dereference_variable(); local
263 variable_entry *lhs_entry = lhs_deref ? get_splitting_entry(lhs_deref->var) : NULL;
glsl_to_nir.cpp 1270 nir_deref_var *lhs_deref = this->deref_head; local
    [all...]

Completed in 381 milliseconds