Lines Matching defs:depth
90 /* TC-compat HTILE for MSAA depth/stencil images is broken
96 /* GFX9+ supports compression for both 32-bit and 16-bit depth
98 * the driver allows TC-compat HTILE for 16-bit depth surfaces
958 unsigned width, unsigned height, unsigned depth, float min_lod,
994 depth = image->info.array_size;
997 depth = image->info.array_size;
999 depth = image->info.array_size / 6;
1018 state[4] = S_00A010_DEPTH(type == V_008F1C_SQ_RSRC_IMG_3D ? depth - 1 : last_layer) |
1033 state[4] |= S_00A010_DEPTH(!is_storage_image ? depth - 1 : u_minify(depth, first_level) - 1);
1118 unsigned width, unsigned height, unsigned depth, float min_lod,
1174 depth = image->info.array_size;
1177 depth = image->info.array_size;
1179 depth = image->info.array_size / 6;
1206 state[4] |= S_008F20_DEPTH(depth - 1);
1215 state[4] |= S_008F20_DEPTH(depth - 1);
1311 S_008F20_DEPTH(depth - 1) |
1332 unsigned width, unsigned height, unsigned depth, float min_lod, uint32_t *state,
1338 depth, min_lod, state, fmask_state, img_create_flags);
1342 depth, min_lod, state, fmask_state, img_create_flags);
1358 image->info.depth, 0.0f, desc, NULL, 0);
1420 image->info.depth > 1 || radv_image_has_dcc(image) ||
1459 * fast depth clears to 0.0f.
1528 /* Single-sample color and single-sample depth
1840 radv_assert(pCreateInfo->extent.depth > 0);
1851 image->info.depth = pCreateInfo->extent.depth;
1967 iview->extent.depth, min_lod, descriptor->plane_descriptors[descriptor_plane_id],
2082 radv_minify(image->info.depth, range->baseMipLevel));
2099 * if we actually got depth/stencil formats. */
2129 .depth = image->info.depth,
2237 * depth pass because this allows compression and this reduces
2241 * queue is likely broken for eg. depth/stencil copies.
2260 * be used as a depth/stencil read-only attachment.
2452 pLayout->size *= u_minify(image->info.depth, level);
2461 pLayout->size *= u_minify(image->info.depth, level);