Home
last modified time | relevance | path

Searched defs:nesting_offset (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_controlflow.h74 int nesting_offset() const override { return 1; } in nesting_offset() function
H A Dsfn_instr_controlflow.cpp108 ControlFlowInstr::nesting_offset() const in nesting_offset() function in r600::ControlFlowInstr
H A Dsfn_instr.h101 virtual int nesting_offset() const { return 0; } in nesting_offset() function