Searched refs:initially_accepted (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_cull.c | 145 LLVMValueRef initially_accepted, struct ac_position_w_info *w, in cull_bbox() argument 157 accept_func(ctx, initially_accepted, userdata); in cull_bbox() 161 ac_build_ifcc(ctx, initially_accepted, 10000000); in cull_bbox() 338 LLVMValueRef initially_accepted, LLVMValueRef vp_scale[2], in ac_cull_primitive() argument 348 accepted = LLVMBuildAnd(ctx->builder, accepted, initially_accepted, ""); in ac_cull_primitive()
|
D | ac_llvm_cull.h | 58 LLVMValueRef initially_accepted, LLVMValueRef vp_scale[2],
|
/third_party/mesa3d/src/amd/common/ |
D | ac_nir_cull.c | 152 nir_ssa_def *initially_accepted, in ac_nir_cull_triangle() argument 158 nir_ssa_def *accepted = initially_accepted; in ac_nir_cull_triangle()
|
D | ac_nir.h | 163 nir_ssa_def *initially_accepted,
|