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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c451 LLVMValueRef mask_store,
527 mask_ptr = LLVMBuildGEP(builder, mask_store,
977 LLVMValueRef mask_store = lp_build_array_alloca(gallivm, mask_type, local
978 num_loop, "mask_store");
998 LLVMValueRef mask_ptr = LLVMBuildGEP(builder, mask_store,
1019 mask_store, /* output */
1028 LLVMValueRef ptr = LLVMBuildGEP(builder, mask_store,
442 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, struct lp_build_sampler_soa *sampler, LLVMValueRef mask_store, LLVMValueRef (*out_color)[4], LLVMValueRef depth_ptr, unsigned depth_bits, LLVMValueRef facing, LLVMValueRef counter) argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c451 LLVMValueRef mask_store,
527 mask_ptr = LLVMBuildGEP(builder, mask_store,
977 LLVMValueRef mask_store = lp_build_array_alloca(gallivm, mask_type, local
978 num_loop, "mask_store");
998 LLVMValueRef mask_ptr = LLVMBuildGEP(builder, mask_store,
1019 mask_store, /* output */
1028 LLVMValueRef ptr = LLVMBuildGEP(builder, mask_store,
442 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, struct lp_build_sampler_soa *sampler, LLVMValueRef mask_store, LLVMValueRef (*out_color)[4], LLVMValueRef depth_ptr, unsigned depth_bits, LLVMValueRef facing, LLVMValueRef counter) argument

Completed in 131 milliseconds