Searched refs:sample_mask_in (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_program.h | 52 bool sample_mask_in; member
|
H A D | nvc0_program.c | 501 fp->fp.sample_mask_in = info->prop.fp.usesSampleMaskIn; in nvc0_fp_gen_header()
|
H A D | nvc0_state_validate.c | 704 nvc0->fragprog->fp.sample_mask_in || in nvc0_validate_min_samples()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs.c | 780 LLVMValueRef sample_mask_in; in generate_fs_loop() local 782 sample_mask_in = lp_build_const_int_vec(gallivm, type, 0); in generate_fs_loop() 794 sample_mask_in = LLVMBuildOr(builder, sample_mask_in, mask_in, ""); in generate_fs_loop() 797 sample_mask_in = lp_build_const_int_vec(gallivm, type, 1); in generate_fs_loop() 803 sample_mask_in = LLVMBuildOr(builder, sample_mask_in, mask_in, ""); in generate_fs_loop() 975 system_values.sample_mask_in = LLVMBuildLoad(builder, post_depth_sample_mask_in, ""); in generate_fs_loop() 978 system_values.sample_mask_in = sample_mask_in; in generate_fs_loop() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi.h | 187 LLVMValueRef sample_mask_in; member
|
H A D | lp_bld_nir_soa.c | 1840 result[0] = bld->system_values.sample_mask_in; in emit_sysval_intrin()
|
Completed in 14 milliseconds