Home
last modified time | relevance | path

Searched refs:layer_first (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/freedreno/fdl/
H A Dfd5_layout.c49 layout->layer_first = !is_3d; in fdl5_layout()
52 /* in layer_first layout, the level (slice) contains just one in fdl5_layout()
55 uint32_t layers_in_level = layout->layer_first ? 1 : array_size; in fdl5_layout()
106 if (layout->layer_first) { in fdl5_layout()
H A Dfd6_layout.c124 layout->layer_first = !is_3d; in fdl6_layout()
134 /* in layer_first layout, the level (slice) contains just one in fdl6_layout()
137 uint32_t layers_in_level = layout->layer_first ? 1 : array_size; in fdl6_layout()
271 if (layout->layer_first) { in fdl6_layout()
H A Dfreedreno_layout.h59 * levels (layer_first layout).
64 * but in layer_first layout it only includes the first layer, and
104 bool layer_first : 1; /* see above description */ member
164 if (layout->layer_first) in fdl_layer_stride()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_resource.c39 /* in layer_first layout, the level (slice) contains just one in fd4_setup_slices()
45 rsc->layout.layer_first = false; in fd4_setup_slices()
49 rsc->layout.layer_first = true; in fd4_setup_slices()
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_const.h287 if (rsc->layout.layer_first) { in ir3_emit_image_dims()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c1292 if (rsc->layout.layer_first && !rsc->layout.layer_size) { in fd_resource_allocate_and_resolve()
1407 rsc->layout.layer_first = true; in fd_resource_from_handle()

Completed in 9 milliseconds