Searched refs:draw_jit_image (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.h | 92 struct draw_jit_image struct 167 struct draw_jit_image images[PIPE_MAX_SHADER_IMAGES]; 265 struct draw_jit_image images[PIPE_MAX_SHADER_IMAGES]; 342 struct draw_jit_image images[PIPE_MAX_SHADER_IMAGES]; 390 struct draw_jit_image images[PIPE_MAX_SHADER_IMAGES];
|
D | draw_llvm.c | 273 LP_CHECK_MEMBER_OFFSET(struct draw_jit_image, width, in create_jit_image_type() 276 LP_CHECK_MEMBER_OFFSET(struct draw_jit_image, height, in create_jit_image_type() 279 LP_CHECK_MEMBER_OFFSET(struct draw_jit_image, depth, in create_jit_image_type() 282 LP_CHECK_MEMBER_OFFSET(struct draw_jit_image, base, in create_jit_image_type() 285 LP_CHECK_MEMBER_OFFSET(struct draw_jit_image, row_stride, in create_jit_image_type() 288 LP_CHECK_MEMBER_OFFSET(struct draw_jit_image, img_stride, in create_jit_image_type() 291 LP_CHECK_MEMBER_OFFSET(struct draw_jit_image, num_samples, in create_jit_image_type() 294 LP_CHECK_MEMBER_OFFSET(struct draw_jit_image, sample_stride, in create_jit_image_type() 298 LP_CHECK_STRUCT_SIZE(struct draw_jit_image, target, image_type); in create_jit_image_type() 2536 struct draw_jit_image *jit_image; in draw_llvm_set_mapped_image()
|