Searched refs:draw_jit_image (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.h | 93 struct draw_jit_image struct 169 struct draw_jit_image images[PIPE_MAX_SHADER_IMAGES]; 273 struct draw_jit_image images[PIPE_MAX_SHADER_IMAGES]; 354 struct draw_jit_image images[PIPE_MAX_SHADER_IMAGES]; 408 struct draw_jit_image images[PIPE_MAX_SHADER_IMAGES];
|
D | draw_llvm.c | 277 LP_CHECK_MEMBER_OFFSET(struct draw_jit_image, width, in create_jit_image_type() 280 LP_CHECK_MEMBER_OFFSET(struct draw_jit_image, height, in create_jit_image_type() 283 LP_CHECK_MEMBER_OFFSET(struct draw_jit_image, depth, in create_jit_image_type() 286 LP_CHECK_MEMBER_OFFSET(struct draw_jit_image, base, in create_jit_image_type() 289 LP_CHECK_MEMBER_OFFSET(struct draw_jit_image, row_stride, in create_jit_image_type() 292 LP_CHECK_MEMBER_OFFSET(struct draw_jit_image, img_stride, in create_jit_image_type() 295 LP_CHECK_MEMBER_OFFSET(struct draw_jit_image, num_samples, in create_jit_image_type() 298 LP_CHECK_MEMBER_OFFSET(struct draw_jit_image, sample_stride, in create_jit_image_type() 302 LP_CHECK_STRUCT_SIZE(struct draw_jit_image, target, image_type); in create_jit_image_type() 2570 struct draw_jit_image *jit_image; in draw_llvm_set_mapped_image()
|