Searched refs:FF_MEM (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_isa.c | 301 …{"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 },
|
D | r600_isa.h | 130 FF_MEM = (1<<6), enumerator
|
D | r600_asm.c | 1550 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/ |
D | sb_bc_builder.cpp | 134 else if (f->bc.op_ptr->flags & FF_MEM) in build_fetch_clause() 708 assert(fop->flags & FF_MEM); in build_fetch_mem()
|
D | sb_bc_dump.cpp | 554 if (n.bc.op_ptr->flags & FF_MEM) { in dump()
|
D | sb_bc_decoder.cpp | 430 if (bc.op_ptr->flags & FF_MEM) in decode_fetch()
|