Searched defs:ImageDim (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/mesa3d/src/nouveau/nil/ |
H A D | tiling.rs | 94 dim: ImageDim, in sparse_block_extent_el() 123 dim: ImageDim, in sparse_block_extent_px() 133 dim: ImageDim, in sparse_block_extent_B() 141 dim: ImageDim, in nil_sparse_block_extent_px()
|
H A D | image.rs | 22 pub enum ImageDim { enum
|
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/ |
H A D | from_nir.rs | 1920 fn get_image_dim(&mut self, intrin: &nir_intrinsic_instr) -> ImageDim { in get_image_dim() 1954 dim: ImageDim, in get_image_coord()
|
H A D | ir.rs | 2115 pub enum ImageDim { enum 2124 impl ImageDim { implementation 2137 impl fmt::Display for ImageDim { implementation
|
H A D | sm50.rs | 2229 fn set_image_dim(&mut self, range: Range<usize>, dim: ImageDim) { in set_image_dim()
|
H A D | sm70.rs | 2297 fn set_image_dim(&mut self, range: Range<usize>, dim: ImageDim) { in set_image_dim()
|