Home
last modified time | relevance | path

Searched refs:sample_mask_in (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.h52 bool sample_mask_in; member
H A Dnvc0_program.c501 fp->fp.sample_mask_in = info->prop.fp.usesSampleMaskIn; in nvc0_fp_gen_header()
H A Dnvc0_state_validate.c704 nvc0->fragprog->fp.sample_mask_in || in nvc0_validate_min_samples()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c780 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 Dlp_bld_tgsi.h187 LLVMValueRef sample_mask_in; member
H A Dlp_bld_nir_soa.c1840 result[0] = bld->system_values.sample_mask_in; in emit_sysval_intrin()

Completed in 14 milliseconds