Searched defs:samplemask (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_shader_util.c113 ac_export_mrt_z(struct ac_llvm_context * ctx,LLVMValueRef depth,LLVMValueRef stencil,LLVMValueRef samplemask,struct ac_export_args * args) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_ps.c499 LLVMValueRef depth = NULL, stencil = NULL, samplemask = NULL; local in function:si_llvm_return_fs_outputs
841 LLVMValueRef samplemask = ac_get_arg(&ctx->ac, param_sample_mask); local in function:si_llvm_build_ps_prolog
868 LLVMValueRef depth = NULL, stencil = NULL, samplemask = NULL; local in function:si_llvm_build_ps_epilog
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c2104 LLVMValueRef depth = NULL, stencil = NULL, samplemask = NULL; local in function:handle_fs_outputs_post
2090 radv_export_mrt_z(struct radv_shader_context * ctx,LLVMValueRef depth,LLVMValueRef stencil,LLVMValueRef samplemask) argument
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c3368 LLVMValueRef depth = NULL, stencil = NULL, samplemask = NULL; local in function:handle_fs_outputs_post
3353 radv_export_mrt_z(struct radv_shader_context * ctx,LLVMValueRef depth,LLVMValueRef stencil,LLVMValueRef samplemask) argument
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.c4490 ac_export_mrt_z(struct ac_llvm_context * ctx,LLVMValueRef depth,LLVMValueRef stencil,LLVMValueRef samplemask,struct ac_export_args * args) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c3783 LLVMValueRef depth = NULL, stencil = NULL, samplemask = NULL; local in function:si_llvm_return_fs_outputs
7689 LLVMValueRef samplemask = LLVMGetParam(func, ancillary_vgpr + 1); local in function:si_build_ps_prolog_function
3674 si_export_mrt_z(struct lp_build_tgsi_context * bld_base,LLVMValueRef depth,LLVMValueRef stencil,LLVMValueRef samplemask,struct si_ps_exports * exp) argument
7723 LLVMValueRef depth = NULL, stencil = NULL, samplemask = NULL; local in function:si_build_ps_epilog_function
[all...]

Completed in 29 milliseconds