Searched refs:_gallivm (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.h | 104 #define draw_jit_context_vs_constants(_gallivm, _ptr) \ argument 105 lp_build_struct_get(_gallivm, _ptr, 0, "vs_constants") 107 #define draw_jit_context_gs_constants(_gallivm, _ptr) \ argument 108 lp_build_struct_get(_gallivm, _ptr, 1, "gs_constants") 110 #define draw_jit_context_planes(_gallivm, _ptr) \ argument 111 lp_build_struct_get(_gallivm, _ptr, 2, "planes") 113 #define draw_jit_context_viewport(_gallivm, _ptr) \ argument 114 lp_build_struct_get(_gallivm, _ptr, 3, "viewport") 118 #define draw_jit_context_textures(_gallivm, _ptr) \ argument 119 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_JIT_CTX_TEXTURES, "textures") [all …]
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_jit.h | 126 #define lp_jit_context_constants(_gallivm, _ptr) \ argument 127 lp_build_struct_get(_gallivm, _ptr, LP_JIT_CTX_CONSTANTS, "constants") 129 #define lp_jit_context_alpha_ref_value(_gallivm, _ptr) \ argument 130 lp_build_struct_get(_gallivm, _ptr, LP_JIT_CTX_ALPHA_REF, "alpha_ref_value") 132 #define lp_jit_context_stencil_ref_front_value(_gallivm, _ptr) \ argument 133 lp_build_struct_get(_gallivm, _ptr, LP_JIT_CTX_STENCIL_REF_FRONT, "stencil_ref_front") 135 #define lp_jit_context_stencil_ref_back_value(_gallivm, _ptr) \ argument 136 lp_build_struct_get(_gallivm, _ptr, LP_JIT_CTX_STENCIL_REF_BACK, "stencil_ref_back") 138 #define lp_jit_context_blend_color(_gallivm, _ptr) \ argument 139 lp_build_struct_get(_gallivm, _ptr, LP_JIT_CTX_BLEND_COLOR, "blend_color") [all …]
|