Searched defs:clip_z (Results 1 - 8 of 8) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
H A D | draw_pt_post_vs.c | 126 boolean clip_z, 155 if (clip_z && opengl) { 160 if (clip_z && !opengl) { 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_llvm.h | 168 unsigned clip_z:1; member in struct:draw_llvm_variant_key
|
H A D | draw_private.h | 215 boolean clip_z; member in struct:draw_context
|
H A D | draw_llvm.c | 856 boolean clip_z, 939 if (clip_z) { 1089 variant->key.clip_z || 1272 variant->key.clip_z, 1330 key->clip_z = llvm->draw->clip_z; 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 D | draw_pt_post_vs.c | 126 boolean clip_z, 155 if (clip_z && opengl) { 160 if (clip_z && !opengl) { 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_llvm.h | 168 unsigned clip_z:1; member in struct:draw_llvm_variant_key
|
H A D | draw_private.h | 215 boolean clip_z; member in struct:draw_context
|
H A D | draw_llvm.c | 856 boolean clip_z, 939 if (clip_z) { 1089 variant->key.clip_z || 1272 variant->key.clip_z, 1330 key->clip_z = llvm->draw->clip_z; 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 127 milliseconds