Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_cull.h46 bool cull_w; /* cull primitives with all W < 0 */ member
Dac_llvm_cull.c347 LLVMValueRef accepted = options->cull_w ? w.w_accepted : ctx->i1true; in ac_cull_primitive()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_shader_ngg.c960 options.cull_w = true; in cull_primitive()