Searched defs:ac_texture_state (Results 1 – 1 of 1) sorted by relevance
69 struct ac_texture_state { struct70 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 …]