Searched defs:clip_xy (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pt_post_vs.c125 boolean clip_xy,
140 if (clip_xy && !guard_band) {
147 else if (clip_xy && guard_band) {
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 Ddraw_llvm.h167 unsigned clip_xy:1; member in struct:draw_llvm_variant_key
H A Ddraw_private.h214 boolean clip_xy; member in struct:draw_context
H A Ddraw_llvm.c855 boolean clip_xy,
911 if (clip_xy) {
1088 const boolean enable_cliptest = variant->key.clip_xy ||
1271 variant->key.clip_xy,
1329 key->clip_xy = llvm->draw->clip_xy;
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
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_post_vs.c125 boolean clip_xy,
140 if (clip_xy && !guard_band) {
147 else if (clip_xy && guard_band) {
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 Ddraw_llvm.h167 unsigned clip_xy:1; member in struct:draw_llvm_variant_key
H A Ddraw_private.h214 boolean clip_xy; member in struct:draw_context
H A Ddraw_llvm.c855 boolean clip_xy,
911 if (clip_xy) {
1088 const boolean enable_cliptest = variant->key.clip_xy ||
1271 variant->key.clip_xy,
1329 key->clip_xy = llvm->draw->clip_xy;
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

Completed in 166 milliseconds