Searched refs:draw_jit_texture (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.h | 50 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];
|
D | draw_llvm.c | 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() 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 …]
|