Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.c69 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, width, in create_jit_texture_type()
72 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, height, in create_jit_texture_type()
75 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, depth, in create_jit_texture_type()
78 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, base, in create_jit_texture_type()
81 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, row_stride, in create_jit_texture_type()
84 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, img_stride, in create_jit_texture_type()
87 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, first_level, in create_jit_texture_type()
90 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, last_level, in create_jit_texture_type()
93 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, mip_offsets, in create_jit_texture_type()
96 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, num_samples, in create_jit_texture_type()
[all …]
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c131 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 …]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_struct.h51 #define LP_CHECK_MEMBER_OFFSET(_ctype, _cmember, _ltarget, _ltype, _lindex) \ macro