Searched refs:lp_build_struct_get (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_jit.h | 127 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/ |
D | draw_llvm.h | 105 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/ |
D | lp_bld_struct.h | 69 lp_build_struct_get(struct gallivm_state *gallivm,
|
D | lp_bld_struct.c | 64 lp_build_struct_get(struct gallivm_state *gallivm, in lp_build_struct_get() function
|