Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.h144 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_JIT_CTX_CONSTANTS, "vs_constants")
147 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_JIT_CTX_NUM_CONSTANTS, "num_vs_constants")
156 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_JIT_CTX_TEXTURES, "textures")
159 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_JIT_CTX_SAMPLERS, "samplers")
162 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_JIT_VERTEX_VERTEX_ID, "id")
165 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_JIT_VERTEX_CLIP_POS, "clip_pos")
168 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_JIT_VERTEX_DATA, "data")
236 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_GS_JIT_CTX_CONSTANTS, "constants")
239 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_GS_JIT_CTX_NUM_CONSTANTS, "num_constants")
248 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_GS_JIT_CTX_TEXTURES, "textures")
[all …]
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.h161 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CTX_CONSTANTS, "constants")
164 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CTX_NUM_CONSTANTS, "num_constants")
185 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CTX_TEXTURES, "textures")
188 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CTX_SAMPLERS, "samplers")
217 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_THREAD_DATA_COUNTER, "counter")
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_struct.c46 lp_build_struct_get_ptr(struct gallivm_state *gallivm, in lp_build_struct_get_ptr() function
73 member_ptr = lp_build_struct_get_ptr(gallivm, ptr, member, name); in lp_build_struct_get()
Dlp_bld_struct.h60 lp_build_struct_get_ptr(struct gallivm_state *gallivm,
Dlp_bld_format_cached.c67 member_ptr = lp_build_struct_get_ptr(gallivm, ptr, index, ""); in update_cache_access()