Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_parser.cpp232 if (cf->bc.rw_rel) in decode_cf()
234 assert(!cf->bc.rw_rel); in decode_cf()
236 if (cf->bc.rw_rel) in decode_cf()
238 assert(!cf->bc.rw_rel); in decode_cf()
Dsb_bc_decoder.cpp186 bc.rw_rel = w0.get_RW_REL(); in decode_cf_exp()
241 bc.rw_rel = w0.get_RW_REL(); in decode_cf_mem()
249 bc.rw_rel = w0.get_RW_REL(); in decode_cf_mem()
Dsb_bc_builder.cpp276 .RW_REL(bc.rw_rel) in build_cf_exp()
285 .RW_REL(bc.rw_rel) in build_cf_exp()
Dsb_bc.h466 unsigned rw_rel:1; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600InstrFormats.td469 bits<1> rw_rel;
479 let Word0{22} = rw_rel;
DR600Instructions.td237 let rw_rel = 0;