Home
last modified time | relevance | path

Searched refs:bbox_min (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
145 bbox_min[chan] = ac_build_fmin(ctx, pos[0][chan], pos[1][chan]); in cull_bbox()
146 bbox_min[chan] = ac_build_fmin(ctx, bbox_min[chan], pos[2][chan]); in cull_bbox()
165 visible = LLVMBuildFCmp(builder, LLVMRealOLE, bbox_min[chan], ctx->f32_1, ""); in cull_bbox()
185 min = ac_build_fmad(ctx, bbox_min[chan], vp_scale[chan], vp_translate[chan]); in cull_bbox()