Searched refs:draw_jit_texture (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.h | 47 struct draw_jit_texture struct 129 struct draw_jit_texture textures[PIPE_MAX_SHADER_SAMPLER_VIEWS]; 210 struct draw_jit_texture textures[PIPE_MAX_SHADER_SAMPLER_VIEWS];
|
D | draw_llvm.c | 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() 163 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, mip_offsets, in create_jit_texture_type() 167 LP_CHECK_STRUCT_SIZE(struct draw_jit_texture, target, texture_type); in create_jit_texture_type() [all …]
|