Searched refs:cf_op (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_emitssboinstruction.cpp | 405 auto cf_op = cf_mem_rat; in emit_store_ssbo() local 407 auto store = new RatInstruction(cf_op, RatInstruction::STORE_TYPED, in emit_store_ssbo() 417 store = new RatInstruction(cf_op, RatInstruction::STORE_TYPED, in emit_store_ssbo() 568 …auto cf_op = cf_mem_rat;// nir_intrinsic_access(intrin) & ACCESS_COHERENT ? cf_mem_rat_cacheless :… in emit_image_load() local 570 auto store = new RatInstruction(cf_op, rat_op, m_rat_return_address, coord, imageid, in emit_image_load()
|
D | sfn_ir_to_assembly.cpp | 335 auto cf_op = ai.cf_type(); in visit() local 338 switch (cf_op) { in visit()
|
/third_party/mesa3d/src/asahi/compiler/ |
D | agx_opcodes.py | 228 for (cf, cf_op) in [("if", 0), ("else", 1), ("while", 2)]: 230 exact = 0x42 | (0x0 if is_float else 0x10) | (cf_op << 9)
|