Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/llvm/
Dac_llvm_cull.c140 LLVMValueRef bbox_min[3], bbox_max[3]; in cull_bbox() local
148 bbox_max[chan] = ac_build_fmax(ctx, pos[0][chan], pos[1][chan]); in cull_bbox()
149 bbox_max[chan] = ac_build_fmax(ctx, bbox_max[chan], pos[2][chan]); in cull_bbox()
159 visible = LLVMBuildFCmp(builder, LLVMRealOGE, bbox_max[chan], in cull_bbox()
186 max = ac_build_fmad(ctx, bbox_max[chan], vp_scale[chan], vp_translate[chan]); in cull_bbox()