Searched refs:draw_jit_image (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A 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];
|
H A D | draw_llvm.c | 276 LP_CHECK_MEMBER_OFFSET(struct draw_jit_image, width, in create_jit_image_type() 279 LP_CHECK_MEMBER_OFFSET(struct draw_jit_image, height, in create_jit_image_type() 282 LP_CHECK_MEMBER_OFFSET(struct draw_jit_image, depth, in create_jit_image_type() 285 LP_CHECK_MEMBER_OFFSET(struct draw_jit_image, base, in create_jit_image_type() 288 LP_CHECK_MEMBER_OFFSET(struct draw_jit_image, row_stride, in create_jit_image_type() 291 LP_CHECK_MEMBER_OFFSET(struct draw_jit_image, img_stride, in create_jit_image_type() 294 LP_CHECK_MEMBER_OFFSET(struct draw_jit_image, num_samples, in create_jit_image_type() 297 LP_CHECK_MEMBER_OFFSET(struct draw_jit_image, sample_stride, in create_jit_image_type() 301 LP_CHECK_STRUCT_SIZE(struct draw_jit_image, target, image_type); in create_jit_image_type() 2554 struct draw_jit_image *jit_imag in draw_llvm_set_mapped_image() [all...] |
Completed in 7 milliseconds