Home
last modified time | relevance | path

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

/third_party/mesa3d/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, in calc_centroid_offsets()
174 sample_cov = lp_build_pointer_get(builder, mask_store, s_mask_idx); in calc_centroid_offsets()
287 LLVMValueRef mask_store, in attribs_update_simple()
379 calc_centroid_offsets(bld, gallivm, loop_iter, mask_store, in attribs_update_simple()
511 LLVMValueRef mask_store, in lp_build_interp_soa()
582 calc_centroid_offsets(bld, gallivm, loop_iter, mask_store, in lp_build_interp_soa()
796 LLVMValueRef mask_store, in lp_build_interp_soa_update_inputs_dyn()
799 attribs_update_simple(bld, gallivm, quad_start_index, mask_store, sample_id, 1, bld->num_attribs); in lp_build_interp_soa_update_inputs_dyn()
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) calc_centroid_offsets() argument
284 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) attribs_update_simple() argument
508 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, enum tgsi_interpolate_loc loc, LLVMValueRef indir_index, LLVMValueRef offsets[2]) lp_build_interp_soa() argument
793 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) lp_build_interp_soa_update_inputs_dyn() argument
H A Dlp_state_fs.c433 LLVMValueRef mask_store; member
462 fs_iface->mask_store, in fs_interp()
629 LLVMValueRef mask_store, in generate_fs_loop()
787 LLVMValueRef s_mask = lp_build_pointer_get(builder, mask_store, s_mask_idx); in generate_fs_loop()
798 mask_ptr = LLVMBuildGEP(builder, mask_store, in generate_fs_loop()
859 s_mask_ptr = LLVMBuildGEP(builder, mask_store, &s_mask_idx, 1, ""); in generate_fs_loop()
988 s_mask_ptr = LLVMBuildGEP(builder, mask_store, &s_mask_idx, 1, ""); in generate_fs_loop()
1002 lp_build_interp_soa_update_inputs_dyn(interp, gallivm, loop_state.counter, mask_store, sample_loop_state.counter); in generate_fs_loop()
1010 .mask_store = mask_store, in generate_fs_loop()
618 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) generate_fs_loop() argument
3251 LLVMValueRef mask_store = generate_fragment() local
[all...]

Completed in 6 milliseconds