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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c448 LLVMValueRef num_loop,
524 num_loop,
544 num_loop, "color");
975 LLVMValueRef num_loop = lp_build_const_int32(gallivm, num_fs); local
978 num_loop, "mask_store");
1016 num_loop,
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.c448 LLVMValueRef num_loop,
524 num_loop,
544 num_loop, "color");
975 LLVMValueRef num_loop = lp_build_const_int32(gallivm, num_fs); local
978 num_loop, "mask_store");
1016 num_loop,
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 62 milliseconds