Searched refs:sample_pos_array (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_interp.c | 182 x_val_idx = lp_build_array_get(gallivm, bld->sample_pos_array, x_val_idx); in calc_centroid_offsets() 183 y_val_idx = lp_build_array_get(gallivm, bld->sample_pos_array, y_val_idx); in calc_centroid_offsets() 333 x_val_idx = lp_build_array_get(gallivm, bld->sample_pos_array, x_val_idx); in attribs_update_simple() 344 y_val_idx = lp_build_array_get(gallivm, bld->sample_pos_array, y_val_idx); in attribs_update_simple() 368 x_val_idx = lp_build_array_get(gallivm, bld->sample_pos_array, x_val_idx); in attribs_update_simple() 369 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() 677 LLVMValueRef sample_pos_array, in lp_build_interp_soa_init() argument 751 bld->sample_pos_array = sample_pos_array; in lp_build_interp_soa_init()
|
D | lp_bld_interp.h | 94 LLVMValueRef sample_pos_array; member 127 LLVMValueRef sample_pos_array,
|
D | lp_state_fs.c | 562 LLVMValueRef sample_pos_array, in generate_fs_loop() argument 927 system_values.sample_pos = sample_pos_array; in generate_fs_loop() 3125 LLVMValueRef sample_pos_array; in generate_fragment() local 3133 … sample_pos_array = LLVMConstArray(LLVMFloatTypeInContext(gallivm->context), sample_pos_arr, 8); in generate_fragment() 3138 … sample_pos_array = LLVMConstArray(LLVMFloatTypeInContext(gallivm->context), sample_pos_arr, 2); in generate_fragment() 3140 LLVMSetInitializer(glob_sample_pos, sample_pos_array); in generate_fragment()
|