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

  /external/mesa3d/src/compiler/glsl/
lower_named_interface_blocks.cpp 183 new_var->data.explicit_xfb_offset =
ast_type.cpp 85 || this->flags.q.explicit_xfb_offset
418 if (q.flags.q.explicit_offset || q.flags.q.explicit_xfb_offset)
771 bad.flags.q.explicit_xfb_offset ? " xfb_offset" : "",
ast.h 580 unsigned explicit_xfb_offset:1; /**< xfb_offset value assigned explicitly by shader code */ member in struct:ast_type_qualifier::__anon27314::__anon27315
    [all...]
ast_to_hir.cpp     [all...]
link_varyings.cpp 144 if (var->data.explicit_xfb_offset) {
160 if (var->data.explicit_xfb_offset) {
    [all...]
ir.h 767 unsigned explicit_xfb_offset:1; member in struct:ir_variable::ir_variable_data
    [all...]

Completed in 79 milliseconds