Searched refs:LP_CHECK_MEMBER_OFFSET (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_jit.c | 68 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, width, in create_jit_texture_type() 71 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, height, in create_jit_texture_type() 74 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, depth, in create_jit_texture_type() 77 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, base, in create_jit_texture_type() 80 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, row_stride, in create_jit_texture_type() 83 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, img_stride, in create_jit_texture_type() 86 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, first_level, in create_jit_texture_type() 89 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, last_level, in create_jit_texture_type() 92 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, mip_offsets, in create_jit_texture_type() 95 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, num_samples, in create_jit_texture_type() [all …]
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 131 LP_CHECK_MEMBER_OFFSET(struct draw_vertex_buffer, map, in create_jit_dvbuffer_type() 134 LP_CHECK_MEMBER_OFFSET(struct draw_vertex_buffer, size, in create_jit_dvbuffer_type() 170 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, width, in create_jit_texture_type() 173 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, height, in create_jit_texture_type() 176 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, depth, in create_jit_texture_type() 179 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, base, in create_jit_texture_type() 182 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, row_stride, in create_jit_texture_type() 185 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, img_stride, in create_jit_texture_type() 188 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, first_level, in create_jit_texture_type() 191 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, last_level, 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
|