Home
last modified time | relevance | path

Searched defs:vc_opcode (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_fetch.h82 EVFetchInstr vc_opcode() const { return m_vc_opcode;} in vc_opcode() function
Dsfn_instruction_fetch.cpp79 FetchInstruction::FetchInstruction(EVFetchInstr vc_opcode, in FetchInstruction()