Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_descriptors.h69 struct ac_texture_state { struct
70 struct radeon_surf *surf;
71 enum pipe_format format;
72 enum pipe_format img_format;
73 uint32_t width : 17;
74 uint32_t height : 17;
75 uint32_t depth : 15;
76 uint32_t type : 4;
77 enum pipe_swizzle swizzle[4];
78 uint32_t num_samples : 5;
[all …]