Home
last modified time | relevance | path

Searched defs:element_ptr (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_struct.c121 LLVMValueRef element_ptr; in lp_build_array_get_ptr() local
140 LLVMValueRef element_ptr; in lp_build_array_get() local
159 LLVMValueRef element_ptr; in lp_build_array_set() local
182 LLVMValueRef element_ptr; in lp_build_pointer_get_unaligned() local
202 LLVMValueRef element_ptr; in lp_build_pointer_set() local
215 LLVMValueRef element_ptr; in lp_build_pointer_set_unaligned() local
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp2494 static const GrGLvoid* element_ptr(const GrBuffer* indexBuffer, int baseIndex) { in element_ptr() function