Searched refs:sample_pos_array (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_bld_interp.c | 183 x_val_idx = lp_build_array_get(gallivm, bld->sample_pos_array, x_val_idx); in calc_centroid_offsets() 184 y_val_idx = lp_build_array_get(gallivm, bld->sample_pos_array, y_val_idx); in calc_centroid_offsets() 339 x_val_idx = lp_build_array_get(gallivm, bld->sample_pos_array, x_val_idx); in attribs_update_simple() 350 y_val_idx = lp_build_array_get(gallivm, bld->sample_pos_array, y_val_idx); in attribs_update_simple() 374 x_val_idx = lp_build_array_get(gallivm, bld->sample_pos_array, x_val_idx); in attribs_update_simple() 375 y_val_idx = lp_build_array_get(gallivm, bld->sample_pos_array, y_val_idx); in attribs_update_simple() 555 LLVMValueRef base_ptr = LLVMBuildBitCast(gallivm->builder, bld->sample_pos_array, in lp_build_interp_soa() 678 LLVMValueRef sample_pos_array, in lp_build_interp_soa_init() 750 bld->sample_pos_array = sample_pos_array; in lp_build_interp_soa_init() 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 [all...] |
H A D | lp_bld_interp.h | 93 LLVMValueRef sample_pos_array; member 127 LLVMValueRef sample_pos_array,
|
H A D | lp_state_fs.c | 624 LLVMValueRef sample_pos_array, in generate_fs_loop() 1000 system_values.sample_pos = sample_pos_array; in generate_fs_loop() 3258 LLVMValueRef sample_pos_array; in generate_fragment() local 3266 sample_pos_array = LLVMConstArray(LLVMFloatTypeInContext(gallivm->context), sample_pos_arr, 8); in generate_fragment() 3271 sample_pos_array = LLVMConstArray(LLVMFloatTypeInContext(gallivm->context), sample_pos_arr, 2); in generate_fragment() 3273 LLVMSetInitializer(glob_sample_pos, sample_pos_array); in generate_fragment() 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
|
Completed in 9 milliseconds