Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_jit_types.h65 struct lp_jit_texture struct
67 const void *base;
68 uint32_t width; /* same as number of elements */
69 uint16_t height;
70 uint16_t depth; /* doubles as array size */
71 union {
78 uint8_t first_level;
79 uint8_t last_level; /* contains num_samples for multisample */
80 uint32_t mip_offsets[PIPE_MAX_TEXTURE_LEVELS]; /* sample stride is in mip_offsets[15] */
81 uint32_t sampler_index;