Home
last modified time | relevance | path

Searched refs:FF_MEM (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.c301 …{"READ_SCRATCH", { -1, 0x000002, 0x000002, 0x000002 }, FF_VTX | FF_MEM },
302 …{"READ_REDUCT", { -1, 0x000102, -1, -1 }, FF_VTX | FF_MEM },
303 …{"READ_MEM", { -1, 0x000202, 0x000202, 0x000202 }, FF_VTX | FF_MEM },
304 …{"DS_LOCAL_WRITE", { -1, 0x000402, -1, -1 }, FF_VTX | FF_MEM },
305 …{"DS_LOCAL_READ", { -1, 0x000502, -1, -1 }, FF_VTX | FF_MEM },
Dr600_isa.h130 FF_MEM = (1<<6), enumerator
Dr600_asm.c1550 if (r600_isa_fetch(vtx->op)->flags & FF_MEM) in r600_bytecode_vtx_build()
2375 if (r600_isa_fetch(vtx->op)->flags & FF_MEM) in r600_bytecode_disasm()
2393 if (r600_isa_fetch(vtx->op)->flags & FF_MEM) { in r600_bytecode_disasm()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_builder.cpp134 else if (f->bc.op_ptr->flags & FF_MEM) in build_fetch_clause()
708 assert(fop->flags & FF_MEM); in build_fetch_mem()
Dsb_bc_dump.cpp554 if (n.bc.op_ptr->flags & FF_MEM) { in dump()
Dsb_bc_decoder.cpp430 if (bc.op_ptr->flags & FF_MEM) in decode_fetch()