HomeSort by: relevance | last modified time | path
    Searched refs:excess (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
pan_allocate.c 131 int excess = *stack & (ALIGNMENT - 1); local
134 if (excess)
135 *stack += ALIGNMENT - excess;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_state_fs_linear_llvm.c 266 LLVMValueRef excess; local
452 excess = LLVMBuildAnd(builder, width, LLVMConstInt(int32t, 3, 0), "");
473 lp_build_if(&ifstate, gallivm, LLVMBuildICmp(builder, LLVMIntNE, excess, LLVMConstInt(int32t, 0, 0), ""));
494 lp_build_loop_end_cond(&loop_read, excess, LLVMConstInt(int32t, 1, 0), LLVMIntUGE);
510 lp_build_loop_end_cond(&loop_write, excess, LLVMConstInt(int32t, 1, 0), LLVMIntUGE);
  /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
bi_ra.c 198 unsigned excess = count - 1; local
199 uint64_t mask = BITFIELD_MASK(excess);
200 clobbered |= mask << (64 - excess);
203 clobbered |= mask << (16 - excess);
  /xsrc/external/mit/xorg-server/dist/mi/
miarc.c 2269 int excess; local
2291 excess = angle - dashIndexToXAngle(di);
2297 if (excess > 0) {
2299 ((double) excess) / dashXAngleStep;
  /xsrc/external/mit/xorg-server.old/dist/mi/
miarc.c 2171 int excess; local
2192 excess = angle - dashIndexToXAngle (di);
2198 if (excess > 0) {
2200 ((double) excess) / dashXAngleStep;
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_instruction_selection.cpp 3963 unsigned excess = const_offset - (const_offset % const_offset_range);
3964 offset = bld.vadd32(bld.def(v1), offset, Operand::c32(excess));
3965 const_offset -= excess;

Completed in 39 milliseconds