Home
last modified time | relevance | path

Searched refs:CF_OP_MEM_SCRATCH (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_defines.h119 cf_mem_write_scratch = CF_OP_MEM_SCRATCH ,
Dsfn_assembler.cpp546 cf.op = CF_OP_MEM_SCRATCH; in visit()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h633 #define CF_OP_MEM_SCRATCH 65 macro
Dr600_asm.c1617 if (op != CF_OP_WAIT_ACK && op != CF_OP_MEM_SCRATCH) in r600_bytecode_add_cfinst()
Dr600_shader.c1639 cf.op = CF_OP_MEM_SCRATCH; in tgsi_src()
4474 cf.op = CF_OP_MEM_SCRATCH; in tgsi_dst()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_parser.cpp847 if (ctx.hw_class == HW_CLASS_R600 && c->bc.op == CF_OP_MEM_SCRATCH && in prepare_ir()
886 else if (c->bc.op == CF_OP_MEM_SCRATCH) { in prepare_ir()
Dsb_bc_finalize.cpp784 if (ctx.hw_class == HW_CLASS_R600 && c->bc.op == CF_OP_MEM_SCRATCH && in finalize_cf()