| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_depth.h | 82 LLVMValueRef loop_counter); 92 LLVMValueRef loop_counter,
|
| H A D | 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, 528 lp_build_depth_stencil_load_swizzled(struct gallivm_state * gallivm,struct lp_type z_src_type,const struct util_format_description * format_desc,boolean is_1d,LLVMValueRef depth_ptr,LLVMValueRef depth_stride,LLVMValueRef * z_fb,LLVMValueRef * s_fb,LLVMValueRef loop_counter) argument 661 lp_build_depth_stencil_write_swizzled(struct gallivm_state * gallivm,struct lp_type z_src_type,const struct util_format_description * format_desc,boolean is_1d,struct lp_build_mask_context * mask,LLVMValueRef z_fb,LLVMValueRef s_fb,LLVMValueRef loop_counter,LLVMValueRef depth_ptr,LLVMValueRef depth_stride,LLVMValueRef z_value,LLVMValueRef s_value) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_depth.h | 82 LLVMValueRef loop_counter); 92 LLVMValueRef loop_counter,
|
| H A D | 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, 533 lp_build_depth_stencil_load_swizzled(struct gallivm_state * gallivm,struct lp_type z_src_type,const struct util_format_description * format_desc,boolean is_1d,LLVMValueRef depth_ptr,LLVMValueRef depth_stride,LLVMValueRef * z_fb,LLVMValueRef * s_fb,LLVMValueRef loop_counter) argument 672 lp_build_depth_stencil_write_swizzled(struct gallivm_state * gallivm,struct lp_type z_src_type,const struct util_format_description * format_desc,boolean is_1d,LLVMValueRef mask_value,LLVMValueRef z_fb,LLVMValueRef s_fb,LLVMValueRef loop_counter,LLVMValueRef depth_ptr,LLVMValueRef depth_stride,LLVMValueRef z_value,LLVMValueRef s_value) argument [all...] |
| H A D | lp_state_fs.c | 400 LLVMValueRef loop_counter, 414 s_mask_idx = LLVMBuildAdd(builder, s_mask_idx, loop_counter, ""); 396 lp_build_sample_alpha_to_coverage(struct gallivm_state * gallivm,struct lp_type type,unsigned coverage_samples,LLVMValueRef num_loop,LLVMValueRef loop_counter,LLVMValueRef coverage_mask_store,LLVMValueRef alpha) argument
|
| /xsrc/external/mit/brotli/dist/c/dec/ |
| H A D | 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 [all...] |
| H A D | state.h | 240 int loop_counter; member in struct:BrotliDecoderStateStruct
|
| H A D | state.c | 41 s->loop_counter = 0;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | 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, ""); 3323 generate_tcs_mask_value(struct draw_tcs_llvm_variant * variant,struct lp_type tcs_type,LLVMValueRef limit,LLVMValueRef loop_counter) argument 3776 generate_tes_mask_value(struct draw_tes_llvm_variant * variant,struct lp_type tes_type,LLVMValueRef limit,LLVMValueRef loop_counter) argument
|