Searched refs:draw_jit_texture (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_llvm.h43 struct draw_jit_texture struct
100 struct draw_jit_texture textures[PIPE_MAX_SAMPLERS];
H A Ddraw_llvm.c67 * Create LLVM type for struct draw_jit_texture
106 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, width,
109 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, height,
112 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, depth,
115 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, first_level,
118 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, last_level,
121 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, row_stride,
124 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, img_stride,
127 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, data,
130 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, min_lo
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.h43 struct draw_jit_texture struct
100 struct draw_jit_texture textures[PIPE_MAX_SAMPLERS];
H A Ddraw_llvm.c67 * Create LLVM type for struct draw_jit_texture
106 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, width,
109 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, height,
112 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, depth,
115 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, first_level,
118 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, last_level,
121 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, row_stride,
124 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, img_stride,
127 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, data,
130 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, min_lo
[all...]

Completed in 154 milliseconds