Home
last modified time | relevance | path

Searched refs:NST_FETCH_INST (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_dump.cpp370 if (n.subtype == NST_FETCH_INST) { in dump_op()
470 case NST_FETCH_INST: in dump_op()
Dsb_ir.h682 NST_FETCH_INST, enumerator
817 bool is_fetch_inst() { return subtype == NST_FETCH_INST; } in is_fetch_inst()
1061 fetch_node() : node(NT_OP, NST_FETCH_INST) { memset(&bc, 0, sizeof(bc_fetch)); }; in fetch_node()
1065 virtual bool is_valid() { return subtype == NST_FETCH_INST; } in is_valid()
Dsb_shader.cpp597 case NST_FETCH_INST: { in get_queue_id()
Dsb_ra_init.cpp645 case NST_FETCH_INST: in split_op()