Searched refs:c32_or_c64 (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
D | aco_insert_exec_mask.cpp | 266 start_exec = Operand::c32_or_c64(-1u, bld.lm == s2); in add_coupling_code() 684 bld.copy(Definition(dst), Operand::c32_or_c64(1u, dst.size() == 2)); in process_instructions() 688 Operand::c32_or_c64(1u, dst.size() == 2), Operand(first_lane_idx)); in process_instructions()
|
D | aco_ir.h | 565 static Operand c32(uint32_t v) noexcept { return c32_or_c64(v, false); } in c32() 615 static Operand c32_or_c64(uint32_t v, bool is64bit) noexcept in c32_or_c64() function
|
D | aco_optimizer.cpp | 915 return Operand::c32_or_c64(info.val, true); in get_constant_op()
|
D | aco_instruction_selection.cpp | 11880 Operand::c32_or_c64(1u, ctx->program->wave_size == 64), first_lane); in ngg_emit_sendmsg_gs_alloc_req()
|