Searched refs:LP_CHECK_STRUCT_SIZE (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_jit.c | 67 LP_CHECK_STRUCT_SIZE(struct lp_jit_viewport, in lp_jit_create_types() 116 LP_CHECK_STRUCT_SIZE(struct lp_jit_texture, in lp_jit_create_types() 144 LP_CHECK_STRUCT_SIZE(struct lp_jit_sampler, in lp_jit_create_types() 201 LP_CHECK_STRUCT_SIZE(struct lp_jit_context, in lp_jit_create_types()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_struct.h | 47 #define LP_CHECK_STRUCT_SIZE(_ctype, _ltarget, _ltype) \ macro
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 167 LP_CHECK_STRUCT_SIZE(struct draw_jit_texture, target, texture_type); in create_jit_texture_type() 206 LP_CHECK_STRUCT_SIZE(struct draw_jit_sampler, target, sampler_type); in create_jit_sampler_type() 255 LP_CHECK_STRUCT_SIZE(struct draw_jit_context, in create_jit_context_type() 323 LP_CHECK_STRUCT_SIZE(struct draw_gs_jit_context, in create_gs_jit_context_type() 373 LP_CHECK_STRUCT_SIZE(struct pipe_vertex_buffer, target, vb_type); in create_jit_vertex_buffer_type()
|