Searched refs:mask_store (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.h141 LLVMValueRef mask_store,
154 LLVMValueRef mask_store,
H A Dlp_bld_interp.c160 LLVMValueRef mask_store,
174 sample_cov = lp_build_pointer_get(builder, mask_store, s_mask_idx);
282 LLVMValueRef mask_store,
374 calc_centroid_offsets(bld, gallivm, loop_iter, mask_store,
516 LLVMValueRef mask_store,
587 calc_centroid_offsets(bld, gallivm, loop_iter, mask_store,
801 LLVMValueRef mask_store,
804 attribs_update_simple(bld, gallivm, quad_start_index, mask_store, sample_id, 1, bld->num_attribs);
157 calc_centroid_offsets(struct lp_build_interp_soa_context * bld,struct gallivm_state * gallivm,LLVMValueRef loop_iter,LLVMValueRef mask_store,LLVMValueRef pix_center_offset,LLVMValueRef * centroid_x,LLVMValueRef * centroid_y) argument
279 attribs_update_simple(struct lp_build_interp_soa_context * bld,struct gallivm_state * gallivm,LLVMValueRef loop_iter,LLVMValueRef mask_store,LLVMValueRef sample_id,int start,int end) argument
513 lp_build_interp_soa(struct lp_build_interp_soa_context * bld,struct gallivm_state * gallivm,LLVMValueRef loop_iter,LLVMValueRef mask_store,unsigned attrib,unsigned chan,unsigned loc,LLVMValueRef indir_index,LLVMValueRef offsets[2]) argument
798 lp_build_interp_soa_update_inputs_dyn(struct lp_build_interp_soa_context * bld,struct gallivm_state * gallivm,LLVMValueRef quad_start_index,LLVMValueRef mask_store,LLVMValueRef sample_id) argument
H A Dlp_state_fs.c426 LLVMValueRef mask_store; member in struct:lp_build_fs_llvm_iface
450 fs_iface->mask_store,
571 LLVMValueRef mask_store,
733 LLVMValueRef s_mask = lp_build_pointer_get(builder, mask_store, s_mask_idx);
744 mask_ptr = LLVMBuildGEP(builder, mask_store,
805 s_mask_ptr = LLVMBuildGEP(builder, mask_store, &s_mask_idx, 1, "");
932 s_mask_ptr = LLVMBuildGEP(builder, mask_store, &s_mask_idx, 1, "");
946 lp_build_interp_soa_update_inputs_dyn(interp, gallivm, loop_state.counter, mask_store, sample_loop_state.counter);
954 .mask_store = mask_store,
560 generate_fs_loop(struct gallivm_state * gallivm,struct lp_fragment_shader * shader,const struct lp_fragment_shader_variant_key * key,LLVMBuilderRef builder,struct lp_type type,LLVMValueRef context_ptr,LLVMValueRef sample_pos_array,LLVMValueRef num_loop,struct lp_build_interp_soa_context * interp,const struct lp_build_sampler_soa * sampler,const struct lp_build_image_soa * image,LLVMValueRef mask_store,LLVMValueRef (* out_color)[4],LLVMValueRef depth_base_ptr,LLVMValueRef depth_stride,LLVMValueRef depth_sample_stride,LLVMValueRef color_ptr_ptr,LLVMValueRef color_stride_ptr,LLVMValueRef color_sample_stride_ptr,LLVMValueRef facing,LLVMValueRef thread_data_ptr) argument
3185 LLVMValueRef mask_store = lp_build_array_alloca(gallivm, mask_type, local in function:generate_fragment
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c303 LLVMValueRef mask_store,
401 mask_ptr = LLVMBuildGEP(builder, mask_store,
2587 LLVMValueRef mask_store = lp_build_array_alloca(gallivm, mask_type, local in function:generate_fragment
2588 num_loop, "mask_store");
2611 LLVMValueRef mask_ptr = LLVMBuildGEP(builder, mask_store,
2632 mask_store, /* output */
2641 LLVMValueRef ptr = LLVMBuildGEP(builder, mask_store,
294 generate_fs_loop(struct gallivm_state * gallivm,struct lp_fragment_shader * shader,const struct lp_fragment_shader_variant_key * key,LLVMBuilderRef builder,struct lp_type type,LLVMValueRef context_ptr,LLVMValueRef num_loop,struct lp_build_interp_soa_context * interp,const struct lp_build_sampler_soa * sampler,LLVMValueRef mask_store,LLVMValueRef (* out_color)[4],LLVMValueRef depth_ptr,LLVMValueRef depth_stride,LLVMValueRef facing,LLVMValueRef thread_data_ptr) argument

Completed in 18 milliseconds