Searched refs:NST_FETCH_INST (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_dump.cpp370 if (n.subtype == NST_FETCH_INST) {
472 case NST_FETCH_INST:
H A Dsb_ir.h682 NST_FETCH_INST, enumerator in enum:r600_sb::node_subtype
818 bool is_fetch_inst() { return subtype == NST_FETCH_INST; }
1063 fetch_node() : node(NT_OP, NST_FETCH_INST) { memset(&bc, 0, sizeof(bc_fetch)); };
1067 virtual bool is_valid() { return subtype == NST_FETCH_INST; }
H A Dsb_ra_init.cpp650 case NST_FETCH_INST:
H A Dsb_shader.cpp597 case NST_FETCH_INST: {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_ir.h682 NST_FETCH_INST, enumerator in enum:r600_sb::node_subtype
817 bool is_fetch_inst() { return subtype == NST_FETCH_INST; }
1061 fetch_node() : node(NT_OP, NST_FETCH_INST) { memset(&bc, 0, sizeof(bc_fetch)); };
1065 virtual bool is_valid() { return subtype == NST_FETCH_INST; }
H A Dsb_dump.cpp465 case NST_FETCH_INST:
H A Dsb_ra_init.cpp645 case NST_FETCH_INST:
H A Dsb_shader.cpp597 case NST_FETCH_INST: {

Completed in 14 milliseconds