Searched refs:_gallivm (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_jit.h | 197 #define lp_jit_context_constants(_gallivm, _ptr) \ argument 198 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CTX_CONSTANTS, "constants") 200 #define lp_jit_context_num_constants(_gallivm, _ptr) \ argument 201 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CTX_NUM_CONSTANTS, "num_constants") 203 #define lp_jit_context_textures(_gallivm, _ptr) \ argument 204 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CTX_TEXTURES, "textures") 206 #define lp_jit_context_samplers(_gallivm, _ptr) \ argument 207 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CTX_SAMPLERS, "samplers") 209 #define lp_jit_context_images(_gallivm, _ptr) \ argument 210 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CTX_IMAGES, "images") [all …]
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.h | 186 #define draw_jit_context_vs_constants(_gallivm, _ptr) \ argument 187 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_JIT_CTX_CONSTANTS, "vs_constants") 189 #define draw_jit_context_num_vs_constants(_gallivm, _ptr) \ argument 190 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_JIT_CTX_NUM_CONSTANTS, "num_vs_constants") 192 #define draw_jit_context_planes(_gallivm, _ptr) \ argument 193 lp_build_struct_get(_gallivm, _ptr, DRAW_JIT_CTX_PLANES, "planes") 195 #define draw_jit_context_viewports(_gallivm, _ptr) \ argument 196 lp_build_struct_get(_gallivm, _ptr, DRAW_JIT_CTX_VIEWPORT, "viewports") 198 #define draw_jit_context_textures(_gallivm, _ptr) \ argument 199 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_JIT_CTX_TEXTURES, "textures") [all …]
|