Searched defs:samplemask (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_shader_util.c | 113 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 D | si_shader_llvm_ps.c | 499 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 D | radv_nir_to_llvm.c | 2104 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 D | radv_nir_to_llvm.c | 3368 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 D | ac_llvm_build.c | 4490 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 D | si_shader.c | 3783 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