Home
last modified time | relevance | path

Searched refs:samplemask (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c3019 LLVMValueRef samplemask, struct si_ps_exports *exp) in si_export_mrt_z() argument
3028 samplemask != NULL); in si_export_mrt_z()
3030 assert(depth || stencil || samplemask); in si_export_mrt_z()
3056 if (samplemask) { in si_export_mrt_z()
3058 args[6] = samplemask; in si_export_mrt_z()
3070 if (samplemask) { in si_export_mrt_z()
3071 args[7] = samplemask; in si_export_mrt_z()
3209 LLVMValueRef depth = NULL, stencil = NULL, samplemask = NULL; in si_llvm_return_fs_outputs() local
3235 samplemask = LLVMBuildLoad(builder, in si_llvm_return_fs_outputs()
3267 if (samplemask) in si_llvm_return_fs_outputs()
[all …]
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c4309 LLVMValueRef samplemask) in si_export_mrt_z() argument
4334 if (samplemask) { in si_export_mrt_z()
4335 args[7] = samplemask; in si_export_mrt_z()
4354 LLVMValueRef depth = NULL, stencil = NULL, samplemask = NULL; in handle_fs_outputs_post() local
4385 si_export_mrt_z(ctx, depth, stencil, samplemask); in handle_fs_outputs_post()