Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.h127 lp_build_struct_get(_gallivm, _ptr, LP_JIT_CTX_CONSTANTS, "constants")
130 lp_build_struct_get(_gallivm, _ptr, LP_JIT_CTX_ALPHA_REF, "alpha_ref_value")
133 lp_build_struct_get(_gallivm, _ptr, LP_JIT_CTX_STENCIL_REF_FRONT, "stencil_ref_front")
136 lp_build_struct_get(_gallivm, _ptr, LP_JIT_CTX_STENCIL_REF_BACK, "stencil_ref_back")
139 lp_build_struct_get(_gallivm, _ptr, LP_JIT_CTX_BLEND_COLOR, "blend_color")
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.h105 lp_build_struct_get(_gallivm, _ptr, 0, "vs_constants")
108 lp_build_struct_get(_gallivm, _ptr, 1, "gs_constants")
111 lp_build_struct_get(_gallivm, _ptr, 2, "planes")
114 lp_build_struct_get(_gallivm, _ptr, 3, "viewport")
135 lp_build_struct_get(_gallivm, _ptr, 0, "stride")
138 lp_build_struct_get(_gallivm, _ptr, 1, "buffer_offset")
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_struct.h69 lp_build_struct_get(struct gallivm_state *gallivm,
Dlp_bld_struct.c64 lp_build_struct_get(struct gallivm_state *gallivm, in lp_build_struct_get() function