Searched refs:LP_CHECK_MEMBER_OFFSET (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_jit.c | 61 LP_CHECK_MEMBER_OFFSET(struct lp_jit_viewport, min_depth, in lp_jit_create_types() 64 LP_CHECK_MEMBER_OFFSET(struct lp_jit_viewport, max_depth, in lp_jit_create_types() 89 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, width, in lp_jit_create_types() 92 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, height, in lp_jit_create_types() 95 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, depth, in lp_jit_create_types() 98 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, first_level, in lp_jit_create_types() 101 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, last_level, in lp_jit_create_types() 104 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, base, in lp_jit_create_types() 107 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, row_stride, in lp_jit_create_types() 110 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, img_stride, in lp_jit_create_types() [all …]
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 102 LP_CHECK_MEMBER_OFFSET(struct draw_vertex_buffer, map, in create_jit_dvbuffer_type() 105 LP_CHECK_MEMBER_OFFSET(struct draw_vertex_buffer, size, in create_jit_dvbuffer_type() 139 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, width, in create_jit_texture_type() 142 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, height, in create_jit_texture_type() 145 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, depth, in create_jit_texture_type() 148 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, first_level, in create_jit_texture_type() 151 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, last_level, in create_jit_texture_type() 154 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, base, in create_jit_texture_type() 157 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, row_stride, in create_jit_texture_type() 160 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, img_stride, in create_jit_texture_type() [all …]
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_struct.h | 51 #define LP_CHECK_MEMBER_OFFSET(_ctype, _cmember, _ltarget, _ltype, _lindex) \ macro
|