Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Deg_asm.c162 unsigned gds_op = (r600_isa_fetch_opcode(bc->isa->hw_class, gds->op) >> 8) & 0x3f; in eg_bytecode_gds_build() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_scheduler.cpp112 std::list<GDSInstr *> gds_op; member in r600::CollectInstructions