Searched refs:sample_pos_array (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_bld_interp.c | 185 bld->sample_pos_array, x_val_idx); in calc_centroid_offsets() 187 bld->sample_pos_array, y_val_idx); in calc_centroid_offsets() 353 bld->sample_pos_array, x_val_idx); in attribs_update_simple() 365 bld->sample_pos_array, y_val_idx); in attribs_update_simple() 391 bld->sample_pos_array, x_val_idx); in attribs_update_simple() 393 bld->sample_pos_array, y_val_idx); in attribs_update_simple() 599 bld->sample_pos_array, in lp_build_interp_soa() 724 LLVMValueRef sample_pos_array, in lp_build_interp_soa_init() argument 797 bld->sample_pos_array = sample_pos_array; in lp_build_interp_soa_init()
|
H A D | lp_bld_interp.h | 94 LLVMValueRef sample_pos_array; member 129 LLVMValueRef sample_pos_array,
|
H A D | lp_state_fs.c | 647 LLVMValueRef sample_pos_array, in generate_fs_loop() argument 1022 system_values.sample_pos = sample_pos_array; in generate_fs_loop() 3306 LLVMValueRef sample_pos_array; in generate_fragment() local 3316 sample_pos_array = in generate_fragment() 3323 sample_pos_array = in generate_fragment() 3327 LLVMSetInitializer(glob_sample_pos, sample_pos_array); in generate_fragment() 3343 LLVMTypeOf(sample_pos_array), in generate_fragment() 3409 LLVMTypeOf(sample_pos_array), in generate_fragment()
|