Home
last modified time | relevance | path

Searched refs:_gallivm (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.h202 #define lp_jit_context_constants(_gallivm, _ptr) \ argument
203 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CTX_CONSTANTS, "constants")
205 #define lp_jit_context_num_constants(_gallivm, _ptr) \ argument
206 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CTX_NUM_CONSTANTS, "num_constants")
208 #define lp_jit_context_textures(_gallivm, _ptr) \ argument
209 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CTX_TEXTURES, "textures")
211 #define lp_jit_context_samplers(_gallivm, _ptr) \ argument
212 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CTX_SAMPLERS, "samplers")
214 #define lp_jit_context_images(_gallivm, _ptr) \ argument
215 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CTX_IMAGES, "images")
[all …]
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.h191 #define draw_jit_context_vs_constants(_gallivm, _ptr) \ argument
192 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_JIT_CTX_CONSTANTS, "vs_constants")
194 #define draw_jit_context_num_vs_constants(_gallivm, _ptr) \ argument
195 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_JIT_CTX_NUM_CONSTANTS, "num_vs_constants")
197 #define draw_jit_context_planes(_gallivm, _ptr) \ argument
198 lp_build_struct_get(_gallivm, _ptr, DRAW_JIT_CTX_PLANES, "planes")
200 #define draw_jit_context_viewports(_gallivm, _ptr) \ argument
201 lp_build_struct_get(_gallivm, _ptr, DRAW_JIT_CTX_VIEWPORT, "viewports")
203 #define draw_jit_context_textures(_gallivm, _ptr) \ argument
204 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_JIT_CTX_TEXTURES, "textures")
[all …]