Searched refs:LP_CHECK_MEMBER_OFFSET (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_jit.c | 79 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, width, in lp_jit_create_types() 82 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, height, in lp_jit_create_types() 85 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, depth, in lp_jit_create_types() 88 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, first_level, in lp_jit_create_types() 91 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, last_level, in lp_jit_create_types() 94 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, row_stride, in lp_jit_create_types() 97 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, img_stride, in lp_jit_create_types() 100 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, data, in lp_jit_create_types() 103 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, min_lod, in lp_jit_create_types() 106 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, max_lod, in lp_jit_create_types() [all …]
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 106 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, width, in create_jit_texture_type() 109 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, height, in create_jit_texture_type() 112 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, depth, in create_jit_texture_type() 115 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, first_level, in create_jit_texture_type() 118 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, last_level, in create_jit_texture_type() 121 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, row_stride, in create_jit_texture_type() 124 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, img_stride, in create_jit_texture_type() 127 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, data, in create_jit_texture_type() 130 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, min_lod, in create_jit_texture_type() 133 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, max_lod, 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
|