Home
last modified time | relevance | path

Searched refs:clip_ptrs (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1024 LLVMValueRef clip_ptrs[LP_MAX_VECTOR_WIDTH / 32]; in store_clip() local
1044 clip_ptrs[i] = draw_jit_header_clip_pos(gallivm, io_ptrs[i]); in store_clip()
1058 clip_ptr = LLVMBuildGEP(builder, clip_ptrs[j], indices, 2, "clipo"); in store_clip()