Searched refs:z0_el (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_resource.c | 1295 ASSERTED uint32_t z0_el, a0_el; in get_image_offset_el() local 1298 out_x0_el, out_y0_el, &z0_el, &a0_el); in get_image_offset_el() 1301 out_x0_el, out_y0_el, &z0_el, &a0_el); in get_image_offset_el() 1303 assert(z0_el == 0 && a0_el == 0); in get_image_offset_el()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_resource.c | 2054 ASSERTED uint32_t z0_el, a0_el; in get_image_offset_el() local 2057 out_x0_el, out_y0_el, &z0_el, &a0_el); in get_image_offset_el() 2060 out_x0_el, out_y0_el, &z0_el, &a0_el); in get_image_offset_el() 2062 assert(z0_el == 0 && a0_el == 0); in get_image_offset_el()
|