Home
last modified time | relevance | path

Searched refs:LP_CHECK_STRUCT_SIZE (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.c102 LP_CHECK_STRUCT_SIZE(struct lp_jit_texture, in create_jit_texture_type()
138 LP_CHECK_STRUCT_SIZE(struct lp_jit_sampler, in create_jit_sampler_type()
211 LP_CHECK_STRUCT_SIZE(struct lp_jit_viewport, in lp_jit_create_types()
294 LP_CHECK_STRUCT_SIZE(struct lp_jit_context, in lp_jit_create_types()
381 LP_CHECK_STRUCT_SIZE(struct lp_jit_linear_context, in lp_jit_create_types()
501 LP_CHECK_STRUCT_SIZE(struct lp_jit_cs_context, in lp_jit_create_cs_types()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_struct.h47 #define LP_CHECK_STRUCT_SIZE(_ctype, _ltarget, _ltype) \ macro
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c204 LP_CHECK_STRUCT_SIZE(struct draw_jit_texture, target, texture_type); in create_jit_texture_type()
247 LP_CHECK_STRUCT_SIZE(struct draw_jit_sampler, target, sampler_type); in create_jit_sampler_type()
302 LP_CHECK_STRUCT_SIZE(struct draw_jit_image, target, image_type); in create_jit_image_type()
366 LP_CHECK_STRUCT_SIZE(struct draw_jit_context, in create_jit_context_type()
449 LP_CHECK_STRUCT_SIZE(struct draw_gs_jit_context, in create_gs_jit_context_type()
499 LP_CHECK_STRUCT_SIZE(struct pipe_vertex_buffer, target, vb_type); in create_jit_vertex_buffer_type()
610 LP_CHECK_STRUCT_SIZE(struct draw_tcs_jit_context, in create_tcs_jit_context_type()
712 LP_CHECK_STRUCT_SIZE(struct draw_tes_jit_context, in create_tes_jit_context_type()