Home | History | Annotate | Download | only in llvmpipe

Lines Matching refs:_ptr

126 #define lp_jit_context_constants(_gallivm, _ptr) \
127 lp_build_struct_get(_gallivm, _ptr, LP_JIT_CTX_CONSTANTS, "constants")
129 #define lp_jit_context_alpha_ref_value(_gallivm, _ptr) \
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) \
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) \
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) \
139 lp_build_struct_get(_gallivm, _ptr, LP_JIT_CTX_BLEND_COLOR, "blend_color")
141 #define lp_jit_context_textures(_gallivm, _ptr) \
142 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CTX_TEXTURES, "textures")