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

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_bld_depth.h 82 LLVMValueRef loop_counter);
92 LLVMValueRef loop_counter,
lp_bld_depth.c 526 * \param loop_counter the current loop iteration
541 LLVMValueRef loop_counter)
558 LLVMValueRef looplsb = LLVMBuildAnd(builder, loop_counter,
560 LLVMValueRef loopmsb = LLVMBuildAnd(builder, loop_counter,
575 LLVMValueRef loopx2 = LLVMBuildShl(builder, loop_counter,
665 * \param loop_counter the current loop iteration
679 LLVMValueRef loop_counter,
709 LLVMValueRef looplsb = LLVMBuildAnd(builder, loop_counter,
711 LLVMValueRef loopmsb = LLVMBuildAnd(builder, loop_counter,
721 LLVMValueRef loopx2 = LLVMBuildShl(builder, loop_counter,
    [all...]
lp_state_fs.c 400 LLVMValueRef loop_counter,
414 s_mask_idx = LLVMBuildAdd(builder, s_mask_idx, loop_counter, "");
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
lp_bld_depth.h 82 LLVMValueRef loop_counter);
92 LLVMValueRef loop_counter,
lp_bld_depth.c 521 * \param loop_counter the current loop iteration
536 LLVMValueRef loop_counter)
553 LLVMValueRef looplsb = LLVMBuildAnd(builder, loop_counter,
555 LLVMValueRef loopmsb = LLVMBuildAnd(builder, loop_counter,
570 LLVMValueRef loopx2 = LLVMBuildShl(builder, loop_counter,
654 * \param loop_counter the current loop iteration
668 LLVMValueRef loop_counter,
699 LLVMValueRef looplsb = LLVMBuildAnd(builder, loop_counter,
701 LLVMValueRef loopmsb = LLVMBuildAnd(builder, loop_counter,
711 LLVMValueRef loopx2 = LLVMBuildShl(builder, loop_counter,
    [all...]
  /xsrc/external/mit/brotli/dist/c/dec/
decode.c 262 s->loop_counter = 0;
272 i = s->loop_counter;
275 s->loop_counter = i;
322 i = s->loop_counter;
325 s->loop_counter = i;
1454 int i = s->loop_counter;
1459 s->loop_counter = i;
1737 int i = s->loop_counter;
2019 s->loop_counter = i;
2257 s->loop_counter = 0
    [all...]
state.h 240 int loop_counter; member in struct:BrotliDecoderStateStruct
state.c 41 s->loop_counter = 0;
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
draw_llvm.c 3324 struct lp_type tcs_type, LLVMValueRef limit, LLVMValueRef loop_counter)
3336 mask_val = LLVMBuildInsertElement(builder, mask_val, LLVMBuildAdd(builder, loop_counter, idx, ""), idx, "");
3777 struct lp_type tes_type, LLVMValueRef limit, LLVMValueRef loop_counter)
3789 mask_val = LLVMBuildInsertElement(builder, mask_val, LLVMBuildAdd(builder, loop_counter, idx, ""), idx, "");

Completed in 16 milliseconds