Home
last modified time | relevance | path

Searched refs:midgard_op_st_128 (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_emit.c482 case midgard_op_st_128: { in midgard_pack_common_store_mask()
484 if (ins->op == midgard_op_st_128) in midgard_pack_common_store_mask()
Dmidgard.h631 midgard_op_st_128 = 0xD0, /* float4, long2 */ enumerator
Dcompiler.h578 .op = is_store ? midgard_op_st_128 : midgard_op_ld_128, in v_load_store_scratch()
Dmidgard_ops.c340 [midgard_op_st_128] = {"ST.128", M32 | LDST_STORE | LDST_ADDRESS},