Home
last modified time | relevance | path

Searched refs:draw_jit_texture (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.h50 struct draw_jit_texture struct
165 struct draw_jit_texture textures[PIPE_MAX_SHADER_SAMPLER_VIEWS];
263 struct draw_jit_texture textures[PIPE_MAX_SHADER_SAMPLER_VIEWS];
340 struct draw_jit_texture textures[PIPE_MAX_SHADER_SAMPLER_VIEWS];
388 struct draw_jit_texture textures[PIPE_MAX_SHADER_SAMPLER_VIEWS];
Ddraw_llvm.c170 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()
194 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, mip_offsets, in create_jit_texture_type()
197 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, num_samples, in create_jit_texture_type()
[all …]