Searched refs:ucp_enable (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_cliptest_tmp.h41 const unsigned ucp_enable = pvs->draw->rasterizer->clip_plane_enable; local
98 unsigned ucp_mask = ucp_enable;
H A Ddraw_llvm.h173 unsigned ucp_enable:PIPE_MAX_CLIP_PLANES; member in struct:draw_llvm_variant_key
H A Ddraw_llvm.c859 unsigned ucp_enable,
966 while (ucp_enable) {
967 unsigned plane_idx = ffs(ucp_enable)-1;
968 ucp_enable &= ~(1 << plane_idx);
1275 variant->key.ucp_enable,
1335 key->ucp_enable = llvm->draw->rasterizer->clip_plane_enable;
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_cliptest_tmp.h41 const unsigned ucp_enable = pvs->draw->rasterizer->clip_plane_enable; local
98 unsigned ucp_mask = ucp_enable;
H A Ddraw_llvm.h173 unsigned ucp_enable:PIPE_MAX_CLIP_PLANES; member in struct:draw_llvm_variant_key
H A Ddraw_llvm.c859 unsigned ucp_enable,
966 while (ucp_enable) {
967 unsigned plane_idx = ffs(ucp_enable)-1;
968 ucp_enable &= ~(1 << plane_idx);
1275 variant->key.ucp_enable,
1335 key->ucp_enable = llvm->draw->rasterizer->clip_plane_enable;
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 209 milliseconds