Searched refs:dady_ptr (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_bld_interp.h | 100 LLVMValueRef dady_ptr; member 133 LLVMValueRef dady_ptr,
|
H A D | lp_bld_interp.c | 218 LLVMValueRef dady_ptr) in coeffs_init_simple() 254 dadyaos = indexed_load(builder, fs_elem_type, setup_bld->vec_type, dady_ptr, index, ""); in coeffs_init_simple() 473 true, LLVMBuildBitCast(builder, bld->dady_ptr, u8ptr, ""), index, false); in lp_build_interp_soa_indirect() 684 LLVMValueRef dady_ptr, in lp_build_interp_soa_init() 734 bld->dady_ptr = dady_ptr; in lp_build_interp_soa_init() 784 coeffs_init_simple(bld, a0_ptr, dadx_ptr, dady_ptr); in lp_build_interp_soa_init() 215 coeffs_init_simple(struct lp_build_interp_soa_context *bld, LLVMValueRef a0_ptr, LLVMValueRef dadx_ptr, LLVMValueRef dady_ptr) coeffs_init_simple() argument 672 lp_build_interp_soa_init(struct lp_build_interp_soa_context *bld, struct gallivm_state *gallivm, unsigned num_inputs, const struct lp_shader_input *inputs, boolean pixel_center_integer, unsigned coverage_samples, LLVMValueRef sample_pos_array, LLVMValueRef num_loop, LLVMBuilderRef builder, struct lp_type type, LLVMValueRef a0_ptr, LLVMValueRef dadx_ptr, LLVMValueRef dady_ptr, LLVMValueRef x0, LLVMValueRef y0) lp_build_interp_soa_init() argument
|
H A D | lp_state_fs.c | 3070 LLVMValueRef dady_ptr; in generate_fragment() local 3180 dady_ptr = LLVMGetParam(function, 6); in generate_fragment() 3195 lp_build_name(dady_ptr, "dady"); in generate_fragment() 3292 a0_ptr, dadx_ptr, dady_ptr, in generate_fragment()
|
Completed in 12 milliseconds