Searched defs:have_clipdist (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_private.h76 unsigned have_clipdist:1; member in struct:vertex_header
H A Ddraw_llvm.c613 boolean have_clipdist)
638 /* initialize vertex id:16 = 0xffff, have_clipdist:1 = 0, edgeflag:1 = 1 */
640 if (have_clipdist)
670 boolean have_clipdist)
720 clipmask, have_clipdist);
861 boolean *have_clipdist)
976 *have_clipdist = TRUE;
1094 boolean have_clipdist = FALSE; local
1276 context_ptr, &have_clipdist);
1296 have_clipdist);
606 store_aos_array(struct gallivm_state *gallivm, struct lp_type soa_type, LLVMValueRef io_ptr, LLVMValueRef* aos, int attrib, int num_outputs, LLVMValueRef clipmask, boolean have_clipdist) argument
664 convert_to_aos(struct gallivm_state *gallivm, LLVMValueRef io, LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], LLVMValueRef clipmask, int num_outputs, struct lp_type soa_type, boolean have_clipdist) argument
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
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_private.h76 unsigned have_clipdist:1; member in struct:vertex_header
H A Ddraw_llvm.c613 boolean have_clipdist)
638 /* initialize vertex id:16 = 0xffff, have_clipdist:1 = 0, edgeflag:1 = 1 */
640 if (have_clipdist)
670 boolean have_clipdist)
720 clipmask, have_clipdist);
861 boolean *have_clipdist)
976 *have_clipdist = TRUE;
1094 boolean have_clipdist = FALSE; local
1276 context_ptr, &have_clipdist);
1296 have_clipdist);
606 store_aos_array(struct gallivm_state *gallivm, struct lp_type soa_type, LLVMValueRef io_ptr, LLVMValueRef* aos, int attrib, int num_outputs, LLVMValueRef clipmask, boolean have_clipdist) argument
664 convert_to_aos(struct gallivm_state *gallivm, LLVMValueRef io, LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], LLVMValueRef clipmask, int num_outputs, struct lp_type soa_type, boolean have_clipdist) argument
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
[all...]

Completed in 153 milliseconds