Home
last modified time | relevance | path

Searched defs:post_shift (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/util/
Dfast_idiv_by_const.h121 unsigned post_shift; /* shift for the dividend after multiplying */ member
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute_prim_discard.c411 LLVMValueRef post_shift = in si_build_prim_discard_compute_shader() local
Dsi_state.h549 unsigned post_shift; /* shift for the dividend after multiplying */ member
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c667 LLVMValueRef post_shift, LLVMValueRef increment) in ac_build_fast_udiv()
685 LLVMValueRef post_shift, LLVMValueRef increment) in ac_build_fast_udiv_nuw()
701 LLVMValueRef multiplier, LLVMValueRef post_shift) in ac_build_fast_udiv_u31_d_not_one()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp280 bool post_shift = info.post_shift != 0; in emit_v_div_u32() local