Lines Matching defs:packed
56 /* Partially packed RSD words */
355 struct mali_blend_packed *packed = rts + (i * pan_size(BLEND));
375 pan_pack(packed, BLEND, cfg) {
396 packed->opaque[PAN_ARCH >= 6 ? 1 : 2] = so->equation[i];
414 pan_pack(&packed->opaque[2], INTERNAL_BLEND, cfg) {
427 pan_pack(&packed->opaque[2], INTERNAL_BLEND, cfg) {
802 * descriptor corresponds to a pipe_depth_stencil_alpha CSO and is packed at
898 * descriptors at draw-time. The attribute descriptors are packed at draw time
899 * except for the stride field. The buffer descriptors are packed here, though
913 struct mali_attribute_packed packed;
916 pan_pack(&packed, ATTRIBUTE, cfg) {
920 pan_merge(packed, vtx->attributes[i], ATTRIBUTE);
921 attributes[i] = packed;
4201 * pipe_vertex_element lacks a stride, the packed attribute descriptor will not