Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_controlflow.h94 int nesting_offset() const override { return 1;} in nesting_offset() function
Dsfn_instr_controlflow.cpp106 int ControlFlowInstr::nesting_offset() const in nesting_offset() function in r600::ControlFlowInstr
Dsfn_instr.h111 virtual int nesting_offset() const { return 0;} in nesting_offset() function