Home
last modified time | relevance | path

Searched defs:lp_jit_image (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_jit_types.h116 struct lp_jit_image struct
118 const void *base;
119 uint32_t width; /* same as number of elements */
120 uint16_t height;
121 uint16_t depth;
122 uint8_t num_samples;
123 uint32_t sample_stride;
124 uint32_t row_stride;
125 uint32_t img_stride;
149 struct lp_jit_image images[PIPE_MAX_SHADER_IMAGES]; argument