Searched refs:clip_user (Results 1 - 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pt_post_vs.c | 127 boolean clip_user, 165 if (clip_user) 124 draw_pt_post_vs_prepare( struct pt_post_vs *pvs, boolean clip_xy, boolean clip_z, boolean clip_user, boolean guard_band, boolean bypass_viewport, boolean opengl, boolean need_edgeflags ) argument
|
H A D | draw_pt.h | 226 boolean clip_user,
|
H A D | draw_llvm.h | 169 unsigned clip_user:1; member in struct:draw_llvm_variant_key
|
H A D | draw_pipe_validate.c | 270 if (draw->clip_xy || draw->clip_z || draw->clip_user)
|
H A D | draw_private.h | 216 boolean clip_user; member in struct:draw_context
|
H A D | draw_llvm.c | 857 boolean clip_user, 898 if (clip_user && cv != pos) { 961 if (clip_user) { 1090 variant->key.clip_user; 1273 variant->key.clip_user, 1331 key->clip_user = llvm->draw->clip_user; 851 generate_clipmask(struct draw_llvm *llvm, struct gallivm_state *gallivm, struct lp_type vs_type, LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], boolean clip_xy, boolean clip_z, boolean clip_user, boolean clip_halfz, unsigned ucp_enable, LLVMValueRef context_ptr, boolean *have_clipdist) argument
|
H A D | draw_pt_fetch_shade_emit.c | 99 fse->key.clip = draw->clip_xy || draw->clip_z || draw->clip_user;
|
H A D | draw_pt_fetch_shade_pipeline.c | 105 draw->clip_user,
|
H A D | draw_pt.c | 91 draw->clip_user) && !draw->pt.test_fse) {
|
H A D | draw_pt_fetch_shade_pipeline_llvm.c | 100 draw->clip_user,
|
H A D | draw_context.c | 229 draw->clip_user = draw->rasterizer &&
|
Completed in 145 milliseconds